Skip to content

Commit 379cb98

Browse files
committed
Replace botogram.pietroalbini.io with botogram.pietroalbini.org
Some parts of the docs website and the readme were using the old pietroalbini.io domain
1 parent d3af0da commit 379cb98

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if __name__ == "__main__":
2323
bot.run()
2424
```
2525

26-
You can find the documentation at [botogram.pietroalbini.io][2]. Also, you can
26+
You can find the documentation at [botogram.pietroalbini.org][2]. Also, you can
2727
get all the news about botogram in its [Telegram channel][channel].
2828

2929
> Please note botogram currently doesn't support some of the upstream API
@@ -51,6 +51,6 @@ On some Linux systems you might need to wrap the ``invoke install`` command with
5151
``sudo``, if you don't have root privileges.
5252

5353
[1]: https://core.telegram.org/bots
54-
[2]: https://botogram.pietroalbini.io/docs
54+
[2]: https://botogram.pietroalbini.org/docs
5555
[3]: http://www.pyinvoke.org
5656
[channel]: https://telegram.me/botogram_framework

website/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2>Python framework for Telegram bots</h2>
4343
<li><a href="https://github.com/pietroalbini/botogram">
4444
Source code
4545
</a></li>
46-
<li><a href="https://botogram.pietroalbini.io/docs">
46+
<li><a href="https://botogram.pietroalbini.org/docs">
4747
Documentation
4848
</a></li>
4949
<li><a href="https://telegram.me/botogram_framework">
@@ -73,14 +73,14 @@ <h2>Python framework for Telegram bots</h2>
7373
<footer>
7474
<ul>
7575
<li>Copyright &copy; 2015-2016
76-
<a href="https://pietroalbini.io">Pietro Albini</a>
76+
<a href="https://pietroalbini.org">Pietro Albini</a>
7777
</li>
7878
<li>botogram is released under the MIT license.</li>
7979
</ul>
8080
</footer>
8181

82-
<link rel="stylesheet" href="https://assets.pietroalbini.io/fonts/bitter/include.min.css">
83-
<link rel="stylesheet" href="https://assets.pietroalbini.io/fonts/dejavu-sans/include.min.css">
84-
<link rel="stylesheet" href="https://assets.pietroalbini.io/fonts/hack/include.min.css">
82+
<link rel="stylesheet" href="https://assets.pietroalbini.org/fonts/bitter/include.min.css">
83+
<link rel="stylesheet" href="https://assets.pietroalbini.org/fonts/dejavu-sans/include.min.css">
84+
<link rel="stylesheet" href="https://assets.pietroalbini.org/fonts/hack/include.min.css">
8585
</body>
8686
</html>

0 commit comments

Comments
 (0)