Skip to content

Commit 16a1b61

Browse files
Replace launchpad.net URLs with github.com URLs
1 parent 8530bad commit 16a1b61

2 files changed

Lines changed: 12 additions & 17 deletions

File tree

README

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,21 @@ It installs the library to /usr/local/lib and header files to
2525
How to report bugs
2626
==================
2727

28-
The bug database is hosted in Launchpad. If you have found a bug or
29-
have an improvement idea you want to share, please report it at
30-
<https://bugs.launchpad.net/libsuinput>. However, to avoid duplicate
31-
bug reports, before reporting, please check if similiar or identical
32-
bug has already been reported. If the description of the existing bug
33-
report If so, you can still subscribe to the existing bug to track its
34-
progress.
35-
36-
If you are unsure whether the problem you have is due to a bug, you
37-
can ask questions at <https://answers.launchpad.net/libsuinput>.
28+
The bug database is hosted in GitHub. If you have found a bug or have an
29+
improvement idea you want to share, please report it at
30+
<https://github.com/tuomasjjrasanen/libsuinput/issues>. However, to avoid
31+
duplicate bug reports, before reporting, please check if similiar or identical
32+
bug has already been reported. If so, you can still subscribe to the existing
33+
bug to track its progress.
3834

3935
How to contribute
4036
=================
4137

42-
In addition to reporting bugs and improvement suggestions, you are
43-
encouraged to contribute bug-fixes or features. Source code is
44-
maintained in Git VCS. The main repository is hosted in GitHub,
45-
<https://github.com/tuomasjjrasanen/libsuinput/> and mirrored in
46-
Launchpad as a Bazaar repository. The preferred way to contibute code
47-
is to clone the main Git repository and send a pull-request. Good old
38+
In addition to reporting bugs and improvement suggestions, you are encouraged to
39+
contribute bug-fixes or features. Source code is maintained in Git and the main
40+
repository is hosted at GitHub,
41+
<https://github.com/tuomasjjrasanen/libsuinput/>. The preferred way to contibute
42+
code is to clone the main Git repository and send a pull-request. Good old
4843
patches via email are also accepted.
4944

5045
How to copy

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_INIT([libsuinput],
22
[0.6.1],
3-
[https://bugs.launchpad.net/libsuinput/],
3+
[https://github.com/tuomasjjrasanen/libsuinput/issues],
44
[libsuinput],
55
[http://tjjr.fi/sw/libsuinput/])
66
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)