From 9ce10c2b4194970aabe64a019bd5bac5b32534ee Mon Sep 17 00:00:00 2001 From: Frances Hocutt <frances.hocutt@gmail.com> Date: Mon, 3 Nov 2014 14:44:31 -0800 Subject: [PATCH] fixed link in user-agent section --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1658045..16c4ea7 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ To use https, specify the host as a tuple in the form of ``('https', hostname)`` User-agents ----------- Bots that run on Wikimedia wikis `require an informative user-agent for all -API requests <https://meta.wikimedia.org/wiki/User-Agent_policy>`. To change +API requests <https://meta.wikimedia.org/wiki/User-Agent_policy>`_. To change the user-agent, you will need to include an appropriate parameter for ``clients_useragent`` when you initialize your ``Site``, as shown in the following example: -- GitLab