diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 1abf122c405..ff07b5697ce 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -45,12 +45,12 @@ const config = { label: 'dev', path: 'dev', }, - "0.7.1": { - label: '0.7.1 / 0.8.0' + '0.7.1': { + label: '0.7.1 / 0.8.0', }, }, editUrl: ({ versionDocsDirPath, docPath }) => - `https://github.com/noir-lang/docs/edit/master/${versionDocsDirPath}/${docPath}`, + `https://github.com/noir-lang/noir/edit/master/docs/${versionDocsDirPath}/${docPath}`, }, blog: false, theme: { @@ -107,8 +107,8 @@ const config = { }, { label: 'Discord', - href: 'https://discord.gg/JtqzkdeQ6G' - } + href: 'https://discord.gg/JtqzkdeQ6G', + }, ], }, {