-
-
Notifications
You must be signed in to change notification settings - Fork 12.1k
[Doc]: fix 2 hyperlinks leading to Ray site after they changed Ray's doc structure #24438
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
Conversation
Signed-off-by: Didier Durand <durand.didier@gmail.com>
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.
Code Review
This pull request addresses broken hyperlinks within the documentation, specifically in docs/configuration/tpu.md and docs/design/metrics.md. The changes correctly update the paths to point to the appropriate README.md files, resolving 404 errors and improving the overall quality and usability of the documentation. The fixes are accurate and well-targeted.
hmellor
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.
These links were correct. They link to the auto-generated md examples which live in docs/examples
Signed-off-by: Didier Durand <durand.didier@gmail.com>
Signed-off-by: Didier Durand <durand.didier@gmail.com>
|
@hmellor :
Thanks for your understanding ! Didier |
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
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.
LGTM, thanks for fixing these external links!
…doc structure (vllm-project#24438) Signed-off-by: Didier Durand <durand.didier@gmail.com> Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
…doc structure (vllm-project#24438) Signed-off-by: Didier Durand <durand.didier@gmail.com> Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
…doc structure (vllm-project#24438) Signed-off-by: Didier Durand <durand.didier@gmail.com> Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
…doc structure (vllm-project#24438) Signed-off-by: Didier Durand <durand.didier@gmail.com> Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
…doc structure (vllm-project#24438) Signed-off-by: Didier Durand <durand.didier@gmail.com> Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
Purpose
Improve doc quality by fixing hyperlinks currently leading to not found (404) erros
Test Plan
Validated manually the correctness of the new links
Test Result
successful: new links now lead to existing pages