Skip to content

Commit

Permalink
Update links that referenced the old wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaif committed Apr 7, 2024
1 parent 6c8ac64 commit 69c1417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/APIs/standard-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/Other/game-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69c1417

Please sign in to comment.