mirror of
https://github.com/ihabunek/toot
synced 2024-12-21 14:36:47 +01:00
Update references to new documentation
This commit is contained in:
parent
32d65a1615
commit
e77c40e27c
@ -137,7 +137,7 @@ Changelog
|
||||
* **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).
|
||||
option](https://toot.bezdomni.net/installation.html).
|
||||
|
||||
**0.25.2 (2020-01-23)**
|
||||
|
||||
|
@ -5,7 +5,7 @@ Firstly, thank you for contributing to toot!
|
||||
|
||||
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)
|
||||
used for discussion as well as accepting patches
|
||||
* [toot project on github](https://github.com/ihabunek/toot)
|
||||
|
@ -20,7 +20,7 @@ Resources
|
||||
|
||||
* Homepage: https://github.com/ihabunek/toot
|
||||
* 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:
|
||||
https://lists.sr.ht/~ihabunek/toot-discuss
|
||||
* Informal discussion: #toot IRC channel on `libera.chat <https://libera.chat/>`_
|
||||
|
@ -122,7 +122,7 @@
|
||||
- "Fix datetime parsing on Python 3.5 (#162)"
|
||||
- "TUI: Display status links and open them (#154, thanks @dlax)"
|
||||
- "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:
|
||||
date: 2020-01-23
|
||||
|
@ -137,7 +137,7 @@ Changelog
|
||||
* **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).
|
||||
option](https://toot.bezdomni.net/installation.html).
|
||||
|
||||
**0.25.2 (2020-01-23)**
|
||||
|
||||
|
@ -5,7 +5,7 @@ Firstly, thank you for contributing to toot!
|
||||
|
||||
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)
|
||||
used for discussion as well as accepting patches
|
||||
* [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',
|
||||
url='https://github.com/ihabunek/toot/',
|
||||
project_urls={
|
||||
'Documentation': 'https://toot.readthedocs.io/en/latest/',
|
||||
'Documentation': 'https://toot.bezdomni.net/',
|
||||
'Issue tracker': 'https://github.com/ihabunek/toot/issues/',
|
||||
},
|
||||
keywords='mastodon toot',
|
||||
|
@ -205,7 +205,7 @@ class Help(urwid.Padding):
|
||||
yield urwid.Divider()
|
||||
yield urwid.Text(("bold", "Links"))
|
||||
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/")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user