Skip to content

Commit a915e63

Browse files
author
jef
committed
api documentation on qgis.org
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14312 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8b72bfc commit a915e63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/plugins/plugin_template/README.whatnext

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Documentation:
99

1010
You really need to read the QGIS API Documentation now at:
1111

12-
http://doc.qgis.org/
12+
http://qgis.org/api/
1313

1414
In particular look at the following classes:
1515

16-
QGisInterface : http://doc.qgis.org/classQgisInterface.html
17-
QgsMapCanvas : http://doc.qgis.org/classQgsMapCanvas.html
18-
QgsMapTool : http://doc.qgis.org/classQgsMapTool.html
19-
QgisPlugin : http://doc.qgis.org/classQgisPlugin.html
16+
QGisInterface : http://qgis.org/api/classQgisInterface.html
17+
QgsMapCanvas : http://qgis.org/api/classQgsMapCanvas.html
18+
QgsMapTool : http://qgis.org/api/classQgsMapTool.html
19+
QgisPlugin : http://qgis.org/api/classQgisPlugin.html
2020

2121
QGisInterface is an abstract base class (ABC) that specifies what publicly
2222
available features of QGIS are exposed to third party code and plugins. An

0 commit comments

Comments
 (0)