diff --git a/CHANGES.rst b/CHANGES.rst index 4a854c0..a72e65b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,10 @@ CHANGES Development =========== +* move to new GitHub_ + +.. _GitHub: https://github.com/pipeseroni/pipes.sh + Version 1.0.0 (2015-04-09T02:41:33Z) ==================================== @@ -65,11 +69,9 @@ Version 0.1.0 (2014-02-26T11:27:01Z) 2014-02-20 ========== -* move to GitHub_ +* move to GitHub: ``https://github.com/livibetter/pipes.sh`` * add option argument ``-t 4`` for ASCII type -.. _GitHub: https://github.com/livibetter/pipes.sh - 2013-02-07 ========== diff --git a/README.rst b/README.rst index fbf5dd8..87a88f9 100644 --- a/README.rst +++ b/README.rst @@ -207,5 +207,5 @@ Related projects * Snakes_: a C version of pipes.sh * pipesX.sh_: pipes.sh at an angle -.. _Snakes: https://github.com/OneLastTry/Snakes -.. _pipesX.sh: https://github.com/livibetter/pipesX.sh +.. _Snakes: https://github.com/pipeseroni/Snakes +.. _pipesX.sh: https://github.com/pipeseroni/pipesX.sh diff --git a/doc/pipes.sh.6 b/doc/pipes.sh.6 index aaeae04..20c97cb 100644 --- a/doc/pipes.sh.6 +++ b/doc/pipes.sh.6 @@ -1,5 +1,5 @@ .\" Manpage for pipes.sh -.\" Report errors or typos to https://github.com/livibetter/pipes.sh/ +.\" Report errors or typos to https://github.com/pipeseroni/pipes.sh .TH pipes.sh 6 "9 April 2015" "1.0.0" "pipes.sh man page" .SH NAME @@ -47,7 +47,7 @@ Prints the version number. .SH BUGS Please see current issues on -.UR https\://\:github.com/livibetter/pipes.sh/issues +.UR https\://\:github.com/pipeseroni/pipes.sh/issues issue tracker .UE , and report any bugs or request feature you'd like. @@ -61,7 +61,7 @@ This version is maintained by Yu-Jie Lin .ME since 2013 on -.UR https\://\:github.com/livibetter/pipes.sh +.UR https\://\:github.com/pipeseroni/pipes.sh GitHub .UE . This manual page was written by diff --git a/pipes.sh b/pipes.sh index b7798aa..8ea22ca 100755 --- a/pipes.sh +++ b/pipes.sh @@ -3,7 +3,7 @@ # # This modified version is maintained at: # -# https://github.com/livibetter/pipes.sh +# https://github.com/pipeseroni/pipes.sh VERSION=1.0.0