diff options
| -rw-r--r-- | downloads.html | 2 | ||||
| -rw-r--r-- | history.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/downloads.html b/downloads.html index fea11fb..e5d11ca 100644 --- a/downloads.html +++ b/downloads.html @@ -10,7 +10,7 @@ </head> <body> <h1>ShiftOS Downloads</h1> - <p><a href="index">Return to homepage</a></p> + <p><a href="./">Return to homepage</a></p> <p>Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary files.</p> <p>If you have files for ShiftOS, feel free to make a <a href="https://github.com/Alee14/shiftos-website">pull request</a>!</p> <h1>ShiftOS 0.0.x</h1> diff --git a/history.html b/history.html index fdf9e2d..b56abcc 100644 --- a/history.html +++ b/history.html @@ -11,7 +11,7 @@ <body> <h1>ShiftOS History/Origins</h1> <p>If you have anything to add, feel free to make a <a href="https://github.com/Alee14/shiftos-website">pull request</a>.</p> - <p><a href="index">Return to homepage</a></p> + <p><a href="./">Return to homepage</a></p> <img src="assets/images/shiftos_arch.jpeg" alt="ShiftOS Original Logo"> <p>ShiftOS' logo originally in 2013</p> <img src="assets/images/shiftos_phil.png" alt="ShiftOS 2013 Logo"> |
