From 0872d3ded5506efb220d4cd347ad600a67871f13 Mon Sep 17 00:00:00 2001 From: pravintargaryen <96950453+pravintargaryen@users.noreply.github.com> Date: Tue, 20 Jun 2023 23:39:57 +0530 Subject: [PATCH] Update getting-started-for-web.phtml Added Hyperlink for SDK Documentation when the user is ready to making the first request --- app/views/docs/getting-started-for-web.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/docs/getting-started-for-web.phtml b/app/views/docs/getting-started-for-web.phtml index d7ec5bc2a..4e2538a01 100644 --- a/app/views/docs/getting-started-for-web.phtml +++ b/app/views/docs/getting-started-for-web.phtml @@ -70,7 +70,7 @@ $demos = $platform['demos'] ?? [];

Make Your First Request

-

After your SDK configuration is set, access any of the Appwrite services and choose any request to send. Full documentation for any service method you would use is found in the SDK documentation or in the API References section.

+

After your SDK configuration is set, access any of the Appwrite services and choose any request to send. Full documentation for any service method you would use is found in the SDK documentation or in the API References section.

const account = new Account(client);