diff --git a/gymnasium/wrappers/__init__.py b/gymnasium/wrappers/__init__.py index 0e6f7e6a9..93062d1d1 100644 --- a/gymnasium/wrappers/__init__.py +++ b/gymnasium/wrappers/__init__.py @@ -43,7 +43,7 @@ :class:`gymnasium.ObservationWrapper`, or :class:`gymnasium.RewardWrapper` and implementing the respective transformation. If you need a wrapper to do more complicated tasks, you can inherit from the :class:`gymnasium.Wrapper` class directly. -If you'd like to implement your own custom wrapper, check out `the corresponding tutorial <../../tutorials/implementing_custom_wrappers>`_. +If you'd like to implement your own custom wrapper, check out `the corresponding tutorial <../../tutorials/gymnasium_basics/implementing_custom_wrappers>`_. """ # pyright: reportUnsupportedDunderAll=false