From 555d56a4d40e1af7adcc5fe6359eeea527f2050e Mon Sep 17 00:00:00 2001 From: Cliff Casey Date: Fri, 7 Aug 2026 13:50:44 -0400 Subject: [PATCH] bad queue-doc link in readme and xapi docs --- README.md | 2 +- doc/xapi-config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6d28c2..5273280 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The application runs on an embedded SQLite database by default but there are oth #### Queue Config -The application runs on an embedded ActiveMQ Artemis for queueing and decoupling. See the [queue config docs](doc/broker-config.md) for more info. +The application runs on an embedded ActiveMQ Artemis for queueing and decoupling. See the [queue config docs](doc/queue-config.md) for more info. ### Vendoring Portico diff --git a/doc/xapi-config.md b/doc/xapi-config.md index 81a6fa7..aec63a3 100644 --- a/doc/xapi-config.md +++ b/doc/xapi-config.md @@ -592,7 +592,7 @@ Fields: - `batch`: Max xAPI Statement batch size passed to the LRS in one POST. - `maxRetries`: Number of scheduled retry attempts before the current queue of statements is sent to dead letter queue after repeated LRS post failures. -See the [queue docs](broker-config.md) for more information on statement queue behavior. +See the [queue docs](queue-config.md) for more information on statement queue behavior. ### Example LRS