From 018503a0ec024a5a7cd8bc98a825403eae1ce22f Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Thu, 13 Apr 2023 06:51:06 -0700 Subject: [PATCH] Fix badly formed links in the changelog. PiperOrigin-RevId: 523988103 Change-Id: I069700af2328104b38831a544b61e136e8d8c6db --- doc/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index faf7006e..538ba7d1 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -30,8 +30,8 @@ Python bindings - Fixed a race condition in ``viewer.launch_passive`` and ``viewer.launch_repl``. These functions could previously return before an internal call to ``mj_forward``. This allows user code to continue and potentially modify physics state concurrently with the internal ``mj_forward``, resulting in e.g. - `MuJoCo stack overflow error`_ - or `segmentation fault`_. + `MuJoCo stack overflow error `_ + or `segmentation fault `_. - Added a small number of missing struct fields discovered through the new ``introspect`` metadata. Bug fixes