Fix broken links on the Basic Usage page (#1379)

This commit is contained in:
David Apagyi
2025-05-12 11:02:13 +03:00
committed by GitHub
parent 271244dd49
commit 4ce718b615

View File

@@ -111,7 +111,7 @@ Importantly, :attr:`Env.action_space` and :attr:`Env.observation_space` are inst
- :class:`Graph`: describes a mathematical graph (network) with interlinking nodes and edges.
- :class:`Sequence`: describes a variable length of simpler space elements.
For example usage of spaces, see their `documentation <../api/spaces>`_ along with `utility functions <../api/spaces/utils>`_. There are a couple of more niche spaces :class:`Graph`, :class:`Sequence` and :class:`Text`.
For example usage of spaces, see their `documentation </api/spaces>`_ along with `utility functions </api/spaces/utils>`_. There are a couple of more niche spaces :class:`Graph`, :class:`Sequence` and :class:`Text`.
```
## Modifying the environment