From 4ce718b6158690cde0c0d1df243cee2527a916db Mon Sep 17 00:00:00 2001 From: David Apagyi <32175877+dapagyi@users.noreply.github.com> Date: Mon, 12 May 2025 11:02:13 +0300 Subject: [PATCH] Fix broken links on the Basic Usage page (#1379) --- docs/introduction/basic_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/basic_usage.md b/docs/introduction/basic_usage.md index 6e84ff589..99cd151bd 100644 --- a/docs/introduction/basic_usage.md +++ b/docs/introduction/basic_usage.md @@ -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 `_ along with `utility functions `_. There are a couple of more niche spaces :class:`Graph`, :class:`Sequence` and :class:`Text`. ``` ## Modifying the environment