-
-
Notifications
You must be signed in to change notification settings - Fork 81
docs: update stac readme links #370
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
WalkthroughUpdated documentation links and references in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
35a9df4 to
961db14
Compare
961db14 to
50da2ff
Compare
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.
| - 🤝 **[Contributing](../../CONTRIBUTING.md)** – Help build Stac | ||
|
|
||
| ## License | ||
|
|
||
| This project is licensed under the MIT License - see the [LICENSE](https://github.com/StacDev/stac/blob/dev/LICENSE) file for details. | ||
| This project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details. |
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.
Restore absolute links for cross-site rendering.
Switching to repo-relative paths (../../CONTRIBUTING.md, /LICENSE) breaks these links anywhere the README is rendered outside GitHub (e.g., pub.dev resolves them to https://pub.dev/…, resulting in 404). Please keep them as explicit GitHub URLs so they work universally.
-🤝 **[Contributing](../../CONTRIBUTING.md)** – Help build Stac
+🤝 **[Contributing](https://github.com/StacDev/stac/blob/dev/CONTRIBUTING.md)** – Help build Stac
…
-This project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details.
+This project is licensed under the MIT License - see the [LICENSE](https://github.com/StacDev/stac/blob/dev/LICENSE) file for details.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - 🤝 **[Contributing](../../CONTRIBUTING.md)** – Help build Stac | |
| ## License | |
| This project is licensed under the MIT License - see the [LICENSE](https://github.com/StacDev/stac/blob/dev/LICENSE) file for details. | |
| This project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details. | |
| 🤝 **[Contributing](https://github.com/StacDev/stac/blob/dev/CONTRIBUTING.md)** – Help build Stac | |
| ## License | |
| This project is licensed under the MIT License - see the [LICENSE](https://github.com/StacDev/stac/blob/dev/LICENSE) file for details. |
🤖 Prompt for AI Agents
packages/stac/README.md lines 51-55: the README uses repository-relative links
("../../CONTRIBUTING.md" and "/LICENSE") which break when rendered off GitHub;
replace them with absolute GitHub URLs (e.g.,
https://github.com/<owner>/<repo>/blob/main/CONTRIBUTING.md and
https://github.com/<owner>/<repo>/blob/main/LICENSE) so the links resolve
correctly on external sites and package registries.
Description
Related Issues
Type of Change
Summary by CodeRabbit