diff --git a/Plugin-migration-to-QGIS-3.md b/Plugin-migration-to-QGIS-3.md index 3d09780..df41a36 100644 --- a/Plugin-migration-to-QGIS-3.md +++ b/Plugin-migration-to-QGIS-3.md @@ -31,4 +31,5 @@ You can find Python API documentation at http://python.qgis.org/api/ (work in pr You can use IDEs (PyCharm or Eclipse) to step through your code. Alternatively, you can install First Aid plugin and use it within QGIS. More info can be found here: https://www.lutraconsulting.co.uk/blog/2016/06/12/introducing-first-aid-plugin/ ## More info -* https://gisforthought.com/updating-a-plugin-from-qgis-2-to-qgis-3/ \ No newline at end of file +* https://gisforthought.com/updating-a-plugin-from-qgis-2-to-qgis-3/ +* https://github.com/gc-i/wntOS/wiki/QGIS3Port \ No newline at end of file