-
Notifications
You must be signed in to change notification settings - Fork 2.5k
docs: fix broken links in Hudi website since 0.14.0 #14192
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
docs: fix broken links in Hudi website since 0.14.0 #14192
Conversation
|
@deepakpanda93 again you need to fix latest version |
xushiyan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Always use relative path for the site's own links
xushiyan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correction: both from and to pages are within docs/ -> use relative path, referring to pages in docs/ from outside docs/, use /docs/<specific version if applicable>/page.
I'll raise a separate PR to fix all usage of /docs/<page> within docs/
Describe the issue this Pull Request addresses
Summary and Changelog
Changelog:
Impact
None
Risk Level
none
Documentation Update
The PR itself is a documentation update.
Contributor's checklist