(docs) Fix dead links to message-queue after moving it to libraries

This commit is contained in:
Viktor Lofgren 2023-08-15 19:26:40 +02:00
parent d8073f0dde
commit 606db54dc8
2 changed files with 2 additions and 2 deletions

View File

@ -20,4 +20,4 @@ requests can be sent.
[process-mqapi](process-mqapi/) defines requests and inboxes for the message queue based API used
for interacting with processes.
See [common/message-queue](../common/message-queue) and [services-satellite/control-service](../services-satellite/control-service).
See [libraries/message-queue](../libraries/message-queue) and [services-satellite/control-service](../services-satellite/control-service).

View File

@ -15,4 +15,4 @@ monitoring their message queue inboxes.
## See Also
* [processes](../../processes)
* [common/message-queue](../../common/message-queue) - The Message Queue and MQFSM abstractions
* [libraries/message-queue](../../libraries/message-queue) - The Message Queue and Actor abstractions