diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 1003bf696e00902370e56f0841c71defb4b81400..3c158e4de71189e9e2b2da2e6f9052db0a4866f1 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -20,7 +20,7 @@ bl_info = {
     'location': 'File > Import-Export',
     'description': 'Import-Export as glTF 2.0',
     'warning': '',
-    'wiki_url': "https://docs.blender.org/manual/en/dev/addons/io_gltf2.html",
+    'wiki_url': "https://docs.blender.org/manual/en/latest/addons/io_gltf2.html",
     'tracker_url': "https://github.com/KhronosGroup/glTF-Blender-IO/issues/",
     'support': 'OFFICIAL',
     'category': 'Import-Export',
@@ -595,4 +595,3 @@ def unregister():
     # remove from the export / import menu
     bpy.types.TOPBAR_MT_file_export.remove(menu_func_export)
     bpy.types.TOPBAR_MT_file_import.remove(menu_func_import)
-
diff --git a/space_view3d_stored_views/__init__.py b/space_view3d_stored_views/__init__.py
index 9dce505fbd0b006be94b31b6dfc9c90a7d4ff055..9e475a9c45e7bfcadfa53d010d79eb7126b6c3d2 100644
--- a/space_view3d_stored_views/__init__.py
+++ b/space_view3d_stored_views/__init__.py
@@ -43,7 +43,7 @@ NOTE: logging setup has to be provided by the user in a separate config file
     as Blender will not try to configure logging by default in an add-on
     The Config File should be in the Blender Config folder > /scripts/startup/config_logging.py
     For setting up /location of the config folder see:
-    https://docs.blender.org/manual/en/dev/getting_started/
+    https://docs.blender.org/manual/en/latest/getting_started/
     installing/configuration/directories.html
     For configuring logging itself in the file, general Python documentation should work
     As the logging calls are not configured, they can be kept in the other modules of this add-on
diff --git a/space_view3d_stored_views/stored_views_test.py b/space_view3d_stored_views/stored_views_test.py
index fa4866f06a6b7f04db8d7ed06b8c9033f73a48d5..c31639ad537e62ef051fb0cee90bcdfc287caa2b 100644
--- a/space_view3d_stored_views/stored_views_test.py
+++ b/space_view3d_stored_views/stored_views_test.py
@@ -43,7 +43,7 @@ NOTE: logging setup has to be provided by the user in a separate config file
     as Blender will not try to configure logging by default in an add-on
     The Config File should be in the Blender Config folder > /scripts/startup/config_logging.py
     For setting up /location of the config folder see:
-    https://docs.blender.org/manual/en/dev/getting_started/
+    https://docs.blender.org/manual/en/latest/getting_started/
     installing/configuration/directories.html
     For configuring logging itself in the file, general Python documentation should work
     As the logging calls are not configured, they can be kept in the other modules of this add-on