From 1002fcb6dedb04dc2f3d622b5993940e3d1595bd Mon Sep 17 00:00:00 2001 From: Dovi Cowan Date: Fri, 22 Dec 2023 00:25:48 +0000 Subject: [PATCH] Update outdated documentation links --- _README_TEMPLATE.md | 2 +- bun/sync-with-meilisearch/README.md | 4 ++-- deno/sync-with-meilisearch/README.md | 4 ++-- kotlin/sync-with-meilisearch/README.md | 4 ++-- node-typescript/sync-with-meilisearch/README.md | 4 ++-- node/payments-with-stripe/README.md | 2 +- node/storage-cleaner/README.md | 2 +- node/subscriptions-with-stripe/README.md | 2 +- node/sync-with-algolia/README.md | 4 ++-- node/sync-with-meilisearch/README.md | 4 ++-- node/url-shortener/README.md | 2 +- php/sync-with-algolia/README.md | 4 ++-- php/sync-with-meilisearch/README.md | 4 ++-- python/sync_with_algolia/README.md | 4 ++-- python/sync_with_meilisearch/README.md | 4 ++-- ruby/sync_with_meilisearch/README.md | 4 ++-- 16 files changed, 27 insertions(+), 27 deletions(-) diff --git a/_README_TEMPLATE.md b/_README_TEMPLATE.md index c84ddfc3..bed57323 100644 --- a/_README_TEMPLATE.md +++ b/_README_TEMPLATE.md @@ -66,4 +66,4 @@ API Key to talk to Appwrite backend APIs. |----------------|-----------------| | Required | Yes / No | | Sample Value | `d1efb...aec35` | -| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | +| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/advanced/platform/api-keys) | diff --git a/bun/sync-with-meilisearch/README.md b/bun/sync-with-meilisearch/README.md index c0afdd3d..fe39244b 100644 --- a/bun/sync-with-meilisearch/README.md +++ b/bun/sync-with-meilisearch/README.md @@ -36,7 +36,7 @@ API Key to talk to Appwrite backend APIs. | ------------- | -------------------------------------------------------------------------------------------------- | | Required | Yes | | Sample Value | `d1efb...aec35` | -| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | +| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/advanced/platform/api-keys) | ### APPWRITE_DATABASE_ID @@ -56,7 +56,7 @@ The ID of the collection in the Appwrite database to sync. | ------------- | ------------------------------------------------------------- | | Required | Yes | | Sample Value | `7c3e8...2a9f1` | -| Documentation | [Appwrite: Collections](https://appwrite.io/docs/databases#collection) | +| Documentation | [Appwrite: Collections](https://appwrite.io/docs/products/databases/collections) | ### APPWRITE_ENDPOINT diff --git a/deno/sync-with-meilisearch/README.md b/deno/sync-with-meilisearch/README.md index 6dc103a7..d672cebc 100644 --- a/deno/sync-with-meilisearch/README.md +++ b/deno/sync-with-meilisearch/README.md @@ -36,7 +36,7 @@ API Key to talk to Appwrite backend APIs. | ------------- | -------------------------------------------------------------------------------------------------- | | Required | Yes | | Sample Value | `d1efb...aec35` | -| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | +| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/advanced/platform/api-keys) | ### APPWRITE_DATABASE_ID @@ -56,7 +56,7 @@ The ID of the collection in the Appwrite database to sync. | ------------- | ------------------------------------------------------------- | | Required | Yes | | Sample Value | `7c3e8...2a9f1` | -| Documentation | [Appwrite: Collections](https://appwrite.io/docs/databases#collection) | +| Documentation | [Appwrite: Collections](https://appwrite.io/docs/products/databases/collections) | ### APPWRITE_ENDPOINT diff --git a/kotlin/sync-with-meilisearch/README.md b/kotlin/sync-with-meilisearch/README.md index 0dd6384e..4d097acb 100644 --- a/kotlin/sync-with-meilisearch/README.md +++ b/kotlin/sync-with-meilisearch/README.md @@ -35,7 +35,7 @@ API Key to talk to Appwrite backend APIs. | ------------- | -------------------------------------------------------------------------------------------------- | | Required | Yes | | Sample Value | `d1efb...aec35` | -| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | +| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/advanced/platform/api-keys) | ### APPWRITE_DATABASE_ID @@ -55,7 +55,7 @@ The ID of the collection in the Appwrite database to sync. | ------------- | ---------------------------------------------------------------------- | | Required | Yes | | Sample Value | `7c3e8...2a9f1` | -| Documentation | [Appwrite: Collections](https://appwrite.io/docs/databases#collection) | +| Documentation | [Appwrite: Collections](https://appwrite.io/docs/products/databases/collections) | ### APPWRITE_ENDPOINT diff --git a/node-typescript/sync-with-meilisearch/README.md b/node-typescript/sync-with-meilisearch/README.md index 3cb6fb87..2f4e2372 100644 --- a/node-typescript/sync-with-meilisearch/README.md +++ b/node-typescript/sync-with-meilisearch/README.md @@ -36,7 +36,7 @@ API Key to talk to Appwrite backend APIs. | ------------- | -------------------------------------------------------------------------------------------------- | | Required | Yes | | Sample Value | `d1efb...aec35` | -| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | +| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/advanced/platform/api-keys) | ### APPWRITE_DATABASE_ID @@ -56,7 +56,7 @@ The ID of the collection in the Appwrite database to sync. | ------------- | ------------------------------------------------------------- | | Required | Yes | | Sample Value | `7c3e8...2a9f1` | -| Documentation | [Appwrite: Collections](https://appwrite.io/docs/databases#collection) | +| Documentation | [Appwrite: Collections](https://appwrite.io/docs/products/databases/collections) | ### APPWRITE_ENDPOINT diff --git a/node/payments-with-stripe/README.md b/node/payments-with-stripe/README.md index 44f43977..010f7817 100644 --- a/node/payments-with-stripe/README.md +++ b/node/payments-with-stripe/README.md @@ -79,7 +79,7 @@ Your Appwrite project's API key. | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | | Required | Yes | | Sample Value | `083d341ee48...` | -| Documentation | [Appwrite: Create an API key](https://appwrite.io/docs/keys#:~:text=To%20create%20a%20new%20API,scope%20to%20grant%20your%20application.) | +| Documentation | [Appwrite: Create an API key](https://appwrite.io/docs/advanced/platform/api-keys#:~:text=To%20create%20a%20new%20API,scope%20to%20grant%20your%20application.) | ### APPWRITE_ENDPOINT diff --git a/node/storage-cleaner/README.md b/node/storage-cleaner/README.md index c8b998d5..671c0d4f 100644 --- a/node/storage-cleaner/README.md +++ b/node/storage-cleaner/README.md @@ -51,7 +51,7 @@ API Key to talk to Appwrite backend APIs. | ------------- | -------------------------------------------------------------------------------------------------- | | Required | Yes | | Sample Value | `d1efb...aec35` | -| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | +| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/advanced/platform/api-keys) | ### APPWRITE_ENDPOINT diff --git a/node/subscriptions-with-stripe/README.md b/node/subscriptions-with-stripe/README.md index bfa8af8a..43b5b241 100644 --- a/node/subscriptions-with-stripe/README.md +++ b/node/subscriptions-with-stripe/README.md @@ -80,7 +80,7 @@ Your Appwrite project's API key. | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | | Required | Yes | | Sample Value | `083d341ee48...` | -| Documentation | [Appwrite: Create an API key](https://appwrite.io/docs/keys#:~:text=To%20create%20a%20new%20API,scope%20to%20grant%20your%20application.) | +| Documentation | [Appwrite: Create an API key](https://appwrite.io/docs/advanced/platform/api-keys#:~:text=To%20create%20a%20new%20API,scope%20to%20grant%20your%20application.) | ### APPWRITE_ENDPOINT diff --git a/node/sync-with-algolia/README.md b/node/sync-with-algolia/README.md index b9a748b7..7efd37ae 100644 --- a/node/sync-with-algolia/README.md +++ b/node/sync-with-algolia/README.md @@ -38,7 +38,7 @@ The API Key to talk to Appwrite backend APIs. | ------------- | -------------------------------------------------------------------------------------------------- | | Required | Yes | | Sample Value | `d1efb...aec35` | -| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | +| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/advanced/platform/api-keys) | ### APPWRITE_DATABASE_ID @@ -58,7 +58,7 @@ The ID of the collection in the Appwrite database to sync. | ------------- | ------------------------------------------------------------- | | Required | Yes | | Sample Value | `7c3e8...2a9f1` | -| Documentation | [Appwrite: Collections](https://appwrite.io/docs/databases#collection) | +| Documentation | [Appwrite: Collections](https://appwrite.io/docs/products/databases/collections) | ### APPWRITE_ENDPOINT diff --git a/node/sync-with-meilisearch/README.md b/node/sync-with-meilisearch/README.md index fba2bff4..0b6a9c15 100644 --- a/node/sync-with-meilisearch/README.md +++ b/node/sync-with-meilisearch/README.md @@ -36,7 +36,7 @@ API Key to talk to Appwrite backend APIs. | ------------- | -------------------------------------------------------------------------------------------------- | | Required | Yes | | Sample Value | `d1efb...aec35` | -| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | +| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/advanced/platform/api-keys) | ### APPWRITE_DATABASE_ID @@ -56,7 +56,7 @@ The ID of the collection in the Appwrite database to sync. | ------------- | ------------------------------------------------------------- | | Required | Yes | | Sample Value | `7c3e8...2a9f1` | -| Documentation | [Appwrite: Collections](https://appwrite.io/docs/databases#collection) | +| Documentation | [Appwrite: Collections](https://appwrite.io/docs/products/databases/collections) | ### APPWRITE_ENDPOINT diff --git a/node/url-shortener/README.md b/node/url-shortener/README.md index 09fd41db..0c87b174 100644 --- a/node/url-shortener/README.md +++ b/node/url-shortener/README.md @@ -87,7 +87,7 @@ The API Key to talk to Appwrite backend APIs. | ------------- | -------------------------------------------------------------------------------------------------- | | Required | Yes | | Sample Value | `d1efb...aec35` | -| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | +| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/advanced/platform/api-keys) | ### APPWRITE_ENDPOINT diff --git a/php/sync-with-algolia/README.md b/php/sync-with-algolia/README.md index c9362560..302fe797 100644 --- a/php/sync-with-algolia/README.md +++ b/php/sync-with-algolia/README.md @@ -38,7 +38,7 @@ The API Key to talk to Appwrite backend APIs. | ------------- | -------------------------------------------------------------------------------------------------- | | Required | Yes | | Sample Value | `d1efb...aec35` | -| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | +| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/advanced/platform/api-keys) | ### APPWRITE_DATABASE_ID @@ -58,7 +58,7 @@ The ID of the collection in the Appwrite database to sync. | ------------- | ------------------------------------------------------------- | | Required | Yes | | Sample Value | `7c3e8...2a9f1` | -| Documentation | [Appwrite: Collections](https://appwrite.io/docs/databases#collection) | +| Documentation | [Appwrite: Collections](https://appwrite.io/docs/products/databases/collections) | ### APPWRITE_ENDPOINT diff --git a/php/sync-with-meilisearch/README.md b/php/sync-with-meilisearch/README.md index 956c16f4..4caf7153 100644 --- a/php/sync-with-meilisearch/README.md +++ b/php/sync-with-meilisearch/README.md @@ -36,7 +36,7 @@ API Key to talk to Appwrite backend APIs. | ------------- | -------------------------------------------------------------------------------------------------- | | Required | Yes | | Sample Value | `d1efb...aec35` | -| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | +| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/advanced/platform/api-keys) | ### APPWRITE_DATABASE_ID @@ -56,7 +56,7 @@ The ID of the collection in the Appwrite database to sync. | ------------- | ---------------------------------------------------------------------- | | Required | Yes | | Sample Value | `7c3e8...2a9f1` | -| Documentation | [Appwrite: Collections](https://appwrite.io/docs/databases#collection) | +| Documentation | [Appwrite: Collections](https://appwrite.io/docs/products/databases/collections) | ### APPWRITE_ENDPOINT diff --git a/python/sync_with_algolia/README.md b/python/sync_with_algolia/README.md index 07d894fc..50bb051a 100644 --- a/python/sync_with_algolia/README.md +++ b/python/sync_with_algolia/README.md @@ -38,7 +38,7 @@ The API Key to talk to Appwrite backend APIs. | ------------- | -------------------------------------------------------------------------------------------------- | | Required | Yes | | Sample Value | `d1efb...aec35` | -| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | +| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/advanced/platform/api-keys) | ### APPWRITE_DATABASE_ID @@ -58,7 +58,7 @@ The ID of the collection in the Appwrite database to sync. | ------------- | ------------------------------------------------------------- | | Required | Yes | | Sample Value | `7c3e8...2a9f1` | -| Documentation | [Appwrite: Collections](https://appwrite.io/docs/databases#collection) | +| Documentation | [Appwrite: Collections](https://appwrite.io/docs/products/databases/collections) | ### APPWRITE_ENDPOINT diff --git a/python/sync_with_meilisearch/README.md b/python/sync_with_meilisearch/README.md index f218cd72..8456a29c 100644 --- a/python/sync_with_meilisearch/README.md +++ b/python/sync_with_meilisearch/README.md @@ -36,7 +36,7 @@ API Key to talk to Appwrite backend APIs. | ------------- | -------------------------------------------------------------------------------------------------- | | Required | Yes | | Sample Value | `d1efb...aec35` | -| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | +| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/advanced/platform/api-keys) | ### APPWRITE_DATABASE_ID @@ -56,7 +56,7 @@ The ID of the collection in the Appwrite database to sync. | ------------- | ------------------------------------------------------------- | | Required | Yes | | Sample Value | `7c3e8...2a9f1` | -| Documentation | [Appwrite: Collections](https://appwrite.io/docs/databases#collection) | +| Documentation | [Appwrite: Collections](https://appwrite.io/docs/products/databases/collections) | ### APPWRITE_ENDPOINT diff --git a/ruby/sync_with_meilisearch/README.md b/ruby/sync_with_meilisearch/README.md index 607e7679..44a6d1c2 100644 --- a/ruby/sync_with_meilisearch/README.md +++ b/ruby/sync_with_meilisearch/README.md @@ -36,7 +36,7 @@ API Key to talk to Appwrite backend APIs. | ------------- | -------------------------------------------------------------------------------------------------- | | Required | Yes | | Sample Value | `d1efb...aec35` | -| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) | +| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/advanced/platform/api-keys) | ### APPWRITE_DATABASE_ID @@ -56,7 +56,7 @@ The ID of the collection in the Appwrite database to sync. | ------------- | ------------------------------------------------------------- | | Required | Yes | | Sample Value | `7c3e8...2a9f1` | -| Documentation | [Appwrite: Collections](https://appwrite.io/docs/databases#collection) | +| Documentation | [Appwrite: Collections](https://appwrite.io/docs/products/databases/collections) | ### APPWRITE_ENDPOINT