Skip to content

Commit

Permalink
docs: add trailing slash to introduction section links (#4153)
Browse files Browse the repository at this point in the history
  • Loading branch information
orischwartz committed Apr 23, 2024
1 parent 4f544ef commit 14defcd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -106,39 +106,39 @@ export default defineConfig({
items: [
{
label: 'Getting Started',
link: '/getting-started',
link: '/getting-started/',
},
{
label: 'Why Bloc?',
link: '/why-bloc',
link: '/why-bloc/',
},
{
label: 'Bloc Concepts',
link: '/bloc-concepts',
link: '/bloc-concepts/',
},
{
label: 'Flutter Bloc Concepts',
link: '/flutter-bloc-concepts',
link: '/flutter-bloc-concepts/',
},
{
label: 'Architecture',
link: '/architecture',
link: '/architecture/',
},
{
label: 'Testing',
link: '/testing',
link: '/testing/',
},
{
label: 'Naming Conventions',
link: '/naming-conventions',
link: '/naming-conventions/',
},
{
label: 'FAQs',
link: '/faqs',
link: '/faqs/',
},
{
label: 'Migration Guide',
link: '/migration',
link: '/migration/',
},
],
},
Expand Down

0 comments on commit 14defcd

Please sign in to comment.