Skip to content

Commit 1e04320

Browse files
Fix links
1 parent e679eb4 commit 1e04320

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const config: Config = {
8888
// label: 'Docs',
8989
// },
9090
{to: '/docs/intro', label: 'Intro', position: 'left'},
91-
{to: '/docs/category/problem4j-core', label: 'Problem4J Core', position: 'left'},
91+
{to: '/docs/problem4j-core', label: 'Problem4J Core', position: 'left'},
9292
{to: '/docs/problem4j-jackson', label: 'Problem4J Jackson', position: 'left'},
9393
{to: '/docs/category/problem4j-spring', label: 'Problem4J Spring', position: 'left'},
9494
{to: '/blog', label: 'Blog', position: 'left'},
@@ -111,7 +111,7 @@ const config: Config = {
111111
},
112112
{
113113
label: 'Problem4J Core',
114-
to: '/docs/category/problem4j-core',
114+
to: '/docs/problem4j-core',
115115
},
116116
{
117117
label: 'Problem4J Jackson',

0 commit comments

Comments
 (0)