Fix broken internal links across 4 files (DOCT-2624) - #1673
Open
esabou-snyk wants to merge 1 commit into
Open
Conversation
- developer-tools/snyk-cli/commands/fix.md: correct install-the-snyk-cli folder name (was install-or-update-the-snyk-cli) and update two Remediation Agent links to its current location at scan-fix-and-prevent/fix/remediation-agent.md - scan-fix-and-prevent/fix/remediation-agent.md: same install folder name fix (two occurrences) - snyk-data-and-governance/.gitbook/includes/release-status-snyk-code-local-engine.md: fix relative path depth (../../ -> ../../../) to reach discover-snyk/ - scan-fix-and-prevent/.gitbook/includes/release-status-snyk-code-local-engine.md: replace raw GitHub URL with correct relative path Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
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
developer-tools/snyk-cli/commands/fix.md: corrects install folder name (install-the-snyk-cli, notinstall-or-update-the-snyk-cli) and updates two Remediation Agent links to its current location atscan-fix-and-prevent/fix/remediation-agent.mdscan-fix-and-prevent/fix/remediation-agent.md: same install folder name fix (two occurrences)snyk-data-and-governance/.gitbook/includes/release-status-snyk-code-local-engine.md: fixes relative path depth (../../→../../../) to correctly reachdiscover-snyk/scan-fix-and-prevent/.gitbook/includes/release-status-snyk-code-local-engine.md: replaces raw GitHub blob URL with a correct relative pathThese were identified by the recurring broken-link scan (DOCT-2624). External 4xx links are tracked separately and are not included here.
Test plan
check_external_links.pyafter merge and confirm the 11 broken .md entries drop to 0Note
Low Risk
Documentation-only link corrections with no code, authentication, or data-handling impact.
Overview
Fixes broken internal relative links across four documentation files.
Updates Snyk CLI install page references from the old
install-or-update-the-snyk-clipath toinstall-the-snyk-cliinfix.mdandremediation-agent.md. Corrects Remediation Agent cross-references to point toscan-fix-and-prevent/fix/remediation-agent.md. Also fixes relative path depth in two release-status include files so the Snyk Release Process link resolves correctly, replacing one raw GitHub blob URL with a relative path.Reviewed by Cursor Bugbot for commit c2eba05. Bugbot is set up for automated code reviews on this repo. Configure here.