Skip to content

Commit a2b58aa

Browse files
committed
EMB-27360: Fix the links.
1 parent 2f803c1 commit a2b58aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/hardware/addon-protocols/rs232-usb.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ The information includes a payload containing data encoded in the protobuf forma
247247
| Checksum | 2 | 3+x |
248248
| ETX (0x03) | 1 | 5+x |
249249

250-
The payload of the protobuf data needs to adhere to protocols understood by the Geotab servers. Refer to [Appendix D: IOX Pub/Sub protobuf data packets in message type 0x8C, 0x26](#Appendix-D:-IOX-Pub/Sub-protobuf-data-packets-in-message-type-0x8C,-0x26).
250+
The payload of the protobuf data needs to adhere to protocols understood by the Geotab servers. Refer to [Appendix D: IOX PubSub protobuf data packets in message type 0x8C, 0x26](#appendix-d-iox-pubsub-protobuf-data-packets-in-message-type-0x8c-0x26).
251251

252252
### Msg Type 0x27: Add-On protocol version to external device
253253

@@ -428,7 +428,7 @@ Sent by the external device when requesting the add on protocol version number.
428428
| Message Body Length = 0 | 1 | 2 |
429429
| Checksum | 2 | 3 |
430430
| ETX (0x03) | 1 | 5 |
431-
| Reply: Third-Party version Ack Reply ([Msg Type 0x27](#msg-type-0x27-add-on-version-to-external-device)) |
431+
| Reply: Third-Party version Ack Reply ([Msg Type 0x27](#msg-type-0x27-add-on-protocol-version-to-external-device)) |
432432

433433
### Msg Type 0x8C: Protobuf data packet
434434

@@ -445,7 +445,7 @@ Sent by the external device to subscribe to various topics/information. The GO d
445445
| ETX (0x03) | 1 | 5 + x |
446446
| Reply: Protobuf data packet ([Msg Type 0x26](#msg-type-0x26-Protobuf-data-packet)) |
447447

448-
The payload of the protobuf data needs to adhere to protocols understood by the Geotab servers. Refer to [Appendix D: IOX Pub/Sub protobuf data packets in message type 0x8C, 0x26](#Appendix-D:-IOX-Pub/Sub-protobuf-data-packets-in-message-type-0x8C,-0x26).
448+
The payload of the protobuf data needs to adhere to protocols understood by the Geotab servers. Refer to [Appendix D: IOX PubSub protobuf data packets in message type 0x8C, 0x26](#appendix-d-iox-pubsub-protobuf-data-packets-in-message-type-0x8c-0x26).
449449

450450
## Messages from MyGeotab
451451

@@ -592,7 +592,7 @@ This is an example of binary data packets for image data transferred using the M
592592
| Checksum | 2 | 12+x |
593593
| ETX (0x03) | 1 | 14+x |
594594

595-
### Appendix D: IOX Pub/Sub protobuf data packets in message type 0x8C, 0x26
595+
### Appendix D: IOX PubSub protobuf data packets in message type 0x8C, 0x26
596596

597597
Messages sent from the IOX to the GO is represented by IoxToGo
598598
Messages sent from the GO to the IOX is represented by IoxFromGo

0 commit comments

Comments
 (0)