Skip to content

Commit b2ea101

Browse files
Ervin Tsini
Ervin T
authored andcommitted
Fix broken link in documentation (#5477)
1 parent 938d03a commit b2ea101

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/Python-API.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ to read more about how you can interact with the Unity environment from Python.
8686
trainers utilize the same random seed.
8787
- `side_channels` provides a way to exchange data with the Unity simulation that
8888
is not related to the reinforcement learning loop. For example: configurations
89-
or properties. More on them in the
90-
[Modifying the environment from Python](Python-API.md#modifying-the-environment-from-python)
91-
section.
89+
or properties. More on them in the [Side Channels](Custom-SideChannels.md) doc.
9290

9391
If you want to directly interact with the Editor, you need to use
9492
`file_name=None`, then press the **Play** button in the Editor when the message

0 commit comments

Comments
 (0)