summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-17 10:44:26 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-17 10:44:26 -0800
commit9c3b9cb3f60eeda640d29cf09bc3f23127c64302 (patch)
tree744adba4d650b3dfac38953a595f7b83383dada3
parentd882052fb2ce439c6483fce944ba8f16f7294639 (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md (renamed from README)15
1 files changed, 8 insertions, 7 deletions
diff --git a/README b/README.md
index 35e3b3d..e5ff96d 100644
--- a/README
+++ b/README.md
@@ -13,12 +13,11 @@ you're using and why you aren't in a mental hospital yet. We'd welcome
patches/suggestions for enhancement and new libraries; Please report any
issues you find to the freedesktop.org bug tracker, at:
- <https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
+ https://gitlab.freedesktop.org/xorg/lib/libxcb-image/issues
Discussion about XCB occurs on the XCB mailing list:
- <mailto:xcb at lists.freedesktop.org>
- <http://lists.freedesktop.org/mailman/listinfo/xcb>
+ https://lists.freedesktop.org/mailman/listinfo/xcb
About XCB util-image module
===========================
@@ -28,10 +27,12 @@ XCB util-image module provides the following library:
- image: Port of Xlib's XImage and XShmImage functions.
You can obtain the latest development versions of XCB util-image using
-GIT. For anonymous checkouts, use:
+GIT from <https://gitlab.freedesktop.org/xorg/lib/libxcb-image>.
- git clone --recursive git://anongit.freedesktop.org/git/xcb/util-image
+ For anonymous checkouts, use:
-For developers, use:
+ git clone --recursive https://gitlab.freedesktop.org/xorg/lib/libxcb-image.git
- git clone --recursive git+ssh://git.freedesktop.org/git/xcb/util-image
+ For developers, use:
+
+ git clone --recursive git@gitlab.freedesktop.org:xorg/lib/libxcb-image.git