[gitea] Point to newly-split Getting Started content

We recently added a "Get started" link to Gitea, pointing to the
generic Developer's Guide. Now that the content is split between
"Getting started" and the reference "Developer's Guide", point
to Getting started content instead.

This should be a lot less intimidating for our new users.

Depends-On: https://review.opendev.org/715961
Change-Id: Ifa496bc8de1a6a39d7b52363db3ab49b8175ed9a
This commit is contained in:
Thierry Carrez 2020-03-30 16:39:20 +02:00
parent a00499bf2f
commit 8ea3d6c8b7
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@
<i class="octicon octicon-settings"></i> <i class="octicon octicon-settings"></i>
{{.i18n.Tr "your_settings"}}<!-- Your settings --> {{.i18n.Tr "your_settings"}}<!-- Your settings -->
</a> </a>
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.opendev.org/opendev/infra-manual/latest/developers.html"> <a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.opendev.org/opendev/infra-manual/latest/gettingstarted.html">
<i class="octicon octicon-repo-push"></i> <i class="octicon octicon-repo-push"></i>
Get Started<!-- Get Started --> Get Started<!-- Get Started -->
</a> </a>
@ -120,7 +120,7 @@
{{else}} {{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.opendev.org/opendev/infra-manual/latest/gettingstarted.html">Get Started</a>
<div class="right stackable menu"> <div class="right stackable menu">
</div><!-- end anonymous right menu --> </div><!-- end anonymous right menu -->