From 69c1417638c2f79678ee7b0cc3fe210548296adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Geyelin?= Date: Sun, 7 Apr 2024 20:58:20 +0200 Subject: [PATCH] Update links that referenced the old wiki --- docs/APIs/standard-libraries.md | 2 +- docs/Other/game-limits.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/APIs/standard-libraries.md b/docs/APIs/standard-libraries.md index 0d6c33b..fdad792 100644 --- a/docs/APIs/standard-libraries.md +++ b/docs/APIs/standard-libraries.md @@ -5,7 +5,7 @@ sidebar_position: 3 # Standard libraries Only a subset of the standard Lua libraries are available in PewPew Live: -The [string](https://github.com/jyaif/ppl-utils/wiki/API_standard_lua_libs#string-library) library, the [table](https://github.com/jyaif/ppl-utils/wiki/API_standard_lua_libs#table-library) library, and (for meshes and sound effects only) the [math](https://github.com/jyaif/ppl-utils/wiki/API_standard_lua_libs#math-library) library. +The [string](#string-library) library, the [table](#table-library) library, and (for meshes and sound effects only) the [math](#math-library) library. :::info diff --git a/docs/Other/game-limits.md b/docs/Other/game-limits.md index 027c90f..397ab75 100644 --- a/docs/Other/game-limits.md +++ b/docs/Other/game-limits.md @@ -10,7 +10,7 @@ At most 1300 entities can exist at any given moment. This includes the player's ## Duration -A game lasts at most 1 hour. If the level has not called [`stop_game`](https://github.com/jyaif/ppl-utils/wiki/API_pewpew_lib#void-stop_game) by then, it will be called automatically. +A game lasts at most 1 hour. If the level has not called [`stop_game`](../APIs/PewPew#stop_game) by then, it will be called automatically. The reason for this limitation is that replays then become too large. ## Memory usage