Merge pull request #6 from btat/fix-url
Fix GitHub button URL to point to Fleet repo
This commit is contained in:
commit
959972fc69
|
|
@ -35,7 +35,7 @@ module.exports = {
|
||||||
className: 'navbar__docs',
|
className: 'navbar__docs',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://github.com/rancher/rke2',
|
href: 'https://github.com/rancher/fleet',
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
className: 'navbar__github btn btn-secondary icon-github',
|
className: 'navbar__github btn btn-secondary icon-github',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue