Community Forums or rather Discourse has a function to find/replace text. This means that we can find/replace kolibri.readthedocs.org/en/latest/something with kolibri.readthedocs.org/en/latest/something-else
There doesn't seem to be an off-the-shelf automation for finding 404s on Discourse. So it would have to be a manual thing that's done once in a while.
We could write a script that uses the git history of kolibri-docs to list all moved / removed files. Consequently, we could use that list to clean up broken references in Community Forums, website etc.
Community Forums or rather Discourse has a function to find/replace text. This means that we can find/replace
kolibri.readthedocs.org/en/latest/something
withkolibri.readthedocs.org/en/latest/something-else
There doesn't seem to be an off-the-shelf automation for finding 404s on Discourse. So it would have to be a manual thing that's done once in a while.
We could write a script that uses the git history of kolibri-docs to list all moved / removed files. Consequently, we could use that list to clean up broken references in Community Forums, website etc.