diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 21:34:53 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 21:34:53 -0800 |
commit | 873220f791f494ab9659ba6fcb85737c1cd4b99d (patch) | |
tree | 237383befd91411c561be6362742bd7e0c01912a | |
parent | bbac7d201e78e2837e418baa3e0d16a475469c3b (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, 6 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am index 2f21dda..4cb8b51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,3 +73,5 @@ ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ lint: $(LINT) $(ALL_LINT_FLAGS) $(AM_CFLAGS) $(xdpyinfo_SOURCES) endif LINT + +EXTRA_DIST = README.md @@ -8,23 +8,15 @@ protocol extensions that are available. 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/xdpyinfo + https://gitlab.freedesktop.org/xorg/app/xdpyinfo - http://cgit.freedesktop.org/xorg/app/xdpyinfo +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 |