Skip to content

Commit 0c3d54d

Browse files
committed
docusaurus.config.ts: adjust editUrl and follow us link
1 parent 57f2cf5 commit 0c3d54d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const config: Config = {
5050
routeBasePath: '/', // serve docs at /
5151
sidebarPath: require.resolve('./sidebars.ts'),
5252
editUrl:
53-
'https://github.com/objectbox/objectbox-c-cpp-docs/blob/main/website/',
53+
'https://github.com/objectbox/objectbox-c-cpp-docs/blob/main/',
5454
},
5555
// If you don't need a blog, you can disable it:
5656
blog: false,
@@ -105,7 +105,7 @@ const config: Config = {
105105
//target: '_self', // ← This prevents external link behavior
106106
},
107107
{
108-
href: 'https://twitter.com/objectbox_io',
108+
href: 'https://x.com/objectbox_io',
109109
label: 'Follow us',
110110
position: 'right',
111111
//target: '_self', // ← This prevents external link behavior

0 commit comments

Comments
 (0)