Skip to content

Commit

Permalink
Fix some intradoc links.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Oct 13, 2024
1 parent 8f90024 commit 9996cfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/ref/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

This section is a reference guide for the NNG programming interfaces.

- [Threading and Synchronization](api/thr/)
- [Utility Functions](api/util/)
- [Messages](msg/)
- [Threading and Synchronization](thr/)
- [Utility Functions](util/)
1 change: 1 addition & 0 deletions docs/ref/api/msg/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ These interfaces deal with messages, used in the Scalability Protocols.

- [nng_msg](./nng_msg.md) --- message
- [nng_msg_body](./nng_msg_body.md) --- message body
- [nng_msg_header](./nng_msg_header.md) --- message header

0 comments on commit 9996cfc

Please sign in to comment.