Fix broken links

fix links to old guides infrastructure
This commit is contained in:
Andy Manoske 2018-10-23 14:22:18 -07:00 committed by GitHub
parent 937f203e51
commit f22776a94b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,6 @@ Here are links to resources, documentation, examples and best practices to guide
<p><strong>General Vault Plugin Development:</strong></p> <p><strong>General Vault Plugin Development:</strong></p>
<ul> <ul>
<li><a href="https://www.vaultproject.io/docs/internals/plugins.html">Plugins documentation</a></li> <li><a href="https://www.vaultproject.io/docs/internals/plugins.html">Plugins documentation</a></li>
<li><a href="https://www.vaultproject.io/guides/operations/plugin-backends.html">Guide to building Vault plugin backends</a></li>
<li><a href="https://github.com/hashicorp/vault">Vault's source code</a></li> <li><a href="https://github.com/hashicorp/vault">Vault's source code</a></li>
</ul> </ul>