From 4eebf4a9ce2a8f231db3b61542337df14558c5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Wed, 29 May 2024 12:23:15 -0600 Subject: [PATCH] docs: Fixed links to LimeSurvey API docs (#1152) * docs: Fix links to LimeSurvey API docs * Update .changes/unreleased/Documentation-20240528-231130.yaml --- .changes/unreleased/Documentation-20240528-231130.yaml | 5 +++++ docs/conf.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Documentation-20240528-231130.yaml diff --git a/.changes/unreleased/Documentation-20240528-231130.yaml b/.changes/unreleased/Documentation-20240528-231130.yaml new file mode 100644 index 00000000..5e044314 --- /dev/null +++ b/.changes/unreleased/Documentation-20240528-231130.yaml @@ -0,0 +1,5 @@ +kind: Documentation +body: Fixed links to LimeSurvey API docs +time: 2024-05-28T23:11:30.2632-06:00 +custom: + Issue: "1152" diff --git a/docs/conf.py b/docs/conf.py index 849a5fea..aa6b2606 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -87,7 +87,7 @@ extlinks = { "rpc_method": ( - "https://api.limesurvey.org/classes/remotecontrol_handle.html#method_%s", + "https://api.limesurvey.org/classes/remotecontrol-handle.html#method_%s", "RPC method %s", ), "ls_manual": (