summaryrefslogtreecommitdiff
path: root/public/projects/WeeklyByte
diff options
context:
space:
mode:
authorShipwreckt <Shipwreckt@mailfence.com>2024-05-13 20:05:36 +0100
committerShipwreckt <Shipwreckt@mailfence.com>2024-05-13 20:05:36 +0100
commit288393bd2b7c50617cc2e34f6fc7b594bd0da6c0 (patch)
tree12abfe75ce04456dff2406fb368f7a6d3f0015df /public/projects/WeeklyByte
parent306b5b687e74e5fea5c3590e9e302150091d3eb4 (diff)
fixed hyperlinks in issue0WB.html and improved FakeFetch.html
Diffstat (limited to 'public/projects/WeeklyByte')
-rw-r--r--public/projects/WeeklyByte/issue0WB.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/projects/WeeklyByte/issue0WB.html b/public/projects/WeeklyByte/issue0WB.html
index ac7c125..6f402c9 100644
--- a/public/projects/WeeklyByte/issue0WB.html
+++ b/public/projects/WeeklyByte/issue0WB.html
@@ -21,10 +21,10 @@
<!-- Menu selection -->
<ul class="main-menu">
- <li><a href="../index.html#home">Home</a></li>
- <li><a href="../index.html#about">About</a></li>
- <li><a href="../index.html#projects">Projects</a></li>
- <li><a href="../index.html#contact">Contact</a></li>
+ <li><a href="../../index.html#home">Home</a></li>
+ <li><a href="../../index.html#about">About</a></li>
+ <li><a href="../../index.html#projects">Projects</a></li>
+ <li><a href="../../index.html#contact">Contact</a></li>
</ul>
</header>