diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-07-30 23:08:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-30 23:08:00 +0100 |
| commit | 1fb7caa2d6eafd9985324252ec3092abc37ec8fc (patch) | |
| tree | 2119e828392692dc4bfaf3d0d356e82172b625c4 /docs/docusaurus.config.js | |
| parent | Drop default sync frequency to 10m (#1130) (diff) | |
| download | atuin-1fb7caa2d6eafd9985324252ec3092abc37ec8fc.zip | |
Move all references to the old repo (#1132)
The repo now lives on an org! Move all references to the old path.
Diffstat (limited to 'docs/docusaurus.config.js')
| -rw-r--r-- | docs/docusaurus.config.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index a33d8f63..8c01ee21 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -18,7 +18,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: 'ellie', // Usually your GitHub org/user name. + organizationName: 'atuinsh', // Usually your GitHub org/user name. projectName: 'atuin', // Usually your repo name. onBrokenLinks: 'warn', @@ -45,14 +45,14 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/ellie/atuin/tree/main/docs/', + 'https://github.com/atuinsh/atuin/tree/main/docs/', }, blog: { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/ellie/atuin/tree/main/docs/', + 'https://github.com/atuinsh/atuin/tree/main/docs/', }, theme: { customCss: require.resolve('./src/css/custom.css'), @@ -102,7 +102,7 @@ const config = { }, { label: 'GitHub', - href: 'https://github.com/ellie/atuin', + href: 'https://github.com/atuinsh/atuin', }, { label: 'Twitter', |
