Skip to content

Commit

Permalink
docs: fix various links
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Oct 27, 2024
1 parent ffeb31c commit c3109f6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fold.enable = true
fold.level = 2
additional-css = ["theme/pagetoc.css"]
additional-js = ["theme/pagetoc.js"]
site-url = "/ref/"

[preprocessor.alerts]

Expand Down
20 changes: 11 additions & 9 deletions docs/ref/xref.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,24 +53,26 @@
[`nng_stat_unit`]: /api/stats.md#statistic-units
[`nng_id_set`]: /api/id_map.md#store-a-value
[`nng_strerror`]: /api/errors.md#human-readable-error-message
[`nng_send`]: /TODO.md
[`nng_recv`]: /TODO.md
[`nng_aio`]: /TODO.md
[`nng_aio`]: /api/aio.md#asynchronous-io-handle
[`nng_aio_alloc`]: /api/aio.md#create-handle
[`nng_aio_free`]: /api/aio.md#destroy-handle
[`nng_sleep_aio`]: /api/time.md@wait-asynchronously
[`nng_aio`]: /api/aio.md#asynchronous-i-o-handle
[`nng_aio_cancel`]: /api/aio.md#cancellation
[`nng_aio_abort`]: /api/aio.md#cancellation
[`nng_aio_stop`]: /api/aio.md#cancellation
[`nng_aio_wait`]: /api/api.md#wait-for-completion
[`nng_aio_busy`]: /api/api.md#test-for-completion
[`nng_aio_result`]: /api/api.md#result-of-operation
[`nng_aio_count`]: /api/api.md#result-of-operation
[`nng_aio_wait`]: /api/aio.md#wait-for-completion
[`nng_aio_busy`]: /api/aio.md#test-for-completion
[`nng_aio_result`]: /api/aio.md#result-of-operation
[`nng_aio_count`]: /api/aio.md#result-of-operation
[`nng_aio_set_timeout`]: /api/aio.md#set-timeout
[`nng_opts_parse`]: /api/cmd_opts.md#parse-command-line-options
[`nng_aio_begin`]: /TODO.md
[`nng_aio_defer`]: /TODO.md
[`nng_aio_finish`]: /TODO.md
[`nng_aio_set_timeout`]: /TODO.md
[`nng_opts_parse`]: /TODO.md
[`nng_aio_set_output`]: /TODO.md
[`nng_send`]: /TODO.md
[`nng_recv`]: /TODO.md

<!-- Macros -->

Expand Down

0 comments on commit c3109f6

Please sign in to comment.