[GRASS-SVN] r61804 - grass/branches/releasebranch_7_0/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 5 04:55:30 PDT 2014
Author: neteler
Date: 2014-09-05 04:55:30 -0700 (Fri, 05 Sep 2014)
New Revision: 61804
Modified:
grass/branches/releasebranch_7_0/lib/gis/parser_wps.c
Log:
libgis parser_wps: ows:Abstract manual url update
Modified: grass/branches/releasebranch_7_0/lib/gis/parser_wps.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/gis/parser_wps.c 2014-09-05 11:52:19 UTC (rev 61803)
+++ grass/branches/releasebranch_7_0/lib/gis/parser_wps.c 2014-09-05 11:55:30 UTC (rev 61804)
@@ -578,7 +578,7 @@
if(abstract)
{
fprintf(stdout,"\t\t<ows:Abstract>");
- fprintf(stdout, "http://grass.osgeo.org/grass70/manuals/html70_user/%s.html", identifier);
+ fprintf(stdout, "http://grass.osgeo.org/grass70/manuals/%s.html", identifier);
fprintf(stdout, "</ows:Abstract>\n");
}
More information about the grass-commit
mailing list