@@ -8,15 +8,15 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88const 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