From 62eff29725d7da2c32f4ae211a6f62afd4f86c71 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 30 Jan 2021 00:46:40 +0200 Subject: [PATCH] Updated JS SDK to Web SDK --- README.md | 2 +- app/config/platforms.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ece1f7cb..0caf1265d 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ For the complete API documentation, visit [https://appwrite.io/docs](https://app Below is a list of currently supported platforms and languages. If you wish to help us add support to your platform of choice, you can go over to our [SDK Generator](https://github.com/appwrite/sdk-generator) project and view our [contribution guide](https://github.com/appwrite/sdk-generator/blob/master/CONTRIBUTING.md). #### Client -* ✅   [Web](https://github.com/appwrite/sdk-for-js) (Maintained by the Appwrite Team) +* ✅   [Web](https://github.com/appwrite/sdk-for-web) (Maintained by the Appwrite Team) * ✅   [Flutter](https://github.com/appwrite/sdk-for-flutter) (Maintained by the Appwrite Team) #### Server diff --git a/app/config/platforms.php b/app/config/platforms.php index d35c3e481..31768f616 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -16,7 +16,7 @@ return [ 'key' => 'web', 'name' => 'Web', 'version' => '1.2.0', - 'url' => 'https://github.com/appwrite/sdk-for-js', + 'url' => 'https://github.com/appwrite/sdk-for-web', 'package' => 'https://www.npmjs.com/package/appwrite', 'enabled' => true, 'beta' => false, @@ -24,8 +24,8 @@ return [ 'family' => APP_PLATFORM_CLIENT, 'prism' => 'javascript', 'source' => \realpath(__DIR__ . '/../sdks/client-web'), - 'gitUrl' => 'git@github.com:appwrite/sdk-for-js.git', - 'gitRepoName' => 'sdk-for-js', + 'gitUrl' => 'git@github.com:appwrite/sdk-for-web.git', + 'gitRepoName' => 'sdk-for-web', 'gitUserName' => 'appwrite', ], [