diff --git a/README.md b/README.md index f2a93bc..be9e4cd 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,4 @@ And finally: UDPT was developed by [Naim A.](http://www.github.com/naim94a) at for fun at his free time. The development started on November 20th, 2012. -If you find the project useful, please consider a donation to the following bitcoin address: 1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3. +If you find the project useful, please consider a donation to the following bitcoin address: 1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3. diff --git a/docs/conf.py b/docs/conf.py index 5439748..6e5ac76 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ html_show_sourcelink = False # documentation. # html_theme_options = { - 'canonical_url': 'https://naim94a.github.io/udpt', + 'canonical_url': 'https://naim94a.github.io/udpt/', } # Add any paths that contain custom static files (such as style sheets) here, diff --git a/docs/index.rst b/docs/index.rst index 0e4440d..8a4feee 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,7 +14,7 @@ UDPT udpt.conf restapi.rst -UDPT is a lightweight UDP torrent tracker written in C++, it implements BEP15_ of the BitTorrent protocol. +UDPT_ is a lightweight UDP torrent tracker written in C++, it implements BEP15_ of the BitTorrent protocol. This project was developed with simplicity and security in mind. Unlike most tracker, UDPT will save you bandwidth from all that TCP overhead. @@ -44,14 +44,15 @@ Feel free to submit `issues `_, `PRs `_ .. image:: _static/bitcoin-qr.png - :alt: bitcoin:1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3 + :alt: bitcoin://1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3 -`bitcoin:1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3 `_ +`bitcoin:1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3 `_ Author ------ UDPT's development started November 20th, 2012 by Naim A. (`@naim94a`_). +.. _UDPT: https://github.com/naim94a/udpt .. _BEP15: http://www.bittorrent.org/beps/bep_0015.html .. _GPLv3: https://www.gnu.org/licenses/gpl-3.0.en.html .. _BOOST LICENSE: http://www.boost.org/LICENSE_1_0.txt