Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-04 06:08:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-04 06:08:37 +0300
commit7ec2694360b4d4bd9a4b00ef5166a77c854d9d4f (patch)
tree6f3c9a688625b5c4dc1bae11be1fc8a4af388b23 /doc/development/python_guide
parent27a18afc7dba4e09a5ec78e5c251c31216d7792a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/python_guide')
-rw-r--r--doc/development/python_guide/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/python_guide/index.md b/doc/development/python_guide/index.md
index af1ec44bf3d..fae2e495417 100644
--- a/doc/development/python_guide/index.md
+++ b/doc/development/python_guide/index.md
@@ -1,6 +1,6 @@
# Python Development Guidelines
-GitLab requires Python as a dependency for [reStructuredText](http://docutils.sourceforge.net/rst.html)
+GitLab requires Python as a dependency for [reStructuredText](https://docutils.sourceforge.io/rst.html)
markup rendering.
As of GitLab 11.10, we require Python 3.
@@ -51,7 +51,7 @@ omf install pyenv
## Dependency management
While GitLab doesn't directly contain any Python scripts, because we depend on Python to render
-[reStructuredText](http://docutils.sourceforge.net/rst.html) markup, we need to keep track on dependencies
+[reStructuredText](https://docutils.sourceforge.io/rst.html) markup, we need to keep track on dependencies
on the main project level, so we can run that on our development machines.
Recently, an equivalent to the `Gemfile` and the [Bundler](https://bundler.io/) project has been introduced to Python: