From c00b37823a69e8fe70f7b92a9c71c505a168ef85 Mon Sep 17 00:00:00 2001
From: Chandan Singh <git@chandansingh.net>
Date: Mon, 21 Jan 2019 19:37:53 +0000
Subject: [PATCH] CONTRIBUTING.rst: Fix formatting of link to pip docs

The link explaining python's requirements files was formatted
incorrectly (missing underscore at the end). This resulted in the text
being rendered literally, as opposed to being converted into a
hyperlink.
---
 CONTRIBUTING.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index b6ceeb49ea..c8c1f29e5c 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1782,7 +1782,7 @@ creating a tarball which contains everything we want it to include::
 Updating BuildStream's Python dependencies
 ------------------------------------------
 BuildStream's Python dependencies are listed in multiple
-`requirements files <https://pip.readthedocs.io/en/latest/reference/pip_install/#requirements-file-format>`
+`requirements files <https://pip.readthedocs.io/en/latest/reference/pip_install/#requirements-file-format>`_
 present in the ``requirements`` directory.
 
 All ``.txt`` files in this directory are generated from the corresponding
-- 
GitLab