Skip to content

Commit 347d92c

Browse files
committed
chore: update github link in docs
The github link in the documentation was pointing to a non-existing repository. This commit updates the link to the correct repository.
1 parent 0641416 commit 347d92c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ export default defineConfig({
55
title: "GNU / musl compilers by Dyne.org",
66
description: "C/C++ toolchains ready to use",
77
build: {
8-
sourcemap: false
8+
sourcemap: false,
99
},
1010
themeConfig: {
11-
aside: 'left',
11+
aside: "left",
1212
footer: {
1313
copyright:
14-
'Brought to you by <a href="https://dyne.org">Dyne.org</a> - based on <a href="https://gnu.org">GNU</a> and <a href="https://musl-libc.org">musl-libc</a> - 100% Free and open source'
14+
'Brought to you by <a href="https://dyne.org">Dyne.org</a> - based on <a href="https://gnu.org">GNU</a> and <a href="https://musl-libc.org">musl-libc</a> - 100% Free and open source',
1515
},
1616
nav: [
1717
{ text: "Home", link: "/" },
1818
{ text: "Readme", link: "/readme" },
1919
{ text: "Releases", link: "https://files.dyne.org/?dir=musl" },
2020
],
2121
socialLinks: [
22-
{ icon: "github", link: "https://github.com/dyne/musl-dyne" },
22+
{ icon: "github", link: "https://github.com/dyne/musl" },
2323
{ icon: "maildotru", link: "mailto:info@dyne.org" },
2424
{ icon: "linkedin", link: "https://www.linkedin.com/company/dyne-org" },
2525
],

0 commit comments

Comments
 (0)