From: Alyssa Ross <hi@alyssa.is> To: devel@spectrum-os.org Subject: [PATCH www] Fix index links on top-level pages Date: Sun, 26 Jul 2020 05:54:10 +0000 Message-ID: <20200726055410.20641-1-hi@alyssa.is> (raw) Linking to .. means linking to the directory above these pages, when we actually want to link to the directory these pages are in (which should display index.html). This doesn't have any effect on <https://spectrum-os.org/>, because the site is already at the top level, but it would cause a problem if the site was elsewhere -- for example, when viewing it locally while working on it. --- contributing.html | 2 +- design.html | 2 +- motivation.html | 2 +- participating.html | 2 +- todo.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contributing.html b/contributing.html index 430c52e..8999fee 100644 --- a/contributing.html +++ b/contributing.html @@ -13,7 +13,7 @@ <body> <nav> - <a href="..">Spectrum</a> + <a href=".">Spectrum</a> </nav> <h1>Contributing to Spectrum</h1> diff --git a/design.html b/design.html index 234f656..e725989 100644 --- a/design.html +++ b/design.html @@ -13,7 +13,7 @@ <body> <nav> - <a href="..">Spectrum</a> + <a href=".">Spectrum</a> </nav> <h1>Spectrum Design</h1> diff --git a/motivation.html b/motivation.html index af8e045..c7d5667 100644 --- a/motivation.html +++ b/motivation.html @@ -13,7 +13,7 @@ <body> <nav> - <a href="..">Spectrum</a> + <a href=".">Spectrum</a> </nav> <h1>Motivation for Spectrum</h1> diff --git a/participating.html b/participating.html index 18f940b..2d9acab 100644 --- a/participating.html +++ b/participating.html @@ -13,7 +13,7 @@ <body> <nav> - <a href="..">Spectrum</a> + <a href=".">Spectrum</a> </nav> <h1>Participating in Spectrum</h1> diff --git a/todo.html b/todo.html index 977179f..077f20a 100644 --- a/todo.html +++ b/todo.html @@ -13,7 +13,7 @@ <body> <nav> - <a href="..">Spectrum</a> + <a href=".">Spectrum</a> </nav> <h1>Contribution ideas</h1> -- 2.27.0
next reply index Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-07-26 5:54 Alyssa Ross [this message] 2020-07-27 18:44 ` Cole Helbling 2020-07-31 11:59 ` Alyssa Ross
Reply instructions: You may reply publically to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200726055410.20641-1-hi@alyssa.is \ --to=hi@alyssa.is \ --cc=devel@spectrum-os.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
patches and low-level development discussion Archives are clonable: git clone --mirror https://spectrum-os.org/lists/archives/spectrum-devel/0 spectrum-devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 spectrum-devel spectrum-devel/ https://spectrum-os.org/lists/archives/spectrum-devel \ public-inbox+spectrum-devel@spectrum-os.org devel@spectrum-os.org public-inbox-index spectrum-devel Example config snippet for mirrors Newsgroups are available over NNTP: nntps://spectrum-os.org/inbox.comp.spectrum.devel nntp://spectrum-os.org/inbox.comp.spectrum.devel AGPL code for this site: https://ftp.qyliss.net/public-inbox/public-inbox-1.2.0-qyliss-pyyyj8sghi6gjpwx7g5sqipbd7sxfnzr.tar.gz