浏览代码

Update r.in.gdal.html

update link to gdalwarp
Markus Metz 5 年之前
父节点
当前提交
24fb83109b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      raster/r.in.gdal/r.in.gdal.html

+ 1 - 1
raster/r.in.gdal/r.in.gdal.html

@@ -253,7 +253,7 @@ reporting everything known about a dataset if the <b>output</b> parameter is not
 <i>"ERROR: Input map is rotated - cannot import."</i><br>
 In this case the image must be first externally rotated, applying the rotation info stored in 
 the metadata field of the raster image file. For example, the 
-<a href="http://www.gdal.org/gdal_utilities.html">gdalwarp</a>  software can be used 
+<a href="https://gdal.org/programs/gdalwarp.html#gdalwarp">gdalwarp</a>  software can be used 
 to transform the map to North-up (note, there are several gdalwarp parameters to select the
 resampling algorithm):