Fixing all broken links in integrate_hardware document#1445
Merged
CarolinePascal merged 5 commits intohuggingface:mainfrom Jul 25, 2025
Merged
Fixing all broken links in integrate_hardware document#1445CarolinePascal merged 5 commits intohuggingface:mainfrom
CarolinePascal merged 5 commits intohuggingface:mainfrom
Conversation
Signed-off-by: arulloomba1 <145633197+arulloomba1@users.noreply.github.com>
Signed-off-by: arulloomba1 <145633197+arulloomba1@users.noreply.github.com>
Collaborator
|
Hi @arulloomba1, Thanks for fixing these typos ! Would it be possible for you to update the link to Best, Caroline. |
Contributor
Author
|
Yes @CarolinePascal , will do it right away! |
Signed-off-by: arulloomba1 <145633197+arulloomba1@users.noreply.github.com>
Signed-off-by: arulloomba1 <145633197+arulloomba1@users.noreply.github.com>
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
CarolinePascal
approved these changes
Jul 25, 2025
andrearosasco
pushed a commit
to andrearosasco/lerobot
that referenced
this pull request
Jul 25, 2025
AdilZouitine
pushed a commit
that referenced
this pull request
Aug 10, 2025
Signed-off-by: arulloomba1 <145633197+arulloomba1@users.noreply.github.com>
fracapuano
pushed a commit
that referenced
this pull request
Sep 12, 2025
Signed-off-by: arulloomba1 <145633197+arulloomba1@users.noreply.github.com>
sandhya-cb
pushed a commit
to sandhya-cb/lerobot-clutterbot
that referenced
this pull request
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this does
This PR fixes broken links in the
Bring Your Own Hardwaredocumentation and theintegrate_hardware.mdxfile by replacing outdated or incorrect file paths with absolute URLs that point to the correct locations in the GitHub repository.These relative links previously led to
404 Not Founderrors in both the GitHub file preview and Hugging Face documentation pages. By updating the links to absolute paths, we ensure they remain valid even as the project structure evolves.Examples:
All broken links under
Bring Your Own Hardwareandintegrate_hardware.mdxhave been updated. For example:These changes fix documentation that was otherwise unusable due to dead links.
How it was tested
mainbranch.There are no code or CLI changes — this is a documentation-only PR.
Examples:
n/a (documentation)
How to checkout & try? (for the reviewer)
src/lerobot/robots/robot.pyExamples:
as above