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 `_ 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:: 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 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