Skip to content

Commit 8e5de69

Browse files
authored
fix incorrect links
1 parent 7d67ffb commit 8e5de69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sonar-3d/sonar-3d-15-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ This is the structure of a RIP2 packet:
3434
2. Read packet length.
3535
3. Read compressed payload and CRC-32, and verify the CRC-32.
3636
4. Decompress the payload into an encoded protobuf packet.
37-
5. Decode into the `Packet` message type (see `.proto` [file](#proto-file-excerpt))
37+
5. Decode into the `Packet` message type (see `.proto` [file](#protobuf-packet-description))
3838
6. Use `.msg.type_url` to identify the contained message.
39-
7. Decode `.msg.value` into that message type (see `.proto` [file](#proto-file-excerpt))
39+
7. Decode `.msg.value` into that message type (see `.proto` [file](#protobuf-packet-description))
4040

4141
---
4242

0 commit comments

Comments
 (0)