Skip to content

Commit

Permalink
Update keyboard link to point to browse.qmk.fm (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Jul 15, 2024
1 parent a00aa08 commit 5726e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig({

nav: [
{ text: "Home", link: "/" },
{ text: "Keyboards", link: "https://github.com/qmk/qmk_firmware/tree/master/keyboards" },
{ text: "Keyboards", link: "https://browse.qmk.fm" },
{ text: "Docs", link: "https://docs.qmk.fm" }
],
socialLinks: [
Expand Down
2 changes: 1 addition & 1 deletion src/_sidebar.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{ "text": "Getting Started", "link": "/guide" },
{ "text": "Supported Keyboards", "link": "https://github.com/qmk/qmk_firmware/tree/master/keyboards" },
{ "text": "Supported Keyboards", "link": "https://browse.qmk.fm" },
{
"text": "Projects",
"items": [
Expand Down

0 comments on commit 5726e88

Please sign in to comment.