about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-07-26 05:54:03 +0000
committerAlyssa Ross <hi@alyssa.is>2020-07-31 11:50:29 +0000
commit05b0c59a22997c8143828127f282137f6b27a3a8 (patch)
tree6a50131c6ca04dc3b836abccd65c0dd918863cb6
parent5aa174324f9a0a9beb4b148a5ef89aa518827394 (diff)
downloadwww-05b0c59a22997c8143828127f282137f6b27a3a8.tar
www-05b0c59a22997c8143828127f282137f6b27a3a8.tar.gz
www-05b0c59a22997c8143828127f282137f6b27a3a8.tar.bz2
www-05b0c59a22997c8143828127f282137f6b27a3a8.tar.lz
www-05b0c59a22997c8143828127f282137f6b27a3a8.tar.xz
www-05b0c59a22997c8143828127f282137f6b27a3a8.tar.zst
www-05b0c59a22997c8143828127f282137f6b27a3a8.zip
Fix index links on top-level pages
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.

Message-Id: <20200726055410.20641-1-hi@alyssa.is>
Reviewed-by: Cole Helbling <cole.e.helbling@outlook.com>
-rw-r--r--bibliography.html2
-rw-r--r--contributing.html2
-rw-r--r--design.html2
-rw-r--r--motivation.html2
-rw-r--r--participating.html2
-rw-r--r--todo.html2
6 files changed, 6 insertions, 6 deletions
diff --git a/bibliography.html b/bibliography.html
index e90f0be..b2ccd0a 100644
--- a/bibliography.html
+++ b/bibliography.html
@@ -13,7 +13,7 @@
 <body>
 
 <nav>
-  <a href="..">Spectrum</a>
+  <a href=".">Spectrum</a>
 </nav>
 
 <h1>Bibliography</h1>
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>