Skip to content

Commit

Permalink
Fix wrong doc url (#3531)
Browse files Browse the repository at this point in the history
* Update custom-sandbox-guide.md

update https://docs.all-hands.dev/modules/usage/architecture/runtime

* Update runtime_build.py

update url

* Update README.md

update url
  • Loading branch information
assertion committed Aug 22, 2024
1 parent f8e8365 commit dc0a1f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/usage/how-to/custom-sandbox-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Congratulations!

## Technical Explanation

Please refer to [custom docker image section of the runtime documentation](https://docs.all-hands.dev/modules/usage/runtime#advanced-how-openhands-builds-and-maintains-od-runtime-images) for more details.
Please refer to [custom docker image section of the runtime documentation](https://docs.all-hands.dev/modules/usage/architecture/runtime#advanced-how-openhands-builds-and-maintains-od-runtime-images) for more details.

## Troubleshooting / Errors

Expand Down
2 changes: 1 addition & 1 deletion openhands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ flowchart LR

## Runtime

Please refer to the [documentation](https://docs.all-hands.dev/modules/usage/runtime) to learn more about `Runtime`.
Please refer to the [documentation](https://docs.all-hands.dev/modules/usage/architecture/runtime) to learn more about `Runtime`.
2 changes: 1 addition & 1 deletion openhands/runtime/utils/runtime_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def build_runtime_image(
Returns:
- str: <image_repo>:<MD5 hash>. Where MD5 hash is the hash of the docker build folder
See https://docs.all-hands.dev/modules/usage/runtime for more details.
See https://docs.all-hands.dev/modules/usage/architecture/runtime for more details.
"""
# Calculate the hash for the docker build folder (source code and Dockerfile)
with tempfile.TemporaryDirectory() as temp_dir:
Expand Down

0 comments on commit dc0a1f3

Please sign in to comment.