Skip to content

[fix][doc] Fix broken doc links in historical versions prior to 2.8.0 - #17763

Merged
momo-jun merged 1 commit into
apache:masterfrom
momo-jun:404-fix-all
Sep 23, 2022
Merged

[fix][doc] Fix broken doc links in historical versions prior to 2.8.0#17763
momo-jun merged 1 commit into
apache:masterfrom
momo-jun:404-fix-all

Conversation

@momo-jun

@momo-jun momo-jun commented Sep 21, 2022

Copy link
Copy Markdown
Contributor

Fix #17688 and #16701

Modifications

Fix broken doc links in historical versions prior to 2.8.0 by adding .md.
Note that only 2.7.x docs are still within the maintenance cycle but since we've got a quick fix solution, I applied it globally.

This is an automatic search and replacement with only a couple of manual adjustments.

  • Regex: (\[[^\]]+\]\((?!http|assets|\.|\/|#)((?!\.md|:|\.|#|\/).)*)\)
  • Replacement: $1.md)

Documentation

  • doc

@github-actions github-actions Bot added the doc Your PR contains doc changes, no matter whether the changes are in markdown or code files. label Sep 21, 2022
@momo-jun
momo-jun marked this pull request as ready for review September 23, 2022 01:00
@momo-jun momo-jun self-assigned this Sep 23, 2022
@momo-jun
momo-jun merged commit e73b298 into apache:master Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Your PR contains doc changes, no matter whether the changes are in markdown or code files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Doc] Broken links in io-connectors page for versions prior to 2.5.2

3 participants