Skip to content

Commit 0d4f9ab

Browse files
Fixed links
1 parent 989d18f commit 0d4f9ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/workstation/wks-build-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To change a user's role, or remove them from the workspace, click the three dot
8181
Now that you are ready to start using Mendix Workstation Client, you can implement your own custom logic for interacting with devices. The following nanoflows and Java actions are essential for establishing connections, sending or receiving messages, and managing device interactions:
8282

8383
* **GetStation** - Retrieves the computer information connected to the Client.
84-
* **SendMessage** - Sends data or commands to the connected device. For more information about the supported message syntax, see [Message Syntax for File, Smart Card, and Bluetooth Devices](/mendix-workstation/message-syntax/).
84+
* **SendMessage** - Sends data or commands to the connected device. For more information about the supported message syntax, see [Message Syntax for File, Smart Card, and Bluetooth Devices](/mendix-workstation/device-syntax/).
8585
* **SubscribeToMessages** - Subscribe a nanoflow to be called when the device is sending a message.
8686
* **SubscribeToErrors** - Subscribe a nanoflow to be called on device connection errors.
8787
* **Unsubscribe** - End the subscription to device messages or errors.

content/en/docs/workstation/wks-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ After configuring the server and client pair, test their connectivity by perform
143143
8. In the same way, send a message from the **Test Server** to the **Test Client** device.
144144

145145
{{% alert color="info" %}}
146-
Different device types have different requirements for the message syntax. For more information, see [Message Syntax for File, Smart Card, and Bluetooth Devices](/mendix-workstation/message-syntax/).
146+
Different device types have different requirements for the message syntax. For more information, see [Message Syntax for File, Smart Card, and Bluetooth Devices](/mendix-workstation/device-syntax/).
147147
{{% /alert %}}
148148

149149
## Quitting the Workstation Client

0 commit comments

Comments
 (0)