Replace sourceforge references with aria2.github.io

This commit is contained in:
Tatsuhiro Tsujikawa 2015-12-27 18:03:57 +09:00
parent 22e18e5983
commit eaaf33d9aa
8 changed files with 31 additions and 37 deletions

View file

@ -1,7 +1,7 @@
aria2 - The ultra fast download utility
=======================================
:Author: Tatsuhiro Tsujikawa
:Email: t-tujikawa_at_users_dot_sourceforge_dot_net
:Email: tatsuhiro.t_at_gmail_dot_com
Disclaimer
----------
@ -20,12 +20,12 @@ downloaded from HTTP(S)/FTP/SFTP is uploaded to the BitTorrent
swarm. Using Metalink's chunk checksums, aria2 automatically validates
chunks of data while downloading a file like BitTorrent.
The project page is located at http://aria2.sourceforge.net/.
The project page is located at https://aria2.github.io/.
See `aria2 Online Manual
<http://aria2.sourceforge.net/manual/en/html/>`_ (`Russian translation
<http://aria2.sourceforge.net/manual/ru/html/>`_, `Portuguese
translation <http://aria2.sourceforge.net/manual/pt/html/>`_) to learn
<https://aria2.github.io/manual/en/html/>`_ (`Russian translation
<https://aria2.github.io/manual/ru/html/>`_, `Portuguese
translation <https://aria2.github.io/manual/pt/html/>`_) to learn
how to use aria2.
Features
@ -400,10 +400,10 @@ Building documentation
documentation. aria2 man pages will be build when you run ``make`` if
they are not up-to-date. You can also build HTML version of aria2 man
page by ``make html``. The HTML version manual is also available at
`online <http://aria2.sourceforge.net/manual/en/html/>`_ (`Russian
translation <http://aria2.sourceforge.net/manual/ru/html/>`_,
`online <https://aria2.github.io/manual/en/html/>`_ (`Russian
translation <https://aria2.github.io/manual/ru/html/>`_,
`Portuguese translation
<http://aria2.sourceforge.net/manual/pt/html/>`_).
<https://aria2.github.io/manual/pt/html/>`_).
BitTorrent
-----------
@ -539,9 +539,8 @@ documentation to know how to use API.
References
----------
* `aria2 Online Manual <http://aria2.sourceforge.net/manual/en/html/>`_
* http://aria2.sourceforge.net/
* https://github.com/tatsuhiro-t/aria2
* `aria2 Online Manual <https://aria2.github.io/manual/en/html/>`_
* https://aria2.github.io/
* `RFC 959 FILE TRANSFER PROTOCOL (FTP) <http://tools.ietf.org/html/rfc959>`_
* `RFC 1738 Uniform Resource Locators (URL) <http://tools.ietf.org/html/rfc1738>`_
* `RFC 2428 FTP Extensions for IPv6 and NATs <http://tools.ietf.org/html/rfc2428>`_