Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit d379c59

Browse files
committed
Fix links (whoops)
1 parent 64996f9 commit d379c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ const config = {
116116
dropdownItemsAfter: [{to: '/versions', label: 'All versions'}],
117117
},
118118
{
119-
href: 'https://github.com/axelrindle/version-checker',
119+
href: 'https://github.com/axelrindle/github-version-checker',
120120
position: 'right',
121121
className: 'nav-icon-link nav-github-link',
122122
'aria-label': 'GitHub',
123123
},
124124
{
125-
href: 'https://www.npmjs.com/package/version-checker',
125+
href: 'https://www.npmjs.com/package/github-version-checker',
126126
position: 'right',
127127
className: 'nav-icon-link nav-npm-link',
128128
'aria-label': 'npm',

0 commit comments

Comments
 (0)