fix: repair dead links in README and SECURITY docs - #704
Merged
Merged
Conversation
The docker install guide moved to installing_with_docker.html, and the YesWeHack bug bounty program page no longer exists (ownCloud now runs its VDP directly via security.owncloud.com). Fixes the markdown-link-check failure in the update-docker-hub-description job. Signed-off-by: Thomas Müller <323649642+oc-tmueller@users.noreply.github.com>
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
update-docker-hub-descriptionjob's markdown-link-check step was failing: https://github.com/owncloud-docker/server/actions/runs/34770289397/job/103758994571README.md's docs link pointed at.../installation/docker/, which 404s; the docker install guide now lives at.../installation/installing_with_docker.html(verified 200).README.mdandSECURITY.md404s. It's not a renamed slug — ownCloud doesn't appear in YesWeHack's public program list at all anymore, and security.owncloud.com now self-identifies as a VDP (Vulnerability Disclosure Policy) portal. The program appears discontinued, so the line was removed rather than repointed.Test plan
npx markdown-link-check README.md SECURITY.mdlocally — all 38 links pass (previously 2 dead links across the two files).