From cbd5cb59397a079692490621970634112dcc96b8 Mon Sep 17 00:00:00 2001 From: Vincent Poulailleau Date: Mon, 4 Apr 2022 10:04:30 +0200 Subject: [PATCH] fix link to PhysicsEngineSimple documentation --- doc/examples/platform_tutorial/step_04.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/platform_tutorial/step_04.rst b/doc/examples/platform_tutorial/step_04.rst index 8c884aaf5c..1f26031780 100644 --- a/doc/examples/platform_tutorial/step_04.rst +++ b/doc/examples/platform_tutorial/step_04.rst @@ -19,7 +19,7 @@ class takes two parameters: The moving sprite, and a list of sprites the moving sprite can't move through. For more information about the physics engine we are using here, see -`PhysicsEngineSimple class <../../arcade.html#arcade.PhysicsEngineSimple>`_ +`PhysicsEngineSimple class <../../api/physics_engines.html#arcade.PhysicsEngineSimple>`_ .. note::