From 188974ad4836aae49729fcd79e11d55df1966704 Mon Sep 17 00:00:00 2001 From: emmapeel2 Date: Wed, 13 Sep 2023 10:53:43 +0200 Subject: [PATCH] correction this is the url that works for me, for example at https://hosted.weblate.org/api/components/tor/tor-browser%252Ftb-torlauncherproperties/statistics/ --- docs/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 10960af85f81..7ed9283a1a4f 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -164,8 +164,8 @@ Components and categories To access a component which is nested inside a :ref:`category`, you need to URL encode the category name into a component name separated with a slash. For example ``usage`` placed in a ``docs`` category needs to be used as -``docs%2Fusage``. Full URL in this case would be for example -``https://example.com/api/components/hello/docs%2Fusage/repository/``. +``docs%252Fusage``. Full URL in this case would be for example +``https://example.com/api/components/hello/docs%252Fusage/repository/``. .. _api-rate: