Skip to content

Commit 3b891b6

Browse files
committed
Fix broken links to fredrikaverpil.github.io
1 parent 4a9abae commit 3b891b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Qt.py enables you to write software that runs on any of the 4 supported bindings
3232

3333
##### Guides
3434

35-
- [Developing with Qt.py](https://fredrikaverpil.github.io/posts/2016-07-25-developing-with-qt-py/)
36-
- [Dealing with Maya 2017 and PySide2](https://fredrikaverpil.github.io/posts/2016-07-25-dealing-with-maya-2017-and-pyside2/)
37-
- [Vendoring Qt.py](https://fredrikaverpil.github.io/posts/2017-05-04-vendoring-qt-py/)
35+
- [Developing with Qt.py](https://fredrikaverpil.github.io/blog/2016/07/25/developing-with-qtpy/)
36+
- [Dealing with Maya 2017 and PySide2](https://fredrikaverpil.github.io/blog/2016/07/25/dealing-with-maya-2017-and-pyside2/)
37+
- [Vendoring Qt.py](https://fredrikaverpil.github.io/blog/2017/05/04/vendoring-qtpy/)
3838
- [Udemy Course](https://www.udemy.com/python-for-maya/learn/v4/t/lecture/6027394)
3939
- [PythonBytes #77](https://pythonbytes.fm/episodes/show/77/you-don-t-have-to-be-a-workaholic-to-win) (Starts at 5:00)
4040

@@ -98,7 +98,7 @@ $ conda install qt.py
9898
```
9999

100100
- Pro tip: **Never use the latest commit for production**. Instead, use [the latest release](https://github.com/mottosso/Qt.py/releases). That way, when you read bug reports or make one for yourself you will be able to match a version with the problem without which you will not know which fixes apply to you nor would we be able to help you. Installing via pip or conda as above ensures you are provided the latest *stable* release. Unstable releases are suffixed with a `.b`, e.g. `1.1.0.b3`.
101-
- Pro tip: Supports [vendoring](https://fredrikaverpil.github.io/2017/05/04/vendoring-qt-py/)
101+
- Pro tip: Supports [vendoring](https://fredrikaverpil.github.io/blog/2017/05/04/vendoring-qtpy/)
102102

103103
<br>
104104
<br>

0 commit comments

Comments
 (0)