Skip to content

Commit cad48ad

Browse files
authored
fix edit link (#1261)
* fix edit link * fix another one
1 parent 4377a7f commit cad48ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/gatsby-theme-mdx/src/components/sidebar.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- [Introduction](/)
2-
- [Getting Started](/getting-started)
2+
- [Getting Started](/getting-started/)
33
- [Next.js](/getting-started/next)
44
- [Gatsby](/getting-started/gatsby)
55
- [Create React App](/getting-started/create-react-app)
@@ -9,7 +9,7 @@
99
- [Zero](/getting-started/zero)
1010
- [Table of components](/table-of-components)
1111
- [Playground <sup style={{ color: '#444', textTransform: 'uppercase' }}>_alpha_</sup>](/playground)
12-
- [Guides](/guides)
12+
- [Guides](/guides/)
1313
- [Syntax highlighting](/guides/syntax-highlighting)
1414
- [Live code editor](/guides/live-code)
1515
- [Math blocks](/guides/math-blocks)
@@ -19,7 +19,7 @@
1919
- [Wrapper customization](/guides/wrapper-customization)
2020
- [Render MDX to the terminal](/guides/terminal)
2121
- [Vue <sup style={{ color: '#444', textTransform: 'uppercase' }}>_alpha_</sup>](/guides/vue)
22-
- [Advanced](/advanced)
22+
- [Advanced](/advanced/)
2323
- [API](/advanced/api)
2424
- [Runtime](/advanced/runtime)
2525
- [AST](/advanced/ast)
@@ -31,7 +31,7 @@
3131
- [Contributing](/contributing)
3232
- [Projects](/projects)
3333
- [Editors](/editors)
34-
- [Blog](/blog)
34+
- [Blog](/blog/)
3535
- [About](/about)
3636
- [Migrating from v0 to v1](/migrating/v1)
3737
- [V0](https://v0.mdxjs.com)

0 commit comments

Comments
 (0)