Skip to content

Commit bc047ef

Browse files
committed
fix sapi and checkpoint links
1 parent 44babca commit bc047ef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

crowdsec-docs/unversioned/console/api/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ curl -X 'GET' 'https://admin.api.crowdsec.net/v1/blocklists' -H 'accept: applica
3333

3434
The CrowdSec Service API reference is available at:
3535

36-
* [Swagger UI](https://admin.api.dev.crowdsec.net/v1/docs): The Swagger documentation for the CrowdSec Service API.
37-
* [Redoc](https://admin.api.dev.crowdsec.net/v1/redoc): The ReDoc documentation for the CrowdSec Service API.
36+
* [Swagger UI](https://admin.api.crowdsec.net/v1/docs): The Swagger documentation for the CrowdSec Service API.
37+
* [Redoc](https://admin.api.crowdsec.net/v1/redoc): The ReDoc documentation for the CrowdSec Service API.
3838

3939
## SDKs
4040

crowdsec-docs/unversioned/console/blocklists/integrations/firewall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Every product product has its way to handle external blocklists. We provide a si
4444
Some providers have technical limits on the number of IPs they can pull at once. That's why we recommand to monitor the number of IPS returned by the integration and use the pagination feature if needed.
4545
For this, you can use the page and page_size query parameters in the URL.
4646

47-
`https://admin.api.dev.crowdsec.net/v1/integrations/123/content?page=1&page_size=1500 `
47+
`https://admin.api.crowdsec.net/v1/integrations/123/content?page=1&page_size=1500 `
4848

4949
You can then use the page parameter to get the next page of IPs.
5050

crowdsec-docs/unversioned/service_api/integrations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For some constructors, the integrations can generate vendor-specific format, see
99

1010
| Constructor | Authentication | Multiple URLs | Constructor Doc | Format |
1111
| ----------- | -------------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
12-
| CheckPoint | Basic Auth | Yes | [CheckPoint doc](https://support.checkpoint.com/results/sk/sk1) | `checkpoint` |
12+
| CheckPoint | Basic Auth | Yes | [CheckPoint doc](https://support.checkpoint.com/results/sk/sk132193) | `checkpoint` |
1313
| Cisco | Basic Auth | Yes | [Cisco doc](https://www.cisco.com/c/en/us/td/docs/security/secure-firewall/management-center/device-config/710/management-center-device-config-71/objects-object-mgmt.html#ID-2243-00000291) | `cisco` |
1414
| F5 | Basic Auth | Yes | [F5 doc](https://techdocs.f5.com/kb/en-us/products/big-ip-afm/manuals/product/big-ip-network-firewall-policies-and-implementations-14-0-0/07.html ) | `f5` |
1515
| Fortinet | Basic Auth | Yes | [Fortinet doc](https://docs.fortinet.com/document/fortigate/6.4.5/administration-guide/891236/external-blocklist-policy) | `fortigate` |
@@ -23,7 +23,7 @@ For all the other providers, the `plain_text` format consists of one ip per line
2323

2424
Some providers have technical limits on the number of IPs they can pull at once. That's why we recommand to monitor the number of IPS returned by the integration and use the pagination feature if needed. For this, you can use the page and page_size query parameters in the URL.
2525

26-
https://admin.api.dev.crowdsec.net/v1/integrations/123/content?page=1&page_size=1500
26+
https://admin.api.crowdsec.net/v1/integrations/123/content?page=1&page_size=1500
2727

2828
You can then use the page parameter to get the next page of IPs.
2929

0 commit comments

Comments
 (0)