Bug description
Thanks to @theoellingsen's issue #1249 , we noticed that the links to RTD sites that enable named versioning may break.
It looks like the OM3 config docs have enabled versioning, with the default version being latest. While links to the home page of the OM3 config docs seem to default to latest if no version name is specified, direct links to other pages on the OM3 config docs (e.g. the broken link found by @theoellingsen https://access-om3-configs.access-hive.org.au/configurations/Overview/) sends a 404 error. His PR updates this to include the version name latest in the URL. (Thanks @theoellingsen!)
We may want to run the link checker to check for other broken links like this one, and this is something we will look out for as other config docs sites enable versioning.
Question for @chrisb13: I see that the OM3 config docs has a few named versions, including latest and stable. Just confirming that you want your default to be latest, and that we should default to linking to the latest version from the Hive Docs (unless there is a need to reference a specific older version)?
Expected Behavior
The links do not throw an error.
Steps to Reproduce
Click on the above links.
Bug description
Thanks to @theoellingsen's issue #1249 , we noticed that the links to RTD sites that enable named versioning may break.
It looks like the OM3 config docs have enabled versioning, with the default version being
latest. While links to the home page of the OM3 config docs seem to default tolatestif no version name is specified, direct links to other pages on the OM3 config docs (e.g. the broken link found by @theoellingsenhttps://access-om3-configs.access-hive.org.au/configurations/Overview/) sends a 404 error. His PR updates this to include the version namelatestin the URL. (Thanks @theoellingsen!)We may want to run the link checker to check for other broken links like this one, and this is something we will look out for as other config docs sites enable versioning.
Question for @chrisb13: I see that the OM3 config docs has a few named versions, including
latestandstable. Just confirming that you want your default to belatest, and that we should default to linking to thelatestversion from the Hive Docs (unless there is a need to reference a specific older version)?Expected Behavior
The links do not throw an error.
Steps to Reproduce
Click on the above links.