Skip to content

Commit 6f63dff

Browse files
committed
fix: updating old faq links
1 parent bb5b26b commit 6f63dff

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/routes/+page.svelte

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
description="OldSchool RuneScape Color botting at it's best. Color only and fully open-source Simba scripts for OSRS."
1212
/>
1313

14-
<main class="container mx-auto my-24 max-w-2xl flex-grow">
14+
<main class="container mx-auto my-24 max-w-2xl grow">
1515
<header class="my-24 text-center">
1616
<h1 class="text-xl font-bold sm:text-2xl md:text-3xl">WaspScripts</h1>
1717
<h2 class="text-lg font-bold uppercase sm:text-xl md:text-2xl">
@@ -48,7 +48,9 @@
4848
</p>
4949
<p class="my-6 text-center">
5050
For more information, help and/or questions look through the
51-
<a href="/faq" class="decoration-transparent" aria-label="Open frequently asked questions page"> FAQ </a>
51+
<a href="/information" class="decoration-transparent" aria-label="Open frequently asked questions page">
52+
Information page
53+
</a>
5254
or join the discord community!
5355
</p>
5456
</main>

src/routes/llms.txt/+server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Subscriptions for WaspScripts can be managed on the [subscriptions page](${websi
115115
116116
## FAQ
117117
118-
Find the solution to your problem in our [FAQ](${website}/faq).
118+
Find the solution to your problem in our [information page](${website}/information).
119119
120120
## Tutorials
121121

src/routes/sitemap.xml/+server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const GET = async ({ locals: { supabaseServer } }) => {
121121
<priority>0.7</priority>
122122
</url>
123123
<url>
124-
<loc>${website}/faq</loc>
124+
<loc>${website}/information</loc>
125125
<changefreq>daily</changefreq>
126126
<priority>0.7</priority>
127127
</url>

0 commit comments

Comments
 (0)