From c1e6a1bf4a45159677f683f7a2c41a9843c0adcc Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Thu, 9 Oct 2025 10:17:21 -0400 Subject: [PATCH 1/4] docs: fix broken link --- docs/technical_documentation/decisions/0002_xapi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical_documentation/decisions/0002_xapi.rst b/docs/technical_documentation/decisions/0002_xapi.rst index 49bb6f8..e78b800 100644 --- a/docs/technical_documentation/decisions/0002_xapi.rst +++ b/docs/technical_documentation/decisions/0002_xapi.rst @@ -84,5 +84,5 @@ that will allow site operators to use it instead of, or in addition to, xAPI in References ********** -- `OEP-26: Real Time Events `_ +- `OEP-26`_: Real Time Events - `event-routing-backends `_ From 979526ff90dcc221c85f374af6a7698a12236383 Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Thu, 9 Oct 2025 10:20:05 -0400 Subject: [PATCH 2/4] docs: fix broken link --- docs/technical_documentation/how-tos/xapi_transforms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical_documentation/how-tos/xapi_transforms.rst b/docs/technical_documentation/how-tos/xapi_transforms.rst index 129350e..54d3599 100644 --- a/docs/technical_documentation/how-tos/xapi_transforms.rst +++ b/docs/technical_documentation/how-tos/xapi_transforms.rst @@ -309,7 +309,7 @@ References .. _xapi filters: https://github.com/eduNEXT/eox-nelp/blob/master/eox_nelp/openedx_filters/xapi/filters.py .. _event-routing-backends: https://github.com/openedx/event-routing-backends .. _ERB's verb list: https://github.com/openedx/event-routing-backends/blob/master/event_routing_backends/processors/xapi/constants.py -.. _ERB's xAPI filters: https://event-routing-backends.readthedocs.io/en/latest/getting_started.html#openedx-filters +.. _ERB's xAPI filters: https://event-routing-backends.readthedocs.io/en/latest/technical_documentation/how-tos/filters.html .. _external ID: https://github.com/openedx/edx-platform/blob/master/openedx/core/djangoapps/external_user_ids/docs/decisions/0001-externalid.rst .. _openedx-filters: https://github.com/openedx/openedx-filters .. _pr#205: https://github.com/open-craft/openedx-completion-aggregator/pull/205 From 7994ec3565670d48ce02efbac93707aa5932d905 Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Thu, 9 Oct 2025 10:25:01 -0400 Subject: [PATCH 3/4] docs: fix broken links --- .../how-tos/production_configuration.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/technical_documentation/how-tos/production_configuration.rst b/docs/technical_documentation/how-tos/production_configuration.rst index 7b40b72..da5d31f 100644 --- a/docs/technical_documentation/how-tos/production_configuration.rst +++ b/docs/technical_documentation/how-tos/production_configuration.rst @@ -386,13 +386,13 @@ In addition to the usual CPU/Memory/Disk monitoring you can also monitor a few k These are also captured in the Aspects Operator Dashboard as well as a filterable list of slowest ClickHouse queries to assist with troubleshooting. -.. _business critical: https://event-routing-backends.readthedocs.io/en/latest/getting_started.html#persistence -.. _batch requests: https://event-routing-backends.readthedocs.io/en/latest/getting_started.html#batching-configuration -.. _using the event bus: https://event-routing-backends.readthedocs.io/en/latest/getting_started.html#event-bus-configuration +.. _business critical: https://event-routing-backends.readthedocs.io/en/latest/technical_documentation/decisions/0009-persistence-and-retries-for-events.html +.. _batch requests: https://event-routing-backends.readthedocs.io/en/latest/technical_documentation/quickstarts/configuration.html#batching-configuration +.. _using the event bus: https://event-routing-backends.readthedocs.io/en/latest/technical_documentation/quickstarts/configuration.html#event-bus-configuration .. _integrate directly: https://clickhouse.com/docs/en/integrations/kafka -.. _event-routing-backends docs: https://event-routing-backends.readthedocs.io/en/latest/getting_started.html#configuration +.. _event-routing-backends docs: https://event-routing-backends.readthedocs.io/en/latest/technical_documentation/quickstarts/configuration.html .. _clickhouse-operator: https://github.com/Altinity/clickhouse-operator .. _superset security configuration: https://superset.apache.org/docs/security/ .. _Ralph via Helm chart: https://openfun.github.io/ralph/latest/tutorials/helm/ .. _dump_data_to_clickhouse arguments: https://github.com/openedx/platform-plugin-aspects/blob/951ed84de01dda6bec9923c60fcd96bf80d6fa54/platform_plugin_aspects/management/commands/dump_data_to_clickhouse.py#L91 -.. _transform_tracking_logs: https://event-routing-backends.readthedocs.io/en/latest/howto/how_to_bulk_transform.html +.. _transform_tracking_logs: https://event-routing-backends.readthedocs.io/en/latest/technical_documentation/how-tos/how_to_bulk_transform.html From e93563e85d1ffbc04ff6ccbaf1dde934fbe2d9cc Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Thu, 9 Oct 2025 10:26:30 -0400 Subject: [PATCH 4/4] docs: fix broken link --- docs/technical_documentation/how-tos/backfill.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical_documentation/how-tos/backfill.rst b/docs/technical_documentation/how-tos/backfill.rst index ce7cec4..418fd4a 100644 --- a/docs/technical_documentation/how-tos/backfill.rst +++ b/docs/technical_documentation/how-tos/backfill.rst @@ -10,7 +10,7 @@ Backfill xAPI data from tracking logs Event routing backends provide a management command to backfill old or missing data. The command is called ``transform_tracking_logs``, learn more about it in the -`Event Routing Backends documentation `_. +`Event Routing Backends documentation `_. .. warning::