From e338034995340b6c7c62ae8f14e4ca100d77998a Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Fri, 19 May 2023 07:04:35 -0700 Subject: [PATCH] Fix links in README. PiperOrigin-RevId: 533444487 Change-Id: Ifc1743095f1c4e204360689c681066ca89944804 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 08002f26..1ff3bdf3 100644 --- a/README.md +++ b/README.md @@ -145,9 +145,11 @@ These packages give users of various languages access to MuJoCo functionality: #### Third-party bindings -- **WebAssembly**: [mujoco_wasm](https://github.com/zalo/mujoco_wasm) by @zalo with contributions by - @kevinzakka, based on the [emscripten build](https://github.com/stillonearth/MuJoCo-WASM) by - @stillonearth. [Click here](zalo.github.io/mujoco_wasm/) for a live demo of MuJoCo in a browser. +- **WebAssembly**: [mujoco_wasm](https://github.com/zalo/mujoco_wasm) by [@zalo](https://github.com/zalo) with contributions by + [@kevinzakka](https://github.com/kevinzakka), based on the [emscripten build](https://github.com/stillonearth/MuJoCo-WASM) by + [@stillonearth](https://github.com/stillonearth). + + [Click here](https://zalo.github.io/mujoco_wasm/) for a live demo of MuJoCo running in your browser. - **Swift**: [swift-mujoco](https://github.com/liuliu/swift-mujoco) - **Java**: [mujoco-java](https://github.com/CommonWealthRobotics/mujoco-java) - **Julia**: [Lyceum](https://github.com/Lyceum/MuJoCo.jl) (unmaintained)