diff --git a/docusaurus.config.js b/docusaurus.config.js index 4d11ae77546..a92a0f96553 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -39,7 +39,7 @@ module.exports = { className: 'navbar__docs', }, { - href: 'https://github.com/kubewarden/', + href: 'https://github.com/rancher/', label: 'GitHub', position: 'right', className: 'navbar__github btn btn-secondary icon-github', @@ -67,7 +67,7 @@ module.exports = { /* other docs plugin options */ sidebarPath: require.resolve('./sidebars.js'), showLastUpdateTime: true, - editUrl: 'https://github.com/kubewarden/docs/edit/main/', + editUrl: 'https://github.com/rancher/docs/edit/master/', lastVersion: 'current', versions: { current: { @@ -83,5 +83,5 @@ module.exports = { }, }, ], - ], + ], };