Merge branch 'fix-new-docs-links' of https://github.com/appwrite/console into fix-new-docs-links

This commit is contained in:
Vincent (Wen Yu) Ge
2023-10-10 19:37:56 +00:00
3 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -207,7 +207,7 @@
use
<b>context.log()</b>.
<a
href="https://appwrite.io/docs/functions-development#logging"
href="https://appwrite.io/docs/products/functions/development#logging"
target="_blank"
rel="noopener noreferrer"
class="link">Learn more</a
@@ -245,7 +245,7 @@
header data in the Logs tab, use
<b>context.log()</b>.
<a
href="https://appwrite.io/docs/functions-development#logging"
href="https://appwrite.io/docs/products/functions/development#logging"
target="_blank"
rel="noopener noreferrer"
class="link">Learn more</a
@@ -257,7 +257,7 @@
and privacy. To display body data in the Logs tab, use
<b>context.log()</b>.
<a
href="https://appwrite.io/docs/functions-development#logging"
href="https://appwrite.io/docs/products/functions/development#logging"
target="_blank"
rel="noopener noreferrer"
class="link">Learn more</a
@@ -335,7 +335,7 @@
header data in the Logs tab, use
<b>context.log()</b>.
<a
href="https://appwrite.io/docs/functions-development#logging"
href="https://appwrite.io/docs/products/functions/development#logging"
target="_blank"
rel="noopener noreferrer"
class="link">Learn more</a
@@ -347,7 +347,7 @@
and privacy. To display body data in the Logs tab, use
<b>context.log()</b>.
<a
href="https://appwrite.io/docs/functions-development#logging"
href="https://appwrite.io/docs/products/functions/development#logging"
target="_blank"
rel="noopener noreferrer"
class="link">Learn more</a
+1 -1
View File
@@ -794,7 +794,7 @@ export const marketplace: MarketplaceTemplate[] = [
variables: [
{
name: 'APPWRITE_API_KEY',
description: `The API Key to authenticate against Appwrite's Server APIs. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/references#api">Learn more</a>.`,
description: `The API Key to authenticate against Appwrite's Server APIs. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/advanced/platform/api-keys">Learn more</a>.`,
value: '',
placeholder: 'd1efb...aec35',
required: true,
@@ -116,7 +116,7 @@
<Button
external
secondary
href="https://appwrite.io/docs/references/cloud/client-web/account#accountCreateEmailSession">
href="https://appwrite.io/docs/references/cloud/client-web/account#createEmailSession">
Documentation
</Button>
</div>