Fix link in documentation.

PiperOrigin-RevId: 529400443
Change-Id: I696dac60ef6f421e9308097593c8afe883fe90e7
This commit is contained in:
Kevin Zakka
2023-05-04 07:15:54 -07:00
committed by Copybara-Service
parent 267299fb59
commit 88ec9b202e
+3 -2
View File
@@ -120,8 +120,9 @@ Additionally, the CMake setup also implements an installation phase which will c
target directory. Specify the directory using ``cmake $PATH_TO_CLONED_REPO -DCMAKE_INSTALL_PREFIX=<my_install_dir>``.
After successfully building MuJoCo following the instructions above, you can install it using ``cmake --install .``.
As a reference, a working build configuration can be found in MuJoCo's
[continuous integration setup](https://github.com/deepmind/mujoco/blob/main/.github/workflows/build.yml) on GitHub.
.. tip::
As a reference, a working build configuration can be found in MuJoCo's
`continuous integration setup <https://github.com/deepmind/mujoco/blob/main/.github/workflows/build.yml>`_ on GitHub.
.. _inHeader: