Skip to content

Commit

Permalink
[Communication] Fix homepage links in package.json (Azure#12446)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikMe authored Nov 11, 2020
1 parent 1dbfeba commit be84b9f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-sms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit be84b9f

Please sign in to comment.