Skip to content

Commit

Permalink
Update github links.
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneD committed Apr 6, 2024
1 parent 6c8ca91 commit ae3e13b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you need to build rsync yourself, check out the [INSTALL][1] page for
information on what libraries and packages you can use to get the maximum
features in your build.

[1]: https://github.com/WayneD/rsync/blob/master/INSTALL.md
[1]: https://github.com/RsyncProject/rsync/blob/master/INSTALL.md

SETUP
-----
Expand Down Expand Up @@ -120,7 +120,7 @@ If you want to get the very latest version of rsync direct from the
source code repository, then you will need to use git. The git repo
is hosted [on GitHub][6] and [on Samba's site][7].

[6]: https://github.com/WayneD/rsync
[6]: https://github.com/RsyncProject/rsync
[7]: https://git.samba.org/?p=rsync.git;a=summary

See [the download page][8] for full details on all the ways to grab the
Expand All @@ -140,5 +140,5 @@ Rsync may be used, modified and redistributed only under the terms of
the GNU General Public License, found in the file [COPYING][9] in this
distribution, or at [the Free Software Foundation][10].

[9]: https://github.com/WayneD/rsync/blob/master/COPYING
[9]: https://github.com/RsyncProject/rsync/blob/master/COPYING
[10]: https://www.fsf.org/licenses/gpl.html
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ if test x"$no_lib" != x; then
echo ""
echo "See the INSTALL file for hints on how to install the missing libraries and/or"
echo "how to generate (or fetch) manpages:"
echo " https://github.com/WayneD/rsync/blob/master/INSTALL.md"
echo " https://github.com/RsyncProject/rsync/blob/master/INSTALL.md"
echo ""
echo "To disable one or more features, the relevant configure options are:"
for lib in $no_lib; do
Expand Down
2 changes: 1 addition & 1 deletion rsync.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4818,7 +4818,7 @@ An rsync web site is available at <https://rsync.samba.org/>. The site
includes an FAQ-O-Matic which may cover questions unanswered by this manual
page.
The rsync github project is <https://github.com/WayneD/rsync>.
The rsync github project is <https://github.com/RsyncProject/rsync>.
We would be delighted to hear from you if you like this program. Please
contact the mailing-list at <[email protected]>.
Expand Down
2 changes: 1 addition & 1 deletion rsyncd.conf.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ Rsync is distributed under the GNU General Public License. See the file
[COPYING](COPYING) for details.
An rsync web site is available at <https://rsync.samba.org/> and its github
project is <https://github.com/WayneD/rsync>.
project is <https://github.com/RsyncProject/rsync>.
## THANKS
Expand Down
2 changes: 1 addition & 1 deletion support/rrsync.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ rsync is distributed under the GNU General Public License. See the file
[COPYING](COPYING) for details.
An rsync web site is available at <https://rsync.samba.org/> and its github
project is <https://github.com/WayneD/rsync>.
project is <https://github.com/RsyncProject/rsync>.
## AUTHOR
Expand Down

0 comments on commit ae3e13b

Please sign in to comment.