diff options
-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 |