Skip to content

Commit 0505289

Browse files
committed
corrected relative path for two links in API ref automation config
1 parent d33ec40 commit 0505289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/api-docs-generator/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ categoryContext:
2929
The rate limit is up to **70 requests per minute, per user**. All requests above the limit will get a response with the status code `429 - Too many requests` until requests stop for the duration of the rate-limiting interval (one minute).
3030
- name: projects-v1
3131
hint: |
32-
**Note:** For a list of Project types, see [Project type responses from the API](../snyk-api/api-endpoints-index-and-tips/project-type-responses-from-the-api).
32+
**Note:** For a list of Project types, see [Project type responses from the API](../api-endpoints-index-and-tips/project-type-responses-from-the-api).
3333
- name: webhooks-v1
3434
hint: |
3535
{% hint style="warning" %}
3636
The Webhooks API is in beta. While the API is in beta, Snyk may change the API and the structure of webhook payloads at any time, without notice. During this beta, Webhooks are available only in the Snyk US-01, US-02, EU-01, and AU-01 regions.
3737
{% endhint %}
3838
- name: projects
3939
hint: |
40-
**Note:** For a list of Project types, see [Project type responses from the API](../snyk-api/api-endpoints-index-and-tips/project-type-responses-from-the-api).
40+
**Note:** For a list of Project types, see [Project type responses from the API](../api-endpoints-index-and-tips/project-type-responses-from-the-api).
4141
output:
4242
summaryPath: docs/SUMMARY.md
4343
apiReferencePath: docs/snyk-api/reference

0 commit comments

Comments
 (0)