summaryrefslogtreecommitdiff
path: root/docs/devguide/dev_environ.rst
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2018-01-10 18:17:56 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-01-10 19:31:08 +0100
commit91a1ec0ef6e3cbfb6c83ae8e17564733c8e840f6 (patch)
tree248674a8102fc70620b582ef7eed8cdbd8619422 /docs/devguide/dev_environ.rst
parentadf5e51ccf9d9dbf938c0da496e0d4d81d3284f6 (diff)
downloadpygobject-91a1ec0ef6e3cbfb6c83ae8e17564733c8e840f6.tar.gz
docs: Update for the git repo move from git.gnome.org to gitlab.gnome.org
Changes all the links to point to the gitlab instance. Adds the gitlab setup to the sphinx theme configuration, so the theme can show "Edit on GitLab" links on each page. Create a new page pointing to the git report and bug tracker. Someone on IRC mentioned that this info is hard to find, so try to make it more proiminent.
Diffstat (limited to 'docs/devguide/dev_environ.rst')
-rw-r--r--docs/devguide/dev_environ.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/devguide/dev_environ.rst b/docs/devguide/dev_environ.rst
index 4d3985f3..9ca37dd9 100644
--- a/docs/devguide/dev_environ.rst
+++ b/docs/devguide/dev_environ.rst
@@ -15,7 +15,7 @@ on ":ref:`gettingstarted`" first, as they are a pre-requirement.
sudo apt build-dep pygobject
sudo apt install autoconf-archive
- git clone https://git.gnome.org/browse/pygobject
+ git clone https://gitlab.gnome.org/GNOME/pygobject.git
cd pygobject
./autogen.sh
make
@@ -31,7 +31,7 @@ on ":ref:`gettingstarted`" first, as they are a pre-requirement.
mingw-w64-i686-python3 mingw-w64-i686-python3-cairo \
mingw-w64-i686-gobject-introspection mingw-w64-i686-gtk3 \
mingw-w64-i686-libffi autoconf-archive
- git clone https://git.gnome.org/browse/pygobject
+ git clone https://gitlab.gnome.org/GNOME/pygobject.git
cd pygobject
./autogen.sh
make