diff options
author | Matthew Marchese <maffblaster@gentoo.org> | 2023-12-26 22:59:34 -0800 |
---|---|---|
committer | Matthew Marchese <maffblaster@gentoo.org> | 2023-12-26 22:59:34 -0800 |
commit | f78d390931d4dd9df5d43bafe307b830989bc7f8 (patch) | |
tree | 731cf6bd4f0bbd9185ac4f95ea8fe20e4bed3572 | |
parent | Examples: Update license to CC-By-SA-4.0 (diff) | |
download | tyrian-theme-f78d390931d4dd9df5d43bafe307b830989bc7f8.tar.gz tyrian-theme-f78d390931d4dd9df5d43bafe307b830989bc7f8.tar.bz2 tyrian-theme-f78d390931d4dd9df5d43bafe307b830989bc7f8.zip |
Move Devmanual link closer to Gitweb.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
-rw-r--r-- | examples/tyrian.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/tyrian.html b/examples/tyrian.html index 530ed07..9004337 100644 --- a/examples/tyrian.html +++ b/examples/tyrian.html @@ -32,13 +32,13 @@ <a class="dropdown-item" href="https://www.gentoo.org/" title="Main Gentoo website"><span class="fa fa-home fa-fw"></span> gentoo.org</a> <a class="dropdown-item" href="https://wiki.gentoo.org/" title="Find and contribute documentation"><span class="fa fa-file-text-o fa-fw"></span> Wiki</a> <a class="dropdown-item" href="https://bugs.gentoo.org/" title="Report issues and find common issues"><span class="fa fa-bug fa-fw"></span> Bugs</a> - <a class="dropdown-item" href="https://forums.gentoo.org/" title="Discuss with the community"><span class="fa fa-comments-o fa-fw"></span> Forums</a> - <a class="dropdown-item" href="https://devmanual.gentoo.org/" title="Read the development Guide"><span class="fa fa-book-o fa-fw"></span> Devmanual</a> <a class="dropdown-item" href="https://packages.gentoo.org/" title="Find software for your Gentoo"><span class="fa fa-hdd-o fa-fw"></span> Packages</a> + <a class="dropdown-item" href="https://forums.gentoo.org/" title="Discuss with the community"><span class="fa fa-comments-o fa-fw"></span> Forums</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="https://planet.gentoo.org/" title="Find out what's going on in the developer community"><span class="fa fa-rss fa-fw"></span> Planet</a> <a class="dropdown-item" href="https://archives.gentoo.org/" title="Read up on past discussions"><span class="fa fa-archive fa-fw"></span> Archives</a> - <a class="dropdown-item" href="https://sources.gentoo.org/" title="Browse our source code"><span class="fa fa-code fa-fw"></span> Sources</a> + <a class="dropdown-item" href="https://devmanual.gentoo.org/" title="Read the development Guide"><span class="fa fa-book-o fa-fw"></span> Devmanual</a> + <a class="dropdown-item" href="https://sources.gentoo.org/" title="Browse our source code"><span class="fa fa-code fa-fw"></span> Gitweb</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="https://infra-status.gentoo.org/" title="Get updates on the services provided by Gentoo"><span class="fa fa-server fa-fw"></span> Infra Status</a> </div> |