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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2019-07-05 01:24:44 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2019-07-05 01:31:36 +0300
commit686f1f149ef0c0cd66480ff52b8db8f72772d12d (patch)
treed44e57e4775acf7f946fa1b615372aabefe66194 /space_view3d_stored_views
parenta6018107b1a4dad3dd1820b2c898f8e4808e64e2 (diff)
Use latest/version number for manual links
We want users to go to the current version for their current version when possible if not point to latest. /dev should really only be for development related work. End users should not be browsing /dev unless they are reading about upcoming features ahead of time.
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