Skip to content

Commit

Permalink
help buttons target fix
Browse files Browse the repository at this point in the history
open links in new window
  • Loading branch information
eballeste committed Jan 12, 2017
1 parent 10155c9 commit 8274ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/help-widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
</div>
<div class="help-widget help-forum">
<div class="help-widget__tooltip">Get in-depth answers from the community</div>
<a href="https://forum.cockroachlabs.com/" class="help-widget__button cockroach-forum">Forum</a>
<a href="https://forum.cockroachlabs.com/" class="help-widget__button cockroach-forum" target="_blank">Forum</a>
</div>
<div class="help-widget help-gitter">
<div class="help-widget__tooltip">Live chat with our developers</div>
<a href="https://gitter.im/cockroachdb/cockroach" class="help-widget__button cockroach-gitter">Help</a>
<a href="https://gitter.im/cockroachdb/cockroach" class="help-widget__button cockroach-gitter" target="_blank">Help</a>
</div>
</div>

Expand Down

0 comments on commit 8274ad2

Please sign in to comment.