From 323cc21055f17262875fdb448a3e414c6e044c03 Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Tue, 24 Oct 2023 16:38:23 -0400 Subject: [PATCH] docs: Fix duplicate https in doc links --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e01e2908f..663e1ca4f 100644 --- a/README.rst +++ b/README.rst @@ -5,9 +5,9 @@ Aspects Learner Analytics combines several free, open source, tools to add analy - `ClickHouse `__, a fast, scalable analytics database that can be run anywhere - `Apache Superset `__, a data visualization platform and data API -- `OpenFUN Ralph `__, a Learning Record store (and more) that can validate and store xAPI statements in ClickHouse +- `OpenFUN Ralph `__, a Learning Record store (and more) that can validate and store xAPI statements in ClickHouse - `Vector `__, a log forwarding tool that can be used to forward tracking log and xAPI data to ClickHouse -- `event-routing-backends `__, an Open edX plugin that transforms tracking logs into xAPI and optionally forwards them to one or more Learning Record Stores in near real time +- `event-routing-backends `__, an Open edX plugin that transforms tracking logs into xAPI and optionally forwards them to one or more Learning Record Stores in near real time - `event-sink-clickhouse `__, an Open edX plugin that exports course structure and high level data to ClickHouse at publish time - `dbt `__, a tool to build data pipelines from SQL queries. The dbt project used by this plugin is `aspects-dbt `__.