Skip to content

Commit 5726e88

Browse files
authored
Update keyboard link to point to browse.qmk.fm (#4)
1 parent a00aa08 commit 5726e88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default defineConfig({
2121

2222
nav: [
2323
{ text: "Home", link: "/" },
24-
{ text: "Keyboards", link: "https://github.com/qmk/qmk_firmware/tree/master/keyboards" },
24+
{ text: "Keyboards", link: "https://browse.qmk.fm" },
2525
{ text: "Docs", link: "https://docs.qmk.fm" }
2626
],
2727
socialLinks: [

src/_sidebar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{ "text": "Getting Started", "link": "/guide" },
3-
{ "text": "Supported Keyboards", "link": "https://github.com/qmk/qmk_firmware/tree/master/keyboards" },
3+
{ "text": "Supported Keyboards", "link": "https://browse.qmk.fm" },
44
{
55
"text": "Projects",
66
"items": [

0 commit comments

Comments
 (0)