Bug report #1243
plugin_builder.py generates README with broken URL to API reference
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | C++ Plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | OS X | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 11303 |
Description
The plugin_builder.py generates README file with incorrect URL to QGIS API reference:
You really need to read the QGIS API Documentation now at: http://svn.qgis.org/api_doc/html/ In particular look at the following classes: QGisInterface : http://svn.qgis.org/api_doc/html/classQgisInterface.html [[QgsMapCanvas]] : http://svn.qgis.org/api_doc/html/classQgsMapCanvas.html [[QgsMapTool]] : http://svn.qgis.org/api_doc/html/classQgsMapTool.html [[QgsPlugin]] : http://svn.qgis.org/api_doc/html/classQgisPlugin.html
As the QGIS website points, API reference is available at http://doc.qgis.org/
History
#1 Updated by Martin Dobias about 16 years ago
- Resolution set to fixed
- Status changed from Open to Closed
fixed in 47e1592d (SVN r9685).
#2 Updated by Anonymous over 15 years ago
Milestone Version 1.0.0 deleted