Skip to content

Commit 9740ef7

Browse files
committed
fix base URL for documentation
1 parent 21149ab commit 9740ef7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ const config: Config = {
1010
favicon: 'img/cardano-ada-logo.svg',
1111

1212
// Set the production url of your site here
13-
url: 'https://cardano-scaling.github.io/',
13+
url: 'https://cardano-foundation.github.io/',
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
1616
baseUrl: '/antithesis',
1717

1818
// GitHub pages deployment config.
1919
// If you aren't using GitHub pages, you don't need these.
20-
organizationName: 'cardano-scaling', // Usually your GitHub org/user name.
20+
organizationName: 'cardano-foundation', // Usually your GitHub org/user name.
2121
projectName: 'antithesis', // Usually your repo name.
2222

2323
onBrokenLinks: 'throw',
@@ -79,7 +79,7 @@ const config: Config = {
7979
items: [
8080
{
8181
label: 'GitHub',
82-
href: 'https://github.com/cardano-scaling/antithesis',
82+
href: 'https://github.com/cardano-foundation/antithesis',
8383
},
8484
],
8585
},

0 commit comments

Comments
 (0)