From 41b89d081a5e7a2faed2bda9a0e891fab8a6aeb4 Mon Sep 17 00:00:00 2001 From: Jakub Vacek Date: Tue, 3 Oct 2023 15:17:37 +0200 Subject: [PATCH] fix: docs url --- docs/api-examples/pagerduty.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-examples/pagerduty.mdx b/docs/api-examples/pagerduty.mdx index 161fd8e5..c1762368 100644 --- a/docs/api-examples/pagerduty.mdx +++ b/docs/api-examples/pagerduty.mdx @@ -60,7 +60,7 @@ superface login PagerDuty's API is available as an [Open API Specification](https://raw.githubusercontent.com/PagerDuty/api-schema/main/reference/REST/openapiv3.json), you can use this as the documentation source. ```shell -superface prepare https://github.com/PagerDuty/api-schema/blob/main/reference/REST/openapiv3.json "pagerduty" +superface prepare https://raw.githubusercontent.com/PagerDuty/api-schema/main/reference/REST/openapiv3.json "pagerduty" ``` Once the documentation has been indexed, you will need to edit the `pagerduty.provider.json` that has been created to ensure that the correct API base URL and security policy are used. The exact provider definition you need to use is below: