diff --git a/content/en-us/cloud-services/data-stores/best-practices.md b/content/en-us/cloud-services/data-stores/best-practices.md index ab7a6085a..1aa97b43a 100644 --- a/content/en-us/cloud-services/data-stores/best-practices.md +++ b/content/en-us/cloud-services/data-stores/best-practices.md @@ -41,7 +41,7 @@ If your experience exceeds your storage limits, you can: - **Delete unused data stores.** If you're testing or have temporary stores, deleting them regularly helps maintain healthy storage usage. When you delete a data store, it can take Roblox up to 30 days to process your request. - **Delete individual keys.** This is useful when you need to remove temporary items or a certain player's data. -- **Use the Batch Processor.** In cases when deleting data manually isn't efficient, you can use the Batch Processor or the Open Cloud Data Stores API to delete data in bulk. +- **Use the Batch Processor.** In cases when deleting data manually isn't efficient, you can use the [Batch Processor](https://github.com/Roblox/data-stores-batch-processor-cli) or the Open Cloud Data Stores API to delete data in bulk. ### Use data store versions instead of new keys diff --git a/tools/checks/utils/allowedHttpLinks.txt b/tools/checks/utils/allowedHttpLinks.txt index f99537905..59876624c 100644 --- a/tools/checks/utils/allowedHttpLinks.txt +++ b/tools/checks/utils/allowedHttpLinks.txt @@ -136,6 +136,7 @@ https://github.com/Roblox/creator-docs/blob/main/content/en-us/reference/cloud/d https://github.com/Roblox/creator-docs/blob/main/content/en-us/reference/cloud/datastores-api/v1.json https://github.com/Roblox/creator-docs/blob/main/content/en-us/reference/cloud/messaging-service/v1.json https://github.com/Roblox/creator-docs/blob/main/content/en-us/reference/cloud/universes-api/v1.json +https://github.com/Roblox/data-stores-batch-processor-cli https://github.com/Roblox/roact/ https://github.com/Roblox/roblox-blender-plugin https://github.com/OpenAPITools/openapi-generator