From 231eccba1fe91cd9143485ff033733763d4771de Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 27 Jan 2015 09:20:08 +0000 Subject: [PATCH] Player Physics: Fix link --- chapters/player_physics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/player_physics.md b/chapters/player_physics.md index d8e2572..920ed98 100644 --- a/chapters/player_physics.md +++ b/chapters/player_physics.md @@ -36,7 +36,7 @@ minetest.register_chatcommand("antigravity", ### Possible Overrides player:set_physics_override() is given a table of overrides.\\ -According to [lua_api.txt](lua_api.html#player-only-no-op-for-other-objects), +According to [lua_api.txt](../lua_api.html#player-only-no-op-for-other-objects), these can be: * speed: multiplier to default walking speed value (default: 1)