Skip to content

Commit 6701651

Browse files
authored
Update docusaurus.config.js
1 parent a7caa78 commit 6701651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88
const config = {
99
title: 'UniversalPython',
1010
tagline: 'An inclusive transpiler which lets you write Python code in any human language.',
11-
url: 'https://your-docusaurus-test-site.com',
11+
url: 'https://universalpython.github.io',
1212
baseUrl: '/',
1313
onBrokenLinks: 'throw',
1414
onBrokenMarkdownLinks: 'warn',
1515
favicon: 'img/favicon.ico',
1616

1717
// GitHub pages deployment config.
1818
// If you aren't using GitHub pages, you don't need these.
19-
organizationName: 'grayhatdevelopers', // Usually your GitHub org/user name.
19+
organizationName: 'universalpython', // Usually your GitHub org/user name.
2020
projectName: 'universalpython', // Usually your repo name.
2121

2222
// Even if you don't use internalization, you can use this field to set useful
@@ -83,7 +83,7 @@ const config = {
8383
},
8484
{to: '/blog', label: 'Blog', position: 'left'},
8585
{
86-
href: 'https://github.com/grayhatdevelopers/universalpython',
86+
href: 'https://github.com/universalpython/universalpython',
8787
label: 'GitHub',
8888
position: 'right',
8989
},

0 commit comments

Comments
 (0)