소스 검색

Merge pull request #71 from tmassimi/patch-1

wrong link for pyqt4 example
Thomas Kluyver 8 년 전
부모
커밋
500857c5cb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/examples.rst

+ 1 - 1
doc/examples.rst

@@ -9,7 +9,7 @@ with different frameworks:
 
 - `A console application <https://github.com/takluyver/pynsist/tree/master/examples/console>`_
 - `A tkinter application <https://github.com/takluyver/pynsist/tree/master/examples/tkinter>`_
-- `A PyQt4 application <https://github.com/takluyver/pynsist/tree/master/examples/pyqt>`_
+- `A PyQt4 application <https://github.com/takluyver/pynsist/tree/master/examples/pyqt4>`_
 - `A PyGTK application <https://github.com/takluyver/pynsist/tree/master/examples/pygtk>`_
 - `A PyGTK application including Numpy and Matplotlib (32 bit, Python 2.7) <https://github.com/takluyver/pynsist/tree/master/examples/pygtk_mpl_numpy>`_
 - `A PyGI (or PyGObject) application including Numpy and Matplotlib (64 bit, Python 3.4) <https://github.com/takluyver/pynsist/tree/master/examples/pygi_mpl_numpy>`_