From d7873e96bfa8556e80f6592e62f420b707c7857b Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 25 Mar 2024 06:00:01 +0000 Subject: [PATCH] Strip trailing slashes from URIs There is no guarantee that the URIs are directories instead of files, so strip the slash and allow the web server/web browser to handle them. --- source.xhtml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/source.xhtml b/source.xhtml index 0325edf..7841237 100644 --- a/source.xhtml +++ b/source.xhtml @@ -1,7 +1,7 @@ - + @@ -59,16 +59,16 @@

It is recommended to use the main repositories over mirrors whenever possible; I have full control over the source code and configurations.

@@ -81,13 +81,13 @@

Codeberg

    -
  • cfg - Configuration files
  • -
  • doc - Documentation
  • -
  • graphenechan - Graphene-chan (GrapheneOS unofficial mascot)
  • -
  • mmd - Gentoo Multimedia ebuild repository
  • -
  • scr - Script files
  • -
  • sys - Gentoo System ebuild repository
  • -
  • website - Website
  • +
  • cfg - Configuration files
  • +
  • doc - Documentation
  • +
  • graphenechan - Graphene-chan (GrapheneOS unofficial mascot)
  • +
  • mmd - Gentoo Multimedia ebuild repository
  • +
  • scr - Script files
  • +
  • sys - Gentoo System ebuild repository
  • +
  • website - Website