Originally posted by **DeltaEpsilon19498** November 15, 2024
if I go to dangerzone.rocks and click on the button for debian/ubuntu instructions, I get https://github.com/freedomofpress/dangerzone/blob/v0.8.0/INSTALL.md#ubuntu-debian . If I click on "see instructions for mac" or "see instructions for windows," I get https://github.com/freedomofpress/dangerzone/blob/v0.8.0/README.md#macos and https://github.com/freedomofpress/dangerzone/blob/v0.8.0/README.md#windows respectively. Despite the url link name. these links point to the 0.7.1 versions. They do not point to the README in the main branch, which has the 0.8.0 version.
This issue happens because we're tagging the release before actually updating the documentation links, and as such the solution should probably have a part where we change the way we release (e.g. update the links before we issue the tag).
Discussed in https://github.com/freedomofpress/dangerzone/discussions/1002
This issue happens because we're tagging the release before actually updating the documentation links, and as such the solution should probably have a part where we change the way we release (e.g. update the links before we issue the tag).