From d6834c1aef9938ffda04e278e9683dcf767bcc0b Mon Sep 17 00:00:00 2001
From: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date: Thu, 16 Feb 2023 09:23:03 +0100
Subject: [PATCH] Add a reference to the GitLab docs in the 'contributing'
 index

Remove the reference to phabricator
---
 docs/{ => devel}/contributing/gitlab.rst | 0
 docs/devel/contributing/index.rst        | 2 +-
 docs/devel/index.rst                     | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename docs/{ => devel}/contributing/gitlab.rst (100%)

diff --git a/docs/contributing/gitlab.rst b/docs/devel/contributing/gitlab.rst
similarity index 100%
rename from docs/contributing/gitlab.rst
rename to docs/devel/contributing/gitlab.rst
diff --git a/docs/devel/contributing/index.rst b/docs/devel/contributing/index.rst
index 0b10c61c..a4709597 100644
--- a/docs/devel/contributing/index.rst
+++ b/docs/devel/contributing/index.rst
@@ -5,7 +5,7 @@ Contributing
    :maxdepth: 2
    :titlesonly:
 
-   phabricator
+   gitlab
    code-review
    python-style-guide
    git-style-guide
diff --git a/docs/devel/index.rst b/docs/devel/index.rst
index d7dd3fd0..a9c9a4a0 100644
--- a/docs/devel/index.rst
+++ b/docs/devel/index.rst
@@ -30,7 +30,7 @@ Getting started
 Contributing
 ------------
 
-* :ref:`patch-submission` → learn how to submit your patches to the
+* :ref:`gitlab-code-submission` → learn how to submit your code to the
   Software Heritage codebase
 * :ref:`code-review` → rules and guidelines to review code in
   Software Heritage
-- 
GitLab