Skip to content

Commit be84b9f

Browse files
authored
[Communication] Fix homepage links in package.json (Azure#12446)
1 parent 1dbfeba commit be84b9f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

sdk/communication/communication-administration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"engines": {
5757
"node": ">=8.0.0"
5858
},
59-
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/communication/communication-administration/",
59+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-administration/",
6060
"sideEffects": false,
6161
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
6262
"dependencies": {

sdk/communication/communication-administration/samples/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"bugs": {
2121
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
2222
},
23-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-configuration",
23+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-administration",
2424
"sideEffects": false,
2525
"dependencies": {
2626
"@azure/communication-administration": "latest",

sdk/communication/communication-administration/samples/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"bugs": {
2525
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
2626
},
27-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-configuration",
27+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-administration",
2828
"sideEffects": false,
2929
"dependencies": {
3030
"@azure/communication-administration": "latest",

sdk/communication/communication-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"engines": {
6161
"node": ">=8.0.0"
6262
},
63-
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/communication/chat/",
63+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-chat/",
6464
"sideEffects": false,
6565
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
6666
"dependencies": {

sdk/communication/communication-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"engines": {
5959
"node": ">=8.0.0"
6060
},
61-
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/communication/communication-common/",
61+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-common/",
6262
"sideEffects": false,
6363
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
6464
"dependencies": {

sdk/communication/communication-sms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"engines": {
6161
"node": ">=8.0.0"
6262
},
63-
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/communication/sms/",
63+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-sms/",
6464
"sideEffects": false,
6565
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
6666
"dependencies": {

0 commit comments

Comments
 (0)