Skip to content

Commit 43c4d12

Browse files
committed
Update documentation URLs to reflect new domain
1 parent 2ab004b commit 43c4d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
title: 'Thelia documentation',
33
tagline: 'Your OpenSource E-commerce tool',
4-
url: 'https://thelia.github.io',
4+
url: 'https://doc.thelia.net',
55
baseUrl: '/',
66
onBrokenLinks: 'warn',
77
favicon: 'img/favicon.png',
@@ -42,7 +42,7 @@ module.exports = {
4242
},
4343
{to: 'modules', label: 'Modules', position: 'left'},
4444
{
45-
href: 'http://thelia.github.io/',
45+
href: 'http://doc.thelia.net/',
4646
className: 'header-link',
4747
'aria-label': 'Legacy doc',
4848
label: 'Legacy doc',

0 commit comments

Comments
 (0)