-
Notifications
You must be signed in to change notification settings - Fork 0
fix: update documentation links to correct paths and formats #266
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
Conversation
Reviewer's Guide by SourceryThis pull request updates documentation links across the repository to ensure they point to the correct locations and follow consistent formatting. It also includes minor text edits to improve clarity. No diagrams generated as the changes look simple and do not need a visual representation. 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 @SaeeDawod - I've reviewed your changes - here's some feedback:
Overall Comments:
- This PR introduces a lot of changes - could you break it up into smaller PRs?
- It looks like you're replacing absolute URLs with relative URLs - that's great!
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 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.
@@ -17,7 +17,7 @@ resource scaling, an intuitive JSON-RPC UI, and reliable uptime management. | |||
## Joining a Network | |||
|
|||
1. Navigate to the create network form (see | |||
[how to do this here](/building-with-settlemint/add-a-network-to-an-application)). |
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.
question (typo): Potential extra closing parenthesis in markdown link.
Check the markdown syntax to ensure the link renders correctly; verify that the extra ')' is not causing unexpected formatting issues.
Suggested implementation:
1. Navigate to the create network form (see
[how to do this here](/building-with-settlemint/evm-chains-guide/add-network-and-nodes)).
[how to do this here](/building-with-settlemint/evm-chains-guide/add-network-and-nodes).
Summary by Sourcery
Update documentation links to correct paths and formats across multiple documentation files
Enhancements:
Documentation: