From 8566ade0c3cf67628e235bfebf12cabc1b4529df Mon Sep 17 00:00:00 2001 From: "JeongHoon Byun (aka Outsider)" Date: Tue, 13 Feb 2018 12:36:52 +0900 Subject: [PATCH] website: fix incorrect anchor links for registry API pagination --- website/docs/registry/api.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/registry/api.html.md b/website/docs/registry/api.html.md index d5f342b216..0e1ba6f8a0 100644 --- a/website/docs/registry/api.html.md +++ b/website/docs/registry/api.html.md @@ -61,7 +61,7 @@ These endpoints list modules according to some criteria. ### Query Parameters -- `offset`, `limit` `(int: )` - See [Pagination](#Pagination) for details. +- `offset`, `limit` `(int: )` - See [Pagination](#pagination) for details. - `provider` `(string: )` - Limits modules to a specific provider. - `verified` `(bool: )` - If `true`, limits results to only verified modules. Any other value including none returns all modules _including_ @@ -127,7 +127,7 @@ This endpoint allows searching modules. - `q` `(string: )` - The search string. Search syntax understood depends on registry implementation. The public registry supports basic keyword or phrase searches. -- `offset`, `limit` `(int: )` - See [Pagination](#Pagination) for details. +- `offset`, `limit` `(int: )` - See [Pagination](#pagination) for details. - `provider` `(string: )` - Limits results to a specific provider. - `namespace` `(string: )` - Limits results to a specific namespace. - `verified` `(bool: )` - 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 -- `offset`, `limit` `(int: )` - See [Pagination](#Pagination) for details. +- `offset`, `limit` `(int: )` - See [Pagination](#pagination) for details. ### Sample Request