diff --git a/src/navigation.ts b/src/navigation.ts
index c4f89bd..b8452a9 100644
--- a/src/navigation.ts
+++ b/src/navigation.ts
@@ -115,7 +115,7 @@ export const headerData = {
href: '#',
},
],
- actions: [{ text: 'Download', href: 'https://github.com/onwidget/astrowind', target: '_blank' }],
+ actions: [{ text: 'Download', href: 'https://github.com/arthelokyo/astrowind', target: '_blank' }],
};
export const footerData = {
@@ -174,9 +174,9 @@ export const footerData = {
{ ariaLabel: 'Instagram', icon: 'tabler:brand-instagram', href: '#' },
{ ariaLabel: 'Facebook', icon: 'tabler:brand-facebook', href: '#' },
{ ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') },
- { ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/onwidget/astrowind' },
+ { ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/arthelokyo/astrowind' },
],
footNote: `
- Made by onWidget · All rights reserved.
+ Made by Arthelokyo · All rights reserved.
`,
};