From be84b9f31f7b65b8657ebd6864d3782802e15080 Mon Sep 17 00:00:00 2001 From: Dominik Date: Tue, 10 Nov 2020 17:55:08 -0800 Subject: [PATCH] [Communication] Fix homepage links in package.json (#12446) --- sdk/communication/communication-administration/package.json | 2 +- .../samples/javascript/package.json | 2 +- .../samples/typescript/package.json | 2 +- sdk/communication/communication-chat/package.json | 2 +- sdk/communication/communication-common/package.json | 2 +- sdk/communication/communication-sms/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sdk/communication/communication-administration/package.json b/sdk/communication/communication-administration/package.json index 908bc550e666..6854a2fed324 100644 --- a/sdk/communication/communication-administration/package.json +++ b/sdk/communication/communication-administration/package.json @@ -56,7 +56,7 @@ "engines": { "node": ">=8.0.0" }, - "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/communication/communication-administration/", + "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-administration/", "sideEffects": false, "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { diff --git a/sdk/communication/communication-administration/samples/javascript/package.json b/sdk/communication/communication-administration/samples/javascript/package.json index 268ddee07c85..ead8d5cc7fc5 100644 --- a/sdk/communication/communication-administration/samples/javascript/package.json +++ b/sdk/communication/communication-administration/samples/javascript/package.json @@ -20,7 +20,7 @@ "bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" }, - "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-configuration", + "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-administration", "sideEffects": false, "dependencies": { "@azure/communication-administration": "latest", diff --git a/sdk/communication/communication-administration/samples/typescript/package.json b/sdk/communication/communication-administration/samples/typescript/package.json index a2a3941de76d..1d40ecef0353 100644 --- a/sdk/communication/communication-administration/samples/typescript/package.json +++ b/sdk/communication/communication-administration/samples/typescript/package.json @@ -24,7 +24,7 @@ "bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" }, - "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-configuration", + "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-administration", "sideEffects": false, "dependencies": { "@azure/communication-administration": "latest", diff --git a/sdk/communication/communication-chat/package.json b/sdk/communication/communication-chat/package.json index 480a587cf077..9540fc514c2c 100644 --- a/sdk/communication/communication-chat/package.json +++ b/sdk/communication/communication-chat/package.json @@ -60,7 +60,7 @@ "engines": { "node": ">=8.0.0" }, - "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/communication/chat/", + "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-chat/", "sideEffects": false, "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { diff --git a/sdk/communication/communication-common/package.json b/sdk/communication/communication-common/package.json index d6dbada3656b..26e79237b9d0 100644 --- a/sdk/communication/communication-common/package.json +++ b/sdk/communication/communication-common/package.json @@ -58,7 +58,7 @@ "engines": { "node": ">=8.0.0" }, - "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/communication/communication-common/", + "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-common/", "sideEffects": false, "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { diff --git a/sdk/communication/communication-sms/package.json b/sdk/communication/communication-sms/package.json index 07fb4a0fa563..c2c31c93834a 100644 --- a/sdk/communication/communication-sms/package.json +++ b/sdk/communication/communication-sms/package.json @@ -60,7 +60,7 @@ "engines": { "node": ">=8.0.0" }, - "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/communication/sms/", + "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/", "sideEffects": false, "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": {