Update CollectOSS documentation URLs#341
Open
chrisx9z wants to merge 1 commit into
Open
Conversation
This commit replaces the old Read the Docs host with docs.collectoss.org and points CLI help text to live documentation pages. Signed-off-by: chrisx9z <287960381+chrisx9z@users.noreply.github.com>
This was referenced May 26, 2026
MoralCode
requested changes
May 26, 2026
Contributor
MoralCode
left a comment
There was a problem hiding this comment.
Nice/thorough PR and impressive speed! Welcome to CollectOSS!
I noticed your PR is essentially pointing out that our release docs are not building properly, so I have fixed that on the readthedocs side. Just had one piece of feedback to update the docs to account for this change.
Would also love to learn how you found out about CollectOSS, let alone this issue, within an hour of my posting it! also happy to chat on CHAOSS Slack in the #wg-collectoss-8knot channel if you prefer
| ## Helpful Links | ||
|
|
||
| - [CollectOSS stable documentation](https://collectoss.readthedocs.io/en/release/) | ||
| - [CollectOSS stable documentation](https://docs.collectoss.org/en/latest/) |
Contributor
There was a problem hiding this comment.
I have fixed the release build of the docs. Can you update this URL (and the others that were similarly changed) so that it points to the release docs on the new domain?
4 tasks
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
Closes #340.
Updates references from
collectoss.readthedocs.iotodocs.collectoss.org. I also pointed the existing CLI help links at live pages on the new docs domain where the old paths returned 404.Verification
rg -n "collectoss\.readthedocs\.io"returns no matcheshttps://docs.collectoss.org/en/latest/returns HTTP 200https://docs.collectoss.org/en/latest/getting-started/collecting-data.htmlreturns HTTP 200Commit comment
This commit replaces the old Read the Docs host with docs.collectoss.org and points CLI help text to live documentation pages.