Skip to content

Commit f5b0739

Browse files
committed
Update API links
1 parent 1e0cba3 commit f5b0739

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/content/docs/waf/tools/ip-access-rules/create.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ import { TabItem, Tabs } from "~/components";
2727

2828
</TabItem> <TabItem label="API">
2929

30-
Use the Cloudflare API to programmatically create IP Access rules. For more information, refer to [Get IP Access rules](/api/resources/firewall/subresources/access_rules/methods/create/).
30+
Use the Cloudflare API to programmatically create IP Access rules. For more information, refer to [Create An IP Access Rule](/api/resources/firewall/subresources/access_rules/methods/create/).
3131

3232
</TabItem> </Tabs>

src/content/docs/waf/tools/lists/lists-api/endpoints.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66

77
---
88

9-
To invoke a [Lists API](/api/resources/rules/subresources/lists/methods/list/) operation, append the endpoint to the Cloudflare API base URL:
9+
To invoke a [Lists API](/api/resources/rules/subresources/lists/) operation, append the endpoint to the Cloudflare API base URL:
1010

1111
`https://api.cloudflare.com/client/v4/`
1212

src/content/docs/waf/tools/lists/lists-api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 7
66
---
77

8-
The [Lists API](/api/resources/rules/subresources/lists/methods/list/) provides an interface for programmatically managing the following types of lists:
8+
The [Lists API](/api/resources/rules/subresources/lists/) provides an interface for programmatically managing the following types of lists:
99

1010
- [Custom lists](/waf/tools/lists/custom-lists/): Contain one or more strings of the same type (such as IP addresses or hostnames) that you can reference collectively, by name, in rule expressions.
1111

src/content/docs/waf/tools/lists/lists-api/json-object.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { Type } from "~/components";
1313

1414
## List object structure and properties
1515

16-
A JSON response for the [Lists API](/api/resources/rules/subresources/lists/methods/list/) has this structure:
16+
A JSON response for the [Lists API](/api/resources/rules/subresources/lists/) has this structure:
1717

1818
```json
1919
{
@@ -277,4 +277,4 @@ The JSON object properties for a list item are defined as follows:
277277
</tbody>
278278
</table>
279279

280-
For a detailed specification, refer to the [Lists API](/api/resources/rules/subresources/lists/methods/list/) documentation.
280+
For a detailed specification, refer to the [Lists API](/api/resources/rules/subresources/lists/) documentation.

0 commit comments

Comments
 (0)