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][doc] Fix broken doc links in historical versions prior to 2.8.0 #17763

Merged
merged 1 commit into from
Sep 23, 2022

Conversation

momo-jun
Copy link
Contributor

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

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