Skip to content

Commit 8ace9e2

Browse files
committed
Update links to the new website
1 parent f426e24 commit 8ace9e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_templates/links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div>
22
<h3>Some useful links</h3>
33
<ul>
4-
<li><a href="http://botogram.pietroalbini.io">
4+
<li><a href="http://botogram.pietroalbini.org">
55
Micro website
66
</a></li>
77
<li><a href="https://pypi.python.org/pypi/botogram">

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def hello_command(chat, message, args):
2929
Want to get started? `Go to the documentation`_
3030
3131
.. _Telegram bots: https://core.telegram.org/bots
32-
.. _Go to the documentation: https://botogram.pietroalbini.io/docs
32+
.. _Go to the documentation: https://botogram.pietroalbini.org/docs
3333
'''
3434

3535
import setuptools
@@ -38,7 +38,7 @@ def hello_command(chat, message, args):
3838
setuptools.setup(
3939
name = "botogram",
4040
version = "0.4.dev0",
41-
url = "https://botogram.pietroalbini.io",
41+
url = "https://botogram.pietroalbini.org",
4242

4343
license = "MIT",
4444

0 commit comments

Comments
 (0)