diff --git a/README.md b/README.md index d06e5bc..2ab737b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ SortBin has only been tested on Linux. To use SortBin, you must compile the source code. Clone the repository, then build as follows: ``` -git clone https://github.com/jorisvr/sortbin.git +git clone https://git.jorisvr.nl/joris/sortbin.git cd sortbin make ``` @@ -84,12 +84,6 @@ SortBin is just a hobby project, not production-quality software. My limited testing suggests that the tool works correctly and is reasonably efficient. Testing was done on Linux, but the tool should probably also work on other POSIX systems. -If you notice any bugs in SortBin, please let me know by making an issue in the Github repository. - -I will try to respond to issue reports, but I can not promise to fix all bugs. -I will probably not work on feature requests or accept pull requests either. -This is, after all, just a hobby project. - ## How it works