diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 20:10:52 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 20:10:52 -0800 |
commit | c24ce081a93d58d83baaca3ce1a950c3e1770558 (patch) | |
tree | 7db2ae8e7eb88b72a75edb14a944800b4becb88b | |
parent | 9010d42ae2a6372f73988da3d646249115893a93 (diff) |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | README.md (renamed from README) | 15 |
2 files changed, 5 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am index 4872f40..5f44fd1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,7 +104,7 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ -EXTRA_DIST += ChangeLog +EXTRA_DIST += ChangeLog README.md MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog @@ -20,22 +20,15 @@ extension, so this program is only useful in connecting to older X servers. 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/lbxproxy + https://gitlab.freedesktop.org/xorg/app/lbxproxy - http://cgit.freedesktop.org/xorg/app/lbxproxy +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 |