Update CollectOSS documentation URLs#341
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>
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/) |
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?
There was a problem hiding this comment.
@chrisx9z once this small fix is made (setting the urls that had /release changed to /latest back to /release), this will be ready to merge
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.