Skip to content

Commit edae80d

Browse files
fix broken links
1 parent 64cbcf8 commit edae80d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/common-setting-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ List<String> recipientList = new ArrayList<>();
155155
recipientList.add("US.13491208655302741918");
156156
```
157157

158-
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-bsuid.md).
158+
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-bsuid.md).

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/common-setting-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ Example using a BSUID:
166166
const recipientList = ["US.13491208655302741918"];
167167
```
168168

169-
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-bsuid.md).
169+
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-bsuid.md).

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/common-setting-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Example using a BSUID:
6060
var recipientList = new List<string> { "US.13491208655302741918" };
6161
```
6262

63-
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-bsuid.md).
63+
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-bsuid.md).
6464

6565
### Start sending messages between a business and a WhatsApp user
6666

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/common-setting-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Usage example with a BSUID:
157157
to=["US.13491208655302741918"],
158158
```
159159

160-
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-bsuid.md).
160+
For more information about BSUIDs, see [WhatsApp usernames and BSUIDs](../../../../concepts/advanced-messaging/whatsapp/whatsapp-usernames-bsuid.md).
161161

162162
### Start sending messages between a business and a WhatsApp user
163163

0 commit comments

Comments
 (0)