Skip to content

Commit 20ed7ac

Browse files
fix github repo url from private repo to doc site (#227)
1 parent f3d341b commit 20ed7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const config: Config = {
157157
dropdownActiveClassDisabled: true,
158158
},
159159
{
160-
href: 'https://github.com/HarperDB/harperdb',
160+
href: 'https://github.com/HarperDB/documentation',
161161
label: 'GitHub',
162162
position: 'right',
163163
},

0 commit comments

Comments
 (0)