Skip to content

Commit 4f56750

Browse files
authored
Update GitHub organization and project names
1 parent b683949 commit 4f56750

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const config = {
1616

1717
// GitHub pages deployment config.
1818
// If you aren't using GitHub pages, you don't need these.
19-
organizationName: 'laravel-workflow', // Usually your GitHub org/user name.
20-
projectName: 'laravel-workflow.github.io', // Usually your repo name.
19+
organizationName: 'durable-workflow', // Usually your GitHub org/user name.
20+
projectName: 'durable-workflow.github.io', // Usually your repo name.
2121

2222
// Even if you don't use internalization, you can use this field to set useful
2323
// metadata like html lang. For example, if your site is Chinese, you may want
@@ -37,14 +37,14 @@ const config = {
3737
// Please change this to your repo.
3838
// Remove this to remove the "edit this page" links.
3939
editUrl:
40-
'https://github.com/laravel-workflow/laravel-workflow.github.io/edit/main/',
40+
'https://github.com/durable-workflow/durable-workflow.github.io/edit/main/',
4141
},
4242
blog: {
4343
showReadingTime: true,
4444
// Please change this to your repo.
4545
// Remove this to remove the "edit this page" links.
4646
editUrl:
47-
'https://github.com/laravel-workflow/laravel-workflow.github.io/edit/main/',
47+
'https://github.com/durable-workflow/durable-workflow.github.io/edit/main/',
4848
},
4949
theme: {
5050
customCss: require.resolve('./src/css/custom.css'),
@@ -76,7 +76,7 @@ const config = {
7676
},
7777
{to: '/blog', label: 'Blog', position: 'left'},
7878
{
79-
href: 'https://github.com/laravel-workflow/laravel-workflow',
79+
href: 'https://github.com/durable-workflow/workflow',
8080
label: 'GitHub',
8181
position: 'right',
8282
},
@@ -120,7 +120,7 @@ const config = {
120120
},
121121
{
122122
label: 'GitHub',
123-
href: 'https://github.com/laravel-workflow/laravel-workflow',
123+
href: 'https://github.com/durable-workflow/workflow',
124124
},
125125
],
126126
},

0 commit comments

Comments
 (0)