From a56b11ae3729ae515004ca5c4b51c45c225d2250 Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 20 Dec 2024 01:43:21 -0500 Subject: [PATCH] Add Unity Wiki Link to Homepage (#245) * Add Unity Wiki Link to Homepage * Move guy --- src/routes/+page.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 8374d35dfafe..90c59506b52a 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -105,6 +105,10 @@ text: 'Read the New Horizons docs', href: 'https://nh.outerwildsmods.com/', }, + { + text: 'Read the Outer Wilds Unity Wiki', + href: 'https://github.com/ow-mods/outer-wilds-unity-wiki/wiki', + }, ]} />