docs: fix contributing guide links#1312
Merged
muddlebee merged 1 commit intoTracer-Cloud:mainfrom May 5, 2026
Merged
Conversation
Contributor
Greptile Summary
Confidence Score: 5/5Safe to merge — documentation-only corrections with no code or behavioural changes. All three changes are straightforward Markdown fixes. VISION.md is confirmed absent from the repo, so removing its link is correct. The § removal and backtick unwrap are clearly right. No logic, tests, or APIs are touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[CONTRIBUTING.md Quick Links] -->|Before| B["§[@open_sre] + broken VISION.md + backtick devcontainer"]
A -->|After| C["[@open_sre] link only + devcontainer as proper link"]
B -->|Fix 1| D[Remove VISION.md entry — file does not exist]
B -->|Fix 2| E[Strip stray § from X/Twitter entry]
B -->|Fix 3| F[Unwrap devcontainer path — render as Markdown link]
D --> C
E --> C
F --> C
Reviews (1): Last reviewed commit: "docs: fix contributing guide links" | Re-trigger Greptile |
Collaborator
|
@aayushprsingh thank you for PR. welcome to openSRE 🚀 |
Contributor
|
🧑💻 @aayushprsingh has entered the contributor hall of fame. Merged. Done. Shipped. Go touch grass (then come back with another PR). 🌱 👋 Join us on Discord - OpenSRE : hang out, contribute, or hunt for features and issues. Everyone's welcome. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Verification