website: fix incorrect anchor links for registry API pagination

This commit is contained in:
JeongHoon Byun (aka Outsider) 2018-02-13 12:36:52 +09:00 committed by Martin Atkins
parent 4b598860bb
commit 8566ade0c3
1 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ These endpoints list modules according to some criteria.
### Query Parameters ### Query Parameters
- `offset`, `limit` `(int: <optional>)` - See [Pagination](#Pagination) for details. - `offset`, `limit` `(int: <optional>)` - See [Pagination](#pagination) for details.
- `provider` `(string: <optional>)` - Limits modules to a specific provider. - `provider` `(string: <optional>)` - Limits modules to a specific provider.
- `verified` `(bool: <optional>)` - If `true`, limits results to only verified - `verified` `(bool: <optional>)` - If `true`, limits results to only verified
modules. Any other value including none returns all modules _including_ modules. Any other value including none returns all modules _including_
@ -127,7 +127,7 @@ This endpoint allows searching modules.
- `q` `(string: <required>)` - The search string. Search syntax understood - `q` `(string: <required>)` - The search string. Search syntax understood
depends on registry implementation. The public registry supports basic keyword depends on registry implementation. The public registry supports basic keyword
or phrase searches. or phrase searches.
- `offset`, `limit` `(int: <optional>)` - See [Pagination](#Pagination) for details. - `offset`, `limit` `(int: <optional>)` - See [Pagination](#pagination) for details.
- `provider` `(string: <optional>)` - Limits results to a specific provider. - `provider` `(string: <optional>)` - Limits results to a specific provider.
- `namespace` `(string: <optional>)` - Limits results to a specific namespace. - `namespace` `(string: <optional>)` - Limits results to a specific namespace.
- `verified` `(bool: <optional>)` - If `true`, limits results to only verified - `verified` `(bool: <optional>)` - If `true`, limits results to only verified
@ -345,7 +345,7 @@ This endpoint returns the latest version of each provider for a module.
### Query Parameters ### Query Parameters
- `offset`, `limit` `(int: <optional>)` - See [Pagination](#Pagination) for details. - `offset`, `limit` `(int: <optional>)` - See [Pagination](#pagination) for details.
### Sample Request ### Sample Request