Skip to content

Commit 0fe9b6e

Browse files
committed
docs: Fix broken discussions link in dev guide
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>
1 parent baad7f2 commit 0fe9b6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

operator/docs/dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ kubectl delete agentcard my-agent-deployment-card --grace-period=0 --force
589589
## Getting Help
590590

591591
- **GitHub Issues**: [Report bugs or request features](https://github.com/rossoctl/operator/issues)
592-
- **Discussions**: [Ask questions](https://github.com/rossoctl/operator/discussions)
592+
- **Discussions**: [Ask questions](https://github.com/rossoctl/rossoctl/discussions)
593593
- **Contributing**: See [CONTRIBUTING.md](../CONTRIBUTING.md)
594594

595595
---

0 commit comments

Comments
 (0)