Skip to content

Commit dd8c281

Browse files
authored
Removes the period in the Contact Us URL (#636)
1 parent e9c6f2d commit dd8c281

File tree

1 file changed

+1
-1
lines changed
  • wiki/.vitepress/config

1 file changed

+1
-1
lines changed

wiki/.vitepress/config/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const en = defineConfig({
1212
{ text: 'Home', link: '/' },
1313
{ text: 'Beginners Guide', link: '/beginners-guide.md' },
1414
{ text: 'BSMG Discord', link: 'https://discord.gg/beatsabermods' },
15-
{ text: 'Contact Us', link: './contact-us.md' },
15+
{ text: 'Contact Us', link: '/contact-us.md' },
1616
],
1717

1818
footer: {

0 commit comments

Comments
 (0)