From 4f46844ba3f6d1b17f856a753eefe638a93693f3 Mon Sep 17 00:00:00 2001 From: jesper <118400668+k1nsej@users.noreply.github.com> Date: Wed, 22 May 2024 23:10:16 +0200 Subject: [PATCH] fixed typos and added links --- components/menu.html | 2 +- scripts/menulinks.json | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/components/menu.html b/components/menu.html index d84db12..2721d56 100644 --- a/components/menu.html +++ b/components/menu.html @@ -84,7 +84,7 @@ >
  • - Snowy Escape
  • diff --git a/scripts/menulinks.json b/scripts/menulinks.json index 7a303f3..533ab31 100644 --- a/scripts/menulinks.json +++ b/scripts/menulinks.json @@ -2,16 +2,16 @@ { "id": "homeLink", "url": "/" }, { "id": "aboutLink", "url": "/aboutme/" }, { "id": "colophonLink", "url": "/colophon/" }, - { "id": "challengesLink", "url": "#" }, - { "id": "nsbLink", "url": "#" }, - { "id": "rtrLink", "url": "#" }, - { "id": "expansionPacksLink", "url": "#" }, - { "id": "forRentLink", "url": "#" }, - { "id": "horseRanchLink", "url": "#" }, - { "id": "growingTogetherLink", "url": "#" }, - { "id": "highSchoolYearsLink", "url": "#" }, - { "id": "cottageLivingLink", "url": "#" }, - { "id": "snowEscapeLink", "url": "#" }, + { "id": "challengesLink", "url": "/challenges/" }, + { "id": "nsbLink", "url": "/challenges/notsoberry/" }, + { "id": "rtrLink", "url": "/challenges/ragstoriches/" }, + { "id": "expansionPacksLink", "url": "/expansionpacks/" }, + { "id": "forRentLink", "url": "/expansionpacks/forrent/" }, + { "id": "horseRanchLink", "url": "/expansionpacks/horseranch/" }, + { "id": "growingTogetherLink", "url": "/expansionpacks/growingtogether/" }, + { "id": "highSchoolYearsLink", "url": "/expansionpacks/highschoolyears/" }, + { "id": "cottageLivingLink", "url": "/expansionpacks/cottageliving/" }, + { "id": "snowyEscapeLink", "url": "/expansionpacks/snowyescape/" }, { "id": "ecoLifestyleLink", "url": "#" }, { "id": "discoverUniversityLink", "url": "#" }, { "id": "islandLivingLink", "url": "#" },