summaryrefslogtreecommitdiff
path: root/Meta
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-05-07 18:07:27 +0100
committerAndreas Kling <kling@serenityos.org>2021-05-07 22:28:33 +0200
commit867072c7d837eb1431c444f881257bda5111193d (patch)
tree3017f4121a94bbad1b1d4f02c7e0dd84c7eda5f0 /Meta
parentd2b61487870073ad4aba150bf8e46f87ae807c85 (diff)
downloadserenity-867072c7d837eb1431c444f881257bda5111193d.zip
Meta: Improve man.serenityos.org titles and link names
Index page: - Change links from "Man 1" to "Section 1" Section index pages: - Change title from "1" to "Section 1 - SerenityOS man pages" - Change links from "foo" to "foo(1)" Man pages: - Change title from "foo" to "foo(1) - SerenityOS man pages"
Diffstat (limited to 'Meta')
-rw-r--r--Meta/Websites/man.serenityos.org/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/Meta/Websites/man.serenityos.org/index.html b/Meta/Websites/man.serenityos.org/index.html
index fe28d2eb76..46cb5b3514 100644
--- a/Meta/Websites/man.serenityos.org/index.html
+++ b/Meta/Websites/man.serenityos.org/index.html
@@ -6,12 +6,12 @@
<body>
<img src="banner.png" alt="SerenityOS">
<h1>SerenityOS man pages</h1>
-<a href="1/"><p>Man 1</p></a>
-<a href="2/"><p>Man 2</p></a>
-<a href="3/"><p>Man 3</p></a>
-<a href="4/"><p>Man 4</p></a>
-<a href="5/"><p>Man 5</p></a>
-<a href="7/"><p>Man 7</p></a>
-<a href="8/"><p>Man 8</p></a>
+<a href="1/"><p>Section 1</p></a>
+<a href="2/"><p>Section 2</p></a>
+<a href="3/"><p>Section 3</p></a>
+<a href="4/"><p>Section 4</p></a>
+<a href="5/"><p>Section 5</p></a>
+<a href="7/"><p>Section 7</p></a>
+<a href="8/"><p>Section 8</p></a>
</body>
</html>