diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-19 23:23:27 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-19 23:23:27 -0800 |
commit | 80c1e0d964543c7ab507fd10fbc5eefbb633490a (patch) | |
tree | 936199c438708149f14540f4271c8d2501595a16 | |
parent | a9b3ddf3c990ff6100aa8151ce9e6131b925d5dd (diff) |
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | README.md (renamed from README) | 23 |
2 files changed, 9 insertions, 15 deletions
diff --git a/Makefile.am b/Makefile.am index a58faca..0855985 100644 --- a/Makefile.am +++ b/Makefile.am @@ -503,6 +503,7 @@ EXTRA_DIST = \ COPYING-xf86rushproto \ COPYING-xf86vidmodeproto \ COPYING-xineramaproto \ + README.md \ include/GL/internal/meson.build \ include/GL/meson.build \ include/meson.build \ @@ -1,4 +1,5 @@ - X Window System Unified Protocol +X Window System Unified Protocol +-------------------------------- This package provides the headers and specification documents defining the core protocol and (many) extensions for the X Window System. The @@ -13,29 +14,21 @@ versions of the X11 suite. If you are looking for a machine-readable protocol description suitable for code generation or use in new projects, please refer to the XCB project: - https://xcb.freedesktop.org/ - https://cgit.freedesktop.org/xcb/proto + https://xcb.freedesktop.org/ + https://cgit.freedesktop.org/xcb/proto 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/proto/xorgproto + https://gitlab.freedesktop.org/xorg/proto/xorgproto - http://cgit.freedesktop.org/xorg/proto/xorgproto +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 |