-
Notifications
You must be signed in to change notification settings - Fork 0
fix: all broken links, fail build if broken links #112
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
fix: all broken links, fail build if broken links #112
Conversation
CUS-672 Fix broken markdown links in current documentation
snigdha saeed current docs give me these broken links
|
Reviewer's Guide by SourceryThis pull request fixes broken links in the documentation and implements a build check to prevent future broken links. State diagram for documentation link validationstateDiagram-v2
[*] --> CheckingLinks
CheckingLinks --> LinksValid: All links valid
CheckingLinks --> LinksInvalid: Broken links found
LinksValid --> BuildSuccess: Continue build
LinksInvalid --> BuildFailure: Halt build
BuildSuccess --> [*]
BuildFailure --> [*]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @snigdha920 - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Review instructions: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Builds without any broken links now:

Summary by Sourcery
Update documentation to reflect the use of access tokens instead of API keys and fix broken links.
Enhancements:
Documentation:
Tests: