From c723a1b6106e3b9f24c6bd7f6af614e5ad610051 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Tue, 21 May 2024 08:49:40 +0200 Subject: [PATCH] Fix remapping of APIs page (#6853) --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 1aa6e52d58..ad345df71f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -96,7 +96,7 @@ rediraffe_redirects = { # Removal of the developer testing page 'developer_guide/testing': 'developer_guide/index', - 'user_guide/APIs': 'explanation/api/index#apis', + 'user_guide/APIs': 'explanation/api/index', 'user_guide/Pipelines': 'how_to/pipeline/index', 'user_guide/Templates': 'how_to/templates/index', 'user_guide/Server_Configuration': 'how_to/server/index',