diff --git a/src/general/g.proj.all/g.proj.all.html b/src/general/g.proj.all/g.proj.all.html
index 084eb103c1..a4f8e3056e 100644
--- a/src/general/g.proj.all/g.proj.all.html
+++ b/src/general/g.proj.all/g.proj.all.html
@@ -24,5 +24,5 @@
SEE ALSO
AUTHORS
-Anna Petrasova, NCSU OSGeoREL,
-Vaclav Petras, NCSU OSGeoREL
+Anna Petrasova, NCSU GeoForAll Lab,
+Vaclav Petras, NCSU GeoForAll Lab
diff --git a/src/gui/wxpython/wx.metadata/g.gui.cswbrowser/g.gui.cswbrowser.html b/src/gui/wxpython/wx.metadata/g.gui.cswbrowser/g.gui.cswbrowser.html
index 5d4c822366..1239e4edf8 100644
--- a/src/gui/wxpython/wx.metadata/g.gui.cswbrowser/g.gui.cswbrowser.html
+++ b/src/gui/wxpython/wx.metadata/g.gui.cswbrowser/g.gui.cswbrowser.html
@@ -86,4 +86,4 @@ AUTHORS
Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
during Google
- Summer of Code 2015 (mentors: Martin Landa)
+ Summer of Code 2015 (mentor: Martin Landa)
diff --git a/src/imagery/i.landsat8.swlst/helpers.py b/src/imagery/i.landsat8.swlst/helpers.py
index 5c6f8a0aaf..10d5849d47 100644
--- a/src/imagery/i.landsat8.swlst/helpers.py
+++ b/src/imagery/i.landsat8.swlst/helpers.py
@@ -98,7 +98,7 @@ def mask_clouds(qa_band, qa_pixel):
(BQA.) Source: "
diff --git a/src/imagery/i.landsat8.swlst/i.landsat8.swlst.html b/src/imagery/i.landsat8.swlst/i.landsat8.swlst.html
index a7d78d4e94..8c586e044c 100644
--- a/src/imagery/i.landsat8.swlst/i.landsat8.swlst.html
+++ b/src/imagery/i.landsat8.swlst/i.landsat8.swlst.html
@@ -244,7 +244,7 @@
TODO
-- Go through Submitting Python
+- Go through Submitting Python
- Proper command history tracking.
- Deduplicate code where applicable
- Test compiling in other systems
diff --git a/src/raster/r.connectivity/r.connectivity.distance/r.connectivity.distance.py b/src/raster/r.connectivity/r.connectivity.distance/r.connectivity.distance.py
index 5c0dd2d48c..42486f3e13 100755
--- a/src/raster/r.connectivity/r.connectivity.distance/r.connectivity.distance.py
+++ b/src/raster/r.connectivity/r.connectivity.distance/r.connectivity.distance.py
@@ -406,7 +406,7 @@ def main():
# cost_ewres = reg['ewres']
# Rasterize patches
- # https://web.archive.org/web/20180707051311/http://gdal.org/gdal_tutorial.html
+ # https://gdal.org/en/latest/tutorials/index.html
# https://web.archive.org/web/20181001042636/http://geoinformaticstutorial.blogspot.com:80/2012/11/convert-shapefile-to-raster-with-gdal.html
if t_flag:
# Rasterize patches with "all-touched" mode using GDAL