diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 19:42:40 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 19:42:40 -0800 |
commit | 3790d2e4607311c2e6f7a3d6ae6c917bdb13368e (patch) | |
tree | cdc02e8fd8950df90cf66225eb5b1ccecbfddf81 | |
parent | 263ea8fc3e6a7ee19a3ca1b70416750d5e7a40ca (diff) |
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | README.md (renamed from README) | 16 |
2 files changed, 5 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am index c1fad09..d670669 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,7 @@ all-local: endif -EXTRA_DIST = constype.man ChangeLog autogen.sh +EXTRA_DIST = constype.man ChangeLog autogen.sh README.md MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog @@ -11,23 +11,15 @@ X.Org Modularization Project for X11R7.0. 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/constype + https://gitlab.freedesktop.org/xorg/app/constype - http://cgit.freedesktop.org/xorg/app/constype +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: - - http://wiki.x.org/wiki/GitPage + https://www.x.org/wiki/Development/Documentation/SubmittingPatches |