Merge pull request #6 from btat/fix-url

Fix GitHub button URL to point to Fleet repo
This commit is contained in:
Billy Tat 2022-10-06 08:33:40 -07:00 committed by GitHub
commit 959972fc69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module.exports = {
className: 'navbar__docs',
},
{
href: 'https://github.com/rancher/rke2',
href: 'https://github.com/rancher/fleet',
label: 'GitHub',
position: 'right',
className: 'navbar__github btn btn-secondary icon-github',