diff --git a/theme.config.jsx b/theme.config.jsx index e4fc430..2a4c567 100644 --- a/theme.config.jsx +++ b/theme.config.jsx @@ -1,11 +1,11 @@ export default { logo: Penumbra Guide, project: { - link: 'https://github.com/penumbra-zone/penumbra-guide' + link: 'https://github.com/penumbra-zone/guide' }, footer: { text: '' }, - docsRepositoryBase: 'https://github.com/penumbra-zone/penumbra-guide', + docsRepositoryBase: 'https://github.com/penumbra-zone/guide', // ... other theme options }