Skip to content

Commit 1cc90df

Browse files
committedNov 6, 2013
fixing the api url's for the template
1 parent 021c7e6 commit 1cc90df

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
 

‎src/plugins/plugin_template/plugingui.cpp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
// Note: Format does not relate to translation.
2929
QString format( "<html><body><h3>%1</h3>%2<h3>%3</h3>%4<p><a href=http://svn.qgis.org/api_doc/html>"
30-
"http://svn.qgis.org/api_doc/html</a><p>"
30+
"http://qgis.org/api</a><p>"
3131
"%5<p>%6<p>%7<p>%8<p><h3>%9</h3>"
3232
"<h4>CMakeLists.txt</h4>%11"
3333
"<h4>[pluginlcasename].h, [pluginlcasename].cpp</h4>%12"
@@ -37,18 +37,18 @@
3737
"<h4>[pluginlcasename].png</h4>%16"
3838
"<h4>README</h4>%17"
3939
"<h3>%18</h3>%19<ul>%20</ul>%21<p>%22"
40-
"<p><b>The QGIS Team<br>2007</b>"
40+
"<p><b>The QGIS Team</b>"
4141
"</body></html>" );
4242

4343
// Note: Table does not translate
44-
QString table( "<table><tr><td>QGisInterface<td><a href=http://svn.qgis.org/api_doc/html/classQgisInterface.html>"
45-
"http://svn.qgis.org/api_doc/html/classQgisInterface.htm</a>"
46-
"<tr><td>QgsMapCanvas<td><a href=http://svn.qgis.org/api_doc/html/classQgsMapCanvas.html>"
47-
"http://svn.qgis.org/api_doc/html/classQgsMapCanvas.html</a>"
48-
"<tr><td>QgsMapTool<td><a href=http://svn.qgis.org/api_doc/html/classQgsMapTool.html>"
49-
"http://svn.qgis.org/api_doc/html/classQgsMapTool.html</a>"
50-
"<tr><td>QgsPlugin<td><a href=http://svn.qgis.org/api_doc/html/classQgisPlugin.html>"
51-
"http://svn.qgis.org/api_doc/html/classQgisPlugin.html</a></table>" );
44+
QString table( "<table><tr><td>QGisInterface<td><a href=http://qgis.org/api/classQgisInterface.html>"
45+
"http://qgis.org/api/classQgisInterface.html</a>"
46+
"<tr><td>QgsMapCanvas<td><a href=http://qgis.org/api/classQgsMapCanvas.html>"
47+
"http://qgis.org/api/classQgsMapCanvas.html</a>"
48+
"<tr><td>QgsMapTool<td><a href=http://qgis.org/api/classQgsMapTool.html>"
49+
"http://qgis.org/api/classQgsMapTool.html</a>"
50+
"<tr><td>QgsPlugin<td><a href=http://qgis.org/api/classQgisPlugin.html>"
51+
"http://qgis.org/api/classQgisPlugin.html</a></table>" );
5252

5353
// Note: Translatable strings below
5454
QString text = format

0 commit comments

Comments
 (0)
Please sign in to comment.