Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links in docs #1803

Merged
merged 5 commits into from Feb 16, 2022
Merged

Fix broken links in docs #1803

merged 5 commits into from Feb 16, 2022

Conversation

FloEdelmann
Copy link
Member

@FloEdelmann FloEdelmann commented Feb 16, 2022

Fixes #1802.

My process:

  1. Search and replace all:
    - https://v3.vuejs.org/style-guide/#([\w-]+?)-(essential|strongly-recommended|recommended|use-with-caution)
    + https://vuejs.org/style-guide/rules-$2.html#$1
    Then manually go through all changed links and adjust them if necessary: e756226
  2. Search and replace all:
    - https://v3.vuejs.org/guide/migration/([\w-]+).html
    + https://v3-migration.vuejs.org/breaking-changes/$1.html
    Then manually go through all changed links and adjust them if necessary: d195cab
  3. Search and replace all:
    - https://vuejs.org/v2
    + https://v2.vuejs.org/v2
    Then manually go through all changed links and adjust them if necessary: 6a3070e
  4. Manually go through all https://v3.vuejs.org/ links and adjust them: 143d896
  5. Temporarily install https://github.com/tcort/markdown-link-check with npm i -D markdown-link-check
  6. Run find -name "*.md" -not -path "./node_modules/*" -print0 | xargs -0 -n1 npx markdown-link-check --progress --quiet --alive 200 --retry and fix all failing links: bc5cc10

@FloEdelmann FloEdelmann merged commit 86b3b3f into vuejs:master Feb 16, 2022
@FloEdelmann FloEdelmann deleted the docs-style-guide-links branch February 16, 2022 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Vue.js Style Guide" URL is stale
1 participant