Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'space_view3d_stored_views')
-rw-r--r--space_view3d_stored_views/__init__.py2
-rw-r--r--space_view3d_stored_views/stored_views_test.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/space_view3d_stored_views/__init__.py b/space_view3d_stored_views/__init__.py
index 9dce505f..9e475a9c 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 fa4866f0..c31639ad 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