Merge pull request #97 from coreos-inc/jwtdocfix

Fix documentation link for JWT auth
This commit is contained in:
Jimmy Zelinskie 2015-06-05 15:25:19 -04:00
commit 431267329b

View file

@ -365,7 +365,7 @@
verifies user credentials on behalf of <span class="registry-name"></span>. verifies user credentials on behalf of <span class="registry-name"></span>.
<br> <br>
Documentation Documentation
on the API required can be found here: <a href="https://coreos.com/docs/enterprise-registry/jwt-auth" target="_blank">https://coreos.com/docs/enterprise-registry/jwt-auth</a>. on the API required can be found here: <a href="https://github.com/coreos/jwt-auth-example" target="_blank">https://github.com/coreos/jwt-auth-example</a>.
</div> </div>
<table class="config-table" ng-if="config.AUTHENTICATION_TYPE == 'JWT'"> <table class="config-table" ng-if="config.AUTHENTICATION_TYPE == 'JWT'">