From 2ca6b0f598fe6082a8285a4f115e5aef0af84e83 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Mon, 2 Sep 2024 13:16:16 +0200 Subject: [PATCH] Fix readthedocs URL (#344) --- typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index 0f1fcda0..e8e12866 100644 --- a/typedoc.json +++ b/typedoc.json @@ -53,6 +53,6 @@ "GitHub": "https://github.com/jupyterlab/jupyter_collaboration", "Jupyter": "https://jupyter.org" }, - "titleLink": "https://jupyter-realtime-collaboration.readthedocs.io/en/latest", + "titleLink": "https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest", "out": "docs/source/ts/api" }