We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00aa08 commit 5726e88Copy full SHA for 5726e88
src/.vitepress/config.mts
@@ -21,7 +21,7 @@ export default defineConfig({
21
22
nav: [
23
{ text: "Home", link: "/" },
24
- { text: "Keyboards", link: "https://github.com/qmk/qmk_firmware/tree/master/keyboards" },
+ { text: "Keyboards", link: "https://browse.qmk.fm" },
25
{ text: "Docs", link: "https://docs.qmk.fm" }
26
],
27
socialLinks: [
src/_sidebar.json
@@ -1,6 +1,6 @@
1
[
2
{ "text": "Getting Started", "link": "/guide" },
3
- { "text": "Supported Keyboards", "link": "https://github.com/qmk/qmk_firmware/tree/master/keyboards" },
+ { "text": "Supported Keyboards", "link": "https://browse.qmk.fm" },
4
{
5
"text": "Projects",
6
"items": [
0 commit comments