Skip to content

Commit

Permalink
fix edit link (#1261)
Browse files Browse the repository at this point in the history
* fix edit link

* fix another one
  • Loading branch information
chenxsan authored and wooorm committed Dec 17, 2020
1 parent 52e40d6 commit 9200202
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/gatsby-theme-mdx/src/components/sidebar.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- [Introduction](/)
- [Getting Started](/getting-started)
- [Getting Started](/getting-started/)
- [Next.js](/getting-started/next)
- [Gatsby](/getting-started/gatsby)
- [Create React App](/getting-started/create-react-app)
Expand All @@ -9,7 +9,7 @@
- [Zero](/getting-started/zero)
- [Table of components](/table-of-components)
- [Playground <sup style={{ color: '#444', textTransform: 'uppercase' }}>_alpha_</sup>](/playground)
- [Guides](/guides)
- [Guides](/guides/)
- [Syntax highlighting](/guides/syntax-highlighting)
- [Live code editor](/guides/live-code)
- [Math blocks](/guides/math-blocks)
Expand All @@ -19,7 +19,7 @@
- [Wrapper customization](/guides/wrapper-customization)
- [Render MDX to the terminal](/guides/terminal)
- [Vue <sup style={{ color: '#444', textTransform: 'uppercase' }}>_alpha_</sup>](/guides/vue)
- [Advanced](/advanced)
- [Advanced](/advanced/)
- [API](/advanced/api)
- [Runtime](/advanced/runtime)
- [AST](/advanced/ast)
Expand All @@ -31,7 +31,7 @@
- [Contributing](/contributing)
- [Projects](/projects)
- [Editors](/editors)
- [Blog](/blog)
- [Blog](/blog/)
- [About](/about)
- [Migrating from v0 to v1](/migrating/v1)
- [V0](https://v0.mdxjs.com)

0 comments on commit 9200202

Please sign in to comment.