From 63de5c51ee918f7f125c19872ad2d180dccdb167 Mon Sep 17 00:00:00 2001 From: Google DeepMind Date: Thu, 29 Jan 2026 10:07:48 -0800 Subject: [PATCH] Fix line numbers in named access tests link. The link to the named access tests in `tests/bindings_test.ts` was incorrectly formatted. PiperOrigin-RevId: 862786877 Change-Id: Idf10d75638e55b7d3b0312c765a977274d014857 --- wasm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm/README.md b/wasm/README.md index b0f9f22f..0eef0603 100644 --- a/wasm/README.md +++ b/wasm/README.md @@ -117,7 +117,7 @@ allowing convenient access to model and data elements by name or index. For example, you can access a geometry by name using `model.geom('mygeom')` or a joint using `data.jnt('myjoint')`. -For more details and examples of how to use named access, please refer to the [named access tests](tests/bindings_test.ts;l=2010-2487) and [documentation](https://mujoco.readthedocs.io/en/stable/python.html#named-access). +For more details and examples of how to use named access, please refer to the [named access tests](tests/bindings_test.ts#L1876-L2378) and [documentation](https://mujoco.readthedocs.io/en/stable/python.html#named-access). ## Development