-
Notifications
You must be signed in to change notification settings - Fork 2k
docs: fix broken links in useful links section of readme #10380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fix broken links in useful links section of readme #10380
Conversation
Update the useful links section, fixing broken links. I removed the CLI Usage link as I couldn't find an equivalent page.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@richardhuf84 is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
examples/basic/README.md
Outdated
<<<<<<< Updated upstream | ||
- [Configuration Options](https://turborepo.com/docs/reference/configuration) | ||
- [CLI Usage](https://turborepo.com/docs/reference/command-line-reference) | ||
======= | ||
- [Configuration Options](https://turborepo.com/docs/reference/configuration) | ||
>>>>>>> Stashed changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a conflict got left in here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for picking that up! That's now fixed.
In addition to these changes, would you be able to add a redirect to the next.config.ts in |
I've added the redirects so we can get this fixed up for folks. Thanks for the help! |
Description
Update several README files in the examples section, fixing the broken links in the Useful links section.
The CLI usage link is broken as well. I wasn't sure of the right page, so I've left it as is. Suggestions welcome! Thank you.