summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 22:19:18 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 22:19:18 -0800
commitce311771ca86a4134511aecda5601d7c76d763dd (patch)
tree21cbe578dff7639ecbe57fffb8fa5e0a9f4026c7
parent752ef176eb99f6315be27f00896b37ce217758b9 (diff)
downloadxorg-app-xinit-ce311771ca86a4134511aecda5601d7c76d763dd.tar.gz
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README.md (renamed from README)17
2 files changed, 6 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am
index c1eb5a9..8b09369 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,7 +61,7 @@ MAINTAINERCLEANFILES = ChangeLog INSTALL
CLEANFILES = xinitrc startx
EXTRA_DIST = xinitrc.cpp startx.cpp \
- autogen.sh
+ autogen.sh README.md
.PHONY: ChangeLog INSTALL
diff --git a/README b/README.md
index 0d08e28..ada1a48 100644
--- a/README
+++ b/README.md
@@ -3,27 +3,20 @@ client program on systems that are not using a display manager such as xdm.
The xinit is not intended for naive users. Instead, site administrators should
design user-friendly scripts that present the desired interface when starting
-up X. The startx script is one such example.
+up X. The startx script is one such example.
All questions regarding this software should be directed at the
Xorg mailing list:
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+ https://lists.x.org/mailman/listinfo/xorg
The master development code repository can be found at:
- git://anongit.freedesktop.org/git/xorg/app/xinit
+ https://gitlab.freedesktop.org/xorg/app/xinit
- http://cgit.freedesktop.org/xorg/app/xinit
+Please submit bug reports and requests to merge patches there.
For patch submission instructions, see:
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
- http://wiki.x.org/wiki/GitPage