docs: Fix broken discussions link in developer guide - #499
Merged
Conversation
The Getting Help section linked to rossoctl/operator/discussions, but discussions are disabled on that repo, so the link 404s. Point it at the umbrella project's discussions page (rossoctl/rossoctl/discussions), which is enabled and is where project-wide questions belong. Assisted-By: Claude Code (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Gloire Rubambiza <gloire@ibm.com>
Contributor
Author
|
Please ignore the failing PR verifier workflow. It's likely because of rossoctl/rossoctl#2293 |
evaline-ju
approved these changes
Jul 28, 2026
Contributor
Author
|
Thanks for the approval @evaline-ju! |
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.
Fix the broken Discussions link in the developer guide's Getting Help section.
operator/docs/dev.mdlinked tohttps://github.com/rossoctl/operator/discussions, but Discussions are disabled onrossoctl/operator, so that link 404s (the original report in #494). This repoints it to the umbrella project's Discussions page,https://github.com/rossoctl/rossoctl/discussions, which is enabled and is the correct home for project-wide questions.Single-file, single-line change:
operator/docs/dev.mdhttps://github.com/rossoctl/operator/discussionshttps://github.com/rossoctl/rossoctl/discussionsSupersedes #498, which was generated against a stale pre-rename base and inadvertently bundled an org-rename revert and pinned-action downgrades across 13 files. This PR is the genuine 1-file fix from current
main, with the link pointing at the currentrossoctlorg.Fixes #494