[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:
parent
a00499bf2f
commit
8ea3d6c8b7
@ -95,7 +95,7 @@
|
||||
<i class="octicon octicon-settings"></i>
|
||||
{{.i18n.Tr "your_settings"}}<!-- Your settings -->
|
||||
</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>
|
||||
Get Started<!-- Get Started -->
|
||||
</a>
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
{{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><!-- end anonymous right menu -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user