From 248211453d9bc47c0e1754b1269c7a4f7119e4a5 Mon Sep 17 00:00:00 2001 From: sblondon Date: Fri, 22 Feb 2019 11:04:07 +0100 Subject: [PATCH] Add link to user-agent documentation So the user has a pointer to the documentation about the searched topic. --- docs/community/faq.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/community/faq.rst b/docs/community/faq.rst index 945096dc..44d3e6e8 100644 --- a/docs/community/faq.rst +++ b/docs/community/faq.rst @@ -21,7 +21,8 @@ Custom User-Agents? ------------------- Requests allows you to easily override User-Agent strings, along with -any other HTTP Header. +any other HTTP Header. See `documentation about headers `_. + Why not Httplib2?