diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-18 12:01:00 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-18 12:05:15 -0800 |
commit | 8e61f0d57ecf967d523cd0ca63088120a12e942a (patch) | |
tree | ae758d54fc404d187d634eaf4013d807dc64a60d | |
parent | a46338a9923a2434b130cdaaed014e54020edf2a (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) | 18 |
2 files changed, 7 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am index 678124c..57cec4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,3 +39,5 @@ ChangeLog: $(CHANGELOG_CMD) dist-hook: ChangeLog INSTALL + +EXTRA_DIST = README.md @@ -86,7 +86,7 @@ FAQ If you are having problems with Mozilla, try this link: - http://lists.debian.org/debian-laptop/2004/08/msg00167.html + https://lists.debian.org/debian-laptop/2004/08/msg00167.html * Can the driver be used together with gpm? @@ -130,23 +130,15 @@ Contacts 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/driver/xf86-input-synaptics + https://gitlab.freedesktop.org/xorg/driver/xf86-input-synaptics - http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics +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 |