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

[DOCFIX] Fix links to java file examples in Java-API.md #16834

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

Xenorith
Copy link
Contributor

@Xenorith Xenorith commented Feb 1, 2023

relative links within the codebase do not render to usable links when publishing to our documentation website.
[description](/path/to/file) will render as https://docs.alluxio.io/path/to/file

replace with the full github url to the corresponding file in master branch instead

Copy link
Contributor

@huanghua78 huanghua78 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good.

@huanghua78
Copy link
Contributor

Thanks to @Xenorith fixing this issue.

@Xenorith
Copy link
Contributor Author

Xenorith commented Feb 1, 2023

alluxio-bot, merge this please

@alluxio-bot alluxio-bot merged commit 379b163 into Alluxio:master Feb 1, 2023
jiacheliu3 pushed a commit to jiacheliu3/alluxio that referenced this pull request May 16, 2023
relative links within the codebase do not render to usable links when
publishing to our documentation website.
`[description](/path/to/file)` will render as
`https://docs.alluxio.io/path/to/file`

replace with the full github url to the corresponding file in master
branch instead

pr-link: Alluxio#16834
change-id: cid-6ad346b38e0e2ff0c8018105930fae64261cd58b
jiacheliu3 pushed a commit to jiacheliu3/alluxio that referenced this pull request May 16, 2023
relative links within the codebase do not render to usable links when
publishing to our documentation website.
`[description](/path/to/file)` will render as
`https://docs.alluxio.io/path/to/file`

replace with the full github url to the corresponding file in master
branch instead

pr-link: Alluxio#16834
change-id: cid-6ad346b38e0e2ff0c8018105930fae64261cd58b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants