Skip to content

Commit 70ff711

Browse files
fixed links
1 parent f619701 commit 70ff711

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Different device types have different requirements for the message syntax. For m
153153

154154
### Quitting the Workstation Client
155155

156-
The **Close** button closes the Client window but does not terminate the application; it continues to run in the background. To completely quit the Client, right-click its icon in the Windows systray and select **Quit**. This action is only available if [Developer Mode](/mendix-workstation/installation#developer-mode) is enabled. Alternatively, the Workstation Client process can always be stopped via Windows Task Manager.
156+
The **Close** button closes the Client window but does not terminate the application; it continues to run in the background. To completely quit the Client, right-click its icon in the Windows systray and select **Quit**. This action is only available if [Developer Mode](#developer-mode) is enabled. Alternatively, the Workstation Client process can always be stopped via Windows Task Manager.
157157

158158
## Advanced Configurations
159159

@@ -204,7 +204,7 @@ All members except for the Workspace owner can leave a workspace.
204204

205205
### Advanced Station Settings
206206

207-
#### Station Developer Mode
207+
#### Station Developer Mode {#developer-mode}
208208

209209
Developer mode can be configured on a **Station** page by toggling **Enable Developer Mode**.
210210

@@ -224,11 +224,11 @@ Card reader devices cannot be configured as separate devices in the **Devices**
224224

225225
Auto detecting card readers is enabled by default. This setting can be configured on a **Station** page by toggling **Detect Card Readers**.
226226

227-
Refer to [Message Syntax - Card Readers](mendix-workstation/device-syntax/#card-readers) for a more in-depth explaination how to communicate with card readers.
227+
Refer to [Message Syntax - Card Readers](/mendix-workstation/device-syntax/#card-readers) for a more in-depth explaination how to communicate with card readers.
228228

229229
##### File Device
230230

231-
This section explains the configuration of a file device. Refer to [Message Syntax - File Device](mendix-workstation/device-syntax/#file-device) for a more in-depth explaination how to communicate with file devices.
231+
This section explains the configuration of a file device. Refer to [Message Syntax - File Device](/mendix-workstation/device-syntax/#file-device) for a more in-depth explaination how to communicate with file devices.
232232

233233
###### Allowed Folder Configuration
234234

@@ -257,4 +257,4 @@ The administrator can choose to allow either one or a combination of the followi
257257

258258
Simply add Bluetooth LE (BLE) devices that use the ATT protocol by entering the exact device name as displayed in your OS' device manager
259259

260-
Refer to [Message Syntax - Bluetooth](mendix-workstation/device-syntax/#bluetooth) for a more in-depth explaination how to communicate with bluetooth devices.
260+
Refer to [Message Syntax - Bluetooth](/mendix-workstation/device-syntax/#bluetooth) for a more in-depth explaination how to communicate with bluetooth devices.

content/en/docs/workstation/wks-message-syntax.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 40
1010

1111
To enable Mendix Workstation Client to communicate with your devices, you must ensure that the messages you send have the correct syntax. This syntax varies depending on the type of device. The following sections show the required syntax for file system, smart card, and Bluetooth devices.
1212

13-
## Bluetooth
13+
## Bluetooth {#bluetooth}
1414

1515
This device type requires the following message and response:
1616

@@ -25,7 +25,7 @@ This device type requires the following message and response:
2525

2626
* `CharacteristicUUID#Response`
2727

28-
## File Device
28+
## File Device {#file-device}
2929

3030
This device type requires the following message and response:
3131

@@ -64,7 +64,7 @@ The section below shows a sample test that you can run to verify the configurati
6464
7. Go to *C:\MyTestFolder* and verify that it contains the text file.
6565
8. Open the test file and verify that it contains the text *Hello from Mendix*.
6666

67-
## Card Readers
67+
## Card Readers {card-readers}
6868

6969
This device type requires the following message and response:
7070

0 commit comments

Comments
 (0)