mirror of
https://github.com/minetest/contentdb.git
synced 2025-03-23 18:42:37 +01:00
Fix broken link to content flags in API help page
This commit is contained in:
@ -61,7 +61,7 @@ Supported query parameters:
|
|||||||
* `type` - Package types (`mod`, `game`, `txp`).
|
* `type` - Package types (`mod`, `game`, `txp`).
|
||||||
* `q` - Query string
|
* `q` - Query string
|
||||||
* `random` - When present, enable random ordering and ignore `sort`.
|
* `random` - When present, enable random ordering and ignore `sort`.
|
||||||
* `hide` - Hide content based on [Content Flags](content_flags).
|
* `hide` - Hide content based on [Content Flags](/help/content_flags/).
|
||||||
* `sort` - Sort by (`name`, `views`, `date`, `score`).
|
* `sort` - Sort by (`name`, `views`, `date`, `score`).
|
||||||
* `order` - Sort ascending (`Asc`) or descending (`desc`).
|
* `order` - Sort ascending (`Asc`) or descending (`desc`).
|
||||||
* `protocol_version` - Only show packages supported by this Minetest protocol version.
|
* `protocol_version` - Only show packages supported by this Minetest protocol version.
|
||||||
|
Reference in New Issue
Block a user