- Fix getting started links

- Add a link in the notifications menu for web hook documentation
This commit is contained in:
Joseph Schorr 2014-07-18 16:57:46 -04:00
parent d5d9cb7a45
commit a5d9a2aee1
4 changed files with 15 additions and 4 deletions

View file

@ -41,7 +41,7 @@
<div class="alert alert-info">
<h4 ng-show="namespace == user.username">You don't have any repositories yet!</h4>
<h4 ng-show="namespace != user.username">This organization doesn't have any repositories, or you have not been provided access.</h4>
<a href="http://docs.quay.io/getting-started.html"><b>Click here</b> to learn how to create a repository</a>
<a href="http://docs.quay.io/solution/getting-started.html"><b>Click here</b> to learn how to create a repository</a>
</div>
</div>
</div>