From 1fb7caa2d6eafd9985324252ec3092abc37ec8fc Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 30 Jul 2023 23:08:00 +0100 Subject: Move all references to the old repo (#1132) The repo now lives on an org! Move all references to the old path. --- docs/docusaurus.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/docusaurus.config.js') 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', -- cgit v1.3.1