Remove gitea doc links

These render as "help" links in the UI and for most of our users will
just be an attractive nuisance since we don't manage accounts and repos
and such directly in gitea.

Change-Id: Iea4bd262dd6304bc1d423f1bf23dacc4333f506b
This commit is contained in:
Clark Boylan 2020-03-26 09:49:12 -07:00
parent e6639c52c1
commit 8bcc9bba24

View File

@ -99,9 +99,6 @@
<i class="octicon octicon-repo-push"></i>
Get Started<!-- Get Started -->
</a>
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">
<i class="octicon octicon-question"></i>
{{.i18n.Tr "help"}}<!-- Help -->
</a>
{{if .IsAdmin}}
<div class="divider"></div>
@ -124,7 +121,6 @@
{{else}}
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.opendev.org/opendev/infra-manual/latest/developers.html">Get Started</a>
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">{{.i18n.Tr "help"}}</a>
<div class="right stackable menu">
</div><!-- end anonymous right menu -->