mirror of https://github.com/gophish/gophish
Fixed a few links to point to _blank
parent
82d0dc9ea5
commit
5d95c7653d
|
@ -85,7 +85,7 @@
|
|||
<h4>
|
||||
</span>Endpoints, methods, and examples on how to use gophish's extensive API
|
||||
</h4>
|
||||
<a href="api/" class="btn btn-primary">Documentation</a>
|
||||
<a href="api/" class="btn btn-primary" target="_blank">Documentation</a>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h2 class="featurette-heading">
|
||||
|
@ -98,7 +98,7 @@
|
|||
<h4>
|
||||
</span>Full documentation on the gophish source code
|
||||
</h4>
|
||||
<a href="https://godoc.org/github.com/jordan-wright/gophish" class="btn btn-primary">Documentation</a>
|
||||
<a href="https://godoc.org/github.com/jordan-wright/gophish" class="btn btn-primary" target="_blank">Documentation</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row featurette">
|
||||
|
@ -114,7 +114,7 @@
|
|||
<h4>
|
||||
<span class="text-muted">Learn to use all the great features gophish has to offer!</span>
|
||||
</h4>
|
||||
<a href="#" class="btn btn-primary" disabled>Documentation</a>
|
||||
<a href="#" class="btn btn-primary" target="_blank" disabled>Documentation</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /END THE FEATURETTES -->
|
||||
|
|
Loading…
Reference in New Issue