Skip to content

Commit 1b3e154

Browse files
committed
Updated documentation location
1 parent 3d48a66 commit 1b3e154

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PythonQwt: Qt plotting widgets for Python
22

3-
<img src="https://github.com/PierreRaybaut/PythonQwt/blob/master/doc/images/panorama.png?raw=true">
3+
<img src="http://pythonhosted.org/PythonQwt/_images/panorama.png">
44

55
The `PythonQwt` project was initiated to solve -at least temporarily- the
66
obsolescence issue of `PyQwt` (the Python-Qwt C++ bindings library) which is
@@ -11,7 +11,7 @@ based on NumPy and other libraries.
1111
The `PythonQwt` package consists of a single Python package named `qwt` and
1212
of a few other files (examples, doc, ...).
1313

14-
See [documentation](https://pythonqwt.readthedocs.io/en/latest/) for more details on
14+
See [documentation](http://pythonhosted.org/PythonQwt/) for more details on
1515
the library and [changelog](CHANGELOG.md) for recent history of changes.
1616

1717
## Copyrights
@@ -54,7 +54,7 @@ Only the following plot items are currently implemented in `qwt` (the only
5454
plot items needed by `guiqwt`): `QwtPlotItem` (base class), `QwtPlotItem`,
5555
`QwtPlotMarker`, `QwtPlotSeriesItem` and `QwtPlotCurve`.
5656

57-
See "Overview" section in [documentation](https://pythonqwt.readthedocs.io/en/latest/)
57+
See "Overview" section in [documentation](http://pythonhosted.org/PythonQwt/)
5858
for more details on API limitations when comparing to Qwt.
5959

6060
## Dependencies

0 commit comments

Comments
 (0)