Skip to content

Commit a8d1eef

Browse files
update Open Source Docs from Roblox internal teams
1 parent e5f98f4 commit a8d1eef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en-us/cloud/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Roblox also offers [webhooks](./webhooks/webhook-notifications.md), which can no
2828

2929
See the documentation for how to use [API keys](./auth/api-keys.md) or [OAuth 2.0](./auth/oauth2-overview.md). API keys are the easiest way to get started.
3030

31-
1. Test API calls using tools like [Postman](https://www.postman.com) with [OpenAPI descriptions](openapi.md) or the [OAuth 2.0 sample app](./auth/oauth2-sample.md).
31+
1. Test API calls using tools like [Postman](https://www.postman.com) with [OpenAPI descriptions](./reference/openapi.md) or the [OAuth 2.0 sample app](./auth/oauth2-sample.md).
3232
1. Review the [resource guides](./guides/index.md) for end-to-end walkthroughs of using certain APIs.
3333
1. Explore the left navigation for the full list of Open Cloud v1 and v2 resources, [common API patterns](./reference/patterns.md), [types](./reference/types.md), and [error codes](./reference/errors.md).

content/en-us/cloud/reference/patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def PollForResults(operationPath):
115115
currentRetries += 1
116116
```
117117

118-
For a more complete code sample that uses a fixed retry interval rather than exponential backoff, see [Polling for Results](../guides/instance.md#poll-for-results).
118+
For a more complete code sample that uses a fixed retry interval rather than exponential backoff, see [Poll for results](../guides/instance.md#poll-for-results).
119119

120120
## Filtering
121121

0 commit comments

Comments
 (0)