Update references to new documentation
This commit is contained in:
parent
32d65a1615
commit
e77c40e27c
8 changed files with 8 additions and 8 deletions
|
@ -137,7 +137,7 @@ Changelog
|
||||||
* **IMPORTANT:** Starting from this release, new releases will not be uploaded
|
* **IMPORTANT:** Starting from this release, new releases will not be uploaded
|
||||||
to the APT package repository at `bezdomni.net`. Please use the official
|
to the APT package repository at `bezdomni.net`. Please use the official
|
||||||
Debian or Ubuntu repos or choose another [installation
|
Debian or Ubuntu repos or choose another [installation
|
||||||
option](https://toot.readthedocs.io/en/latest/install.html).
|
option](https://toot.bezdomni.net/installation.html).
|
||||||
|
|
||||||
**0.25.2 (2020-01-23)**
|
**0.25.2 (2020-01-23)**
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ Firstly, thank you for contributing to toot!
|
||||||
|
|
||||||
Relevant links which will be referenced below:
|
Relevant links which will be referenced below:
|
||||||
|
|
||||||
* [toot documentation](https://toot.readthedocs.io/)
|
* [toot documentation](https://toot.bezdomni.net/)
|
||||||
* [toot-discuss mailing list](https://lists.sr.ht/~ihabunek/toot-discuss)
|
* [toot-discuss mailing list](https://lists.sr.ht/~ihabunek/toot-discuss)
|
||||||
used for discussion as well as accepting patches
|
used for discussion as well as accepting patches
|
||||||
* [toot project on github](https://github.com/ihabunek/toot)
|
* [toot project on github](https://github.com/ihabunek/toot)
|
||||||
|
|
|
@ -20,7 +20,7 @@ Resources
|
||||||
|
|
||||||
* Homepage: https://github.com/ihabunek/toot
|
* Homepage: https://github.com/ihabunek/toot
|
||||||
* Issues: https://github.com/ihabunek/toot/issues
|
* Issues: https://github.com/ihabunek/toot/issues
|
||||||
* Documentation: https://toot.readthedocs.io/en/latest/
|
* Documentation: https://toot.bezdomni.net/
|
||||||
* Mailing list for discussion, support and patches:
|
* Mailing list for discussion, support and patches:
|
||||||
https://lists.sr.ht/~ihabunek/toot-discuss
|
https://lists.sr.ht/~ihabunek/toot-discuss
|
||||||
* Informal discussion: #toot IRC channel on `libera.chat <https://libera.chat/>`_
|
* Informal discussion: #toot IRC channel on `libera.chat <https://libera.chat/>`_
|
||||||
|
|
|
@ -122,7 +122,7 @@
|
||||||
- "Fix datetime parsing on Python 3.5 (#162)"
|
- "Fix datetime parsing on Python 3.5 (#162)"
|
||||||
- "TUI: Display status links and open them (#154, thanks @dlax)"
|
- "TUI: Display status links and open them (#154, thanks @dlax)"
|
||||||
- "TUI: Fix visibility descriptions (#153, thanks @finnoleary)"
|
- "TUI: Fix visibility descriptions (#153, thanks @finnoleary)"
|
||||||
- "**IMPORTANT:** Starting from this release, new releases will not be uploaded to the APT package repository at `bezdomni.net`. Please use the official Debian or Ubuntu repos or choose another [installation option](https://toot.readthedocs.io/en/latest/install.html)."
|
- "**IMPORTANT:** Starting from this release, new releases will not be uploaded to the APT package repository at `bezdomni.net`. Please use the official Debian or Ubuntu repos or choose another [installation option](https://toot.bezdomni.net/installation.html)."
|
||||||
|
|
||||||
0.25.2:
|
0.25.2:
|
||||||
date: 2020-01-23
|
date: 2020-01-23
|
||||||
|
|
|
@ -137,7 +137,7 @@ Changelog
|
||||||
* **IMPORTANT:** Starting from this release, new releases will not be uploaded
|
* **IMPORTANT:** Starting from this release, new releases will not be uploaded
|
||||||
to the APT package repository at `bezdomni.net`. Please use the official
|
to the APT package repository at `bezdomni.net`. Please use the official
|
||||||
Debian or Ubuntu repos or choose another [installation
|
Debian or Ubuntu repos or choose another [installation
|
||||||
option](https://toot.readthedocs.io/en/latest/install.html).
|
option](https://toot.bezdomni.net/installation.html).
|
||||||
|
|
||||||
**0.25.2 (2020-01-23)**
|
**0.25.2 (2020-01-23)**
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ Firstly, thank you for contributing to toot!
|
||||||
|
|
||||||
Relevant links which will be referenced below:
|
Relevant links which will be referenced below:
|
||||||
|
|
||||||
* [toot documentation](https://toot.readthedocs.io/)
|
* [toot documentation](https://toot.bezdomni.net/)
|
||||||
* [toot-discuss mailing list](https://lists.sr.ht/~ihabunek/toot-discuss)
|
* [toot-discuss mailing list](https://lists.sr.ht/~ihabunek/toot-discuss)
|
||||||
used for discussion as well as accepting patches
|
used for discussion as well as accepting patches
|
||||||
* [toot project on github](https://github.com/ihabunek/toot)
|
* [toot project on github](https://github.com/ihabunek/toot)
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ setup(
|
||||||
author_email='ivan@habunek.com',
|
author_email='ivan@habunek.com',
|
||||||
url='https://github.com/ihabunek/toot/',
|
url='https://github.com/ihabunek/toot/',
|
||||||
project_urls={
|
project_urls={
|
||||||
'Documentation': 'https://toot.readthedocs.io/en/latest/',
|
'Documentation': 'https://toot.bezdomni.net/',
|
||||||
'Issue tracker': 'https://github.com/ihabunek/toot/issues/',
|
'Issue tracker': 'https://github.com/ihabunek/toot/issues/',
|
||||||
},
|
},
|
||||||
keywords='mastodon toot',
|
keywords='mastodon toot',
|
||||||
|
|
|
@ -205,7 +205,7 @@ class Help(urwid.Padding):
|
||||||
yield urwid.Divider()
|
yield urwid.Divider()
|
||||||
yield urwid.Text(("bold", "Links"))
|
yield urwid.Text(("bold", "Links"))
|
||||||
yield urwid.Divider()
|
yield urwid.Divider()
|
||||||
yield link("Documentation: ", "https://toot.readthedocs.io/")
|
yield link("Documentation: ", "https://toot.bezdomni.net/")
|
||||||
yield link("Project home: ", "https://github.com/ihabunek/toot/")
|
yield link("Project home: ", "https://github.com/ihabunek/toot/")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue