Skip to content

Commit ab84287

Browse files
committed
Fix broken links
1 parent 44ddc11 commit ab84287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/docusaurus/docs/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ We need to import the `remarkCodeHike` function from the _`@code-hike/mdx`_ pack
125125

126126
Next to the plugin you can pass a [config object](focus://14[30:38]). Almost always you'll want to pass a theme there. You can import one from shiki, or make a custom one.
127127

128-
You can also pass more options, like `lineNumbers` for example. See the [configuration docs](/configuration) for more information.
128+
You can also pass more options, like `lineNumbers` for example. See the [configuration docs](/docs/intro) for more information.
129129

130130
---
131131

@@ -178,7 +178,7 @@ There's a `customCSS` property in the theme config. You can replace it with an a
178178

179179
If you want to customize Code Hike's styles with a global stylesheet make sure to import it after this import to avoid specificity issues.
180180

181-
You can learn more about customizing Code Hike styles in the [styling docs](/styling).
181+
You can learn more about customizing Code Hike styles in the [styling docs](/docs/intro).
182182

183183
</CH.Scrollycoding>
184184

0 commit comments

Comments
 (0)