diff options
| author | MohamedBassem <me@mbassem.com> | 2024-05-19 18:58:45 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-05-19 18:58:45 +0000 |
| commit | 1506ff0f6976c74c30c0c7e8abc4d194a70f27a5 (patch) | |
| tree | f19677f109798337d3fde2c9eb903dd6e8fc13fe /docs/docusaurus.config.ts | |
| parent | 8274d07025b13dab115e3f770aa0bd691d340d02 (diff) | |
| download | karakeep-1506ff0f6976c74c30c0c7e8abc4d194a70f27a5.tar.zst | |
docs: Change references from the old repo URL to the new one
Diffstat (limited to 'docs/docusaurus.config.ts')
| -rw-r--r-- | docs/docusaurus.config.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index b4562440..7780ba0a 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -36,7 +36,7 @@ const config: Config = { docs: { sidebarPath: './sidebars.ts', editUrl: - 'https://github.com/MohamedBassem/hoarder-app/tree/main/docs/', + 'https://github.com/hoarder-app/hoarder/tree/main/docs/', routeBasePath: "/", }, blog: false, @@ -64,7 +64,7 @@ const config: Config = { position: 'right', }, { - href: 'https://github.com/MohamedBassem/hoarder-app', + href: 'https://github.com/hoarder-app/hoarder', label: 'GitHub', position: 'right', }, @@ -87,7 +87,7 @@ const config: Config = { items: [ { label: 'GitHub', - href: 'https://github.com/MohamedBassem/hoarder-app', + href: 'https://github.com/hoarder-app/hoarder', }, ], }, @@ -100,7 +100,7 @@ const config: Config = { }, { label: 'GitHub', - href: 'https://github.com/MohamedBassem/hoarder-app', + href: 'https://github.com/hoarder-app/hoarder', }, { label: 'Demo', |
