mirror of https://github.com/gophish/gophish
Updating documentation links
parent
fc5b673515
commit
934d5709aa
|
@ -22,8 +22,8 @@
|
||||||
<img src="/img/logo.min.svg" width="30" height="30" class="d-inline-block align-top" alt="">
|
<img src="/img/logo.min.svg" width="30" height="30" class="d-inline-block align-top" alt="">
|
||||||
<strong>Gophish</strong>
|
<strong>Gophish</strong>
|
||||||
</a>
|
</a>
|
||||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarSupportedContent"
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent"
|
||||||
aria-expanded="false" aria-label="Toggle navigation">
|
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
@ -63,10 +63,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h4 class="card-title text-center">User Guide</h4>
|
<h4 class="card-title text-center">User Guide</h4>
|
||||||
<p class="card-text">Learn how to install, configure, and use Gophish to test your organization's exposure to phishing.</p>
|
<p class="card-text">Learn how to install, configure, and use Gophish to test your
|
||||||
|
organization's exposure to phishing.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-footer d-flex justify-content-center">
|
<div class="card-footer d-flex justify-content-center">
|
||||||
<a target="_blank" class="btn-lg btn-feature btn" href="https://gophish.gitbooks.io/user-guide/content/">Read</a>
|
<a target="_blank" class="btn-lg btn-feature btn" href="https://docs.getgophish.com/user-guide/">Read</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -81,10 +82,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body text-center">
|
<div class="card-body text-center">
|
||||||
<h4 class="card-title">API Documentation</h4>
|
<h4 class="card-title">API Documentation</h4>
|
||||||
<p class="card-text">Methods, endpoints, and examples that show how to automate Gophish campaigns</p>
|
<p class="card-text">Methods, endpoints, and examples that show how to automate Gophish
|
||||||
|
campaigns</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-footer d-flex justify-content-center">
|
<div class="card-footer d-flex justify-content-center">
|
||||||
<a target="_blank" class="btn-feature btn" href="https://gophish.gitbooks.io/api-documentation/content/">Read</a>
|
<a target="_blank" class="btn-feature btn" href="https://docs.getgophish.com/api-documentation/">Read</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-4 card doc-card">
|
<div class="mb-4 card doc-card">
|
||||||
|
@ -99,7 +101,7 @@
|
||||||
<p class="card-text">Learn how to use the Python client to automate Gophish campaigns</p>
|
<p class="card-text">Learn how to use the Python client to automate Gophish campaigns</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-footer d-flex justify-content-center">
|
<div class="card-footer d-flex justify-content-center">
|
||||||
<a target="_blank" class="btn-feature btn" href="https://gophish.gitbooks.io/python-api-client/content/">Read</a>
|
<a target="_blank" class="btn-feature btn" href="https://docs.getgophish.com/python-api-client/">Read</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-4 card doc-card">
|
<div class="mb-4 card doc-card">
|
||||||
|
|
Loading…
Reference in New Issue