Skip to content

Commit 449a8ac

Browse files
committed
docs: fix remaining cross-reference links
1 parent 5965e52 commit 449a8ac

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/src/content/docs/guides/color-scheme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,6 @@ export function ThemedApp() {
262262

263263
## What's Next?
264264

265-
- Learn about [Custom Color Scheme Hook](/advanced/custom-color-scheme-hook/) to use theme providers
266-
- Explore [Custom Colors](/advanced/custom-colors/) for theme customization
267-
- Check out [Platform Modifiers](/guides/platform-modifiers/) for platform-specific styling
265+
- Learn about [Custom Color Scheme Hook](../advanced/custom-color-scheme-hook/) to use theme providers
266+
- Explore [Custom Colors](../advanced/custom-colors/) for theme customization
267+
- Check out [Platform Modifiers](./platform-modifiers/) for platform-specific styling

docs/src/content/docs/guides/compile-time-tw.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,6 @@ export function StyledApp() {
268268

269269
## What's Next?
270270

271-
- Learn about [Runtime tw](/guides/runtime-tw/) for fully dynamic styling
272-
- Explore [State Modifiers](/guides/state-modifiers/) for interactive components
273-
- Check out [Color Scheme](/guides/color-scheme/) for dark mode support
271+
- Learn about [Runtime tw](./runtime-tw/) for fully dynamic styling
272+
- Explore [State Modifiers](./state-modifiers/) for interactive components
273+
- Check out [Color Scheme](./color-scheme/) for dark mode support

0 commit comments

Comments
 (0)