From 22bd420f2b8a9b89084531983a1935d60eefd136 Mon Sep 17 00:00:00 2001
From: Pavel Zhukov <pavel.zhukov@huawei.com>
Date: Wed, 29 Sep 2021 09:25:43 +0200
Subject: [PATCH] Fixed quickstart URL

Closes: https://git.ostc-eu.org/OSTC/OHOS/docs/-/issues/82
Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com>
---
 contributing/gitlab.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contributing/gitlab.rst b/contributing/gitlab.rst
index b9f3737..6c5d535 100644
--- a/contributing/gitlab.rst
+++ b/contributing/gitlab.rst
@@ -138,7 +138,7 @@ available in the `docs repository <https://git.ostc-eu.org/OSTC/OHOS/docs>`_.
 
 In terms of file format, the project unifies its documentation as
 ``ReStructuredText`` files. A RestructuredText primer is available as part of
-the Read The Docs `documentation <https://docutils.readthedocs.io/en/sphinx-docs/user/rst/quickstart.html>`_.
+the Sphinx `documentation <https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html>`_.
 
 As a rule of thumb, anything that ends up compiled in the project documentation
 is to maintain the RestructuredText file format. Text files that are not meant to be compiled
-- 
GitLab