From: Øyvind Kolås Date: Mon, 22 Jul 2019 15:25:26 +0000 (+0200) Subject: docs: s/git.gnome.org/gitlab.gnome.org/ X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~11^2~72 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=75d88b158dde87be1839a79e98ebde0061af14be;p=babl.git docs: s/git.gnome.org/gitlab.gnome.org/ --- diff --git a/docs/index-static.html.in b/docs/index-static.html.in index e5ad863..e250361 100644 --- a/docs/index-static.html.in +++ b/docs/index-static.html.in @@ -75,9 +75,9 @@ conversions using babl formats.

Babl uses git. The main repository is hosted by GNOME. - It can be browsed online and cloned with: + It can be browsed online and cloned with:

-
git clone git://git.gnome.org/babl
+
git clone https://gitlab.gnome.org/GNOME/babl.git/

NEWS

@@ -228,7 +228,7 @@ lab_buffer = malloc (pixel_count * 3 * sizeof (float));

Extending

For samples of how the current internal API specification of - data types, color models, and conversions look in the extensions/ + data types, color models, and conversions look in the extensions/ directory. The tables in this HTML file is directly generated based on the data registered by BablCore (double and RGBA), BablBase (core datatypes, and RGB models), extensions (CIE Lab, naive CMYK,