Skip to content

Commit 4748f76

Browse files
authored
fix: Fix Next Steps link of Clack Getting Started page (#13)
1 parent f07f79a commit 4748f76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/clack/basics/getting-started.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ if (isCancel(name)) {
114114

115115
## Next Steps
116116

117-
1. Check out our [Examples](/docs/guides/examples) for more practical use cases
118-
2. Learn about [Best Practices](/docs/guides/best-practices) for building CLIs
119-
3. Explore the [API Reference](/docs/api) for detailed documentation
117+
1. Check out our [Examples](/docs/clack/guides/examples) for more practical use cases
118+
2. Learn about [Best Practices](/docs/clack/guides/best-practices) for building CLIs
119+
3. Explore the [API Reference](/docs/clack/packages/prompts) for detailed documentation
120120
4. Join our [Discord community](https://bomb.sh/chat) for support and discussions
121121

122122
## TypeScript Support

0 commit comments

Comments
 (0)