patches and low-level development discussion
 help / color / mirror / code / Atom feed
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	[thread overview]
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

             reply	other threads:[~2020-07-26  5:54 UTC|newest]

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 publicly 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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).