[Bf-extensions-cvs] [bca1870f] master: Use latest/version number for manual links

Aaron Carlisle noreply at git.blender.org
Fri Jul 5 00:32:46 CEST 2019


Commit: bca1870fcb0a9620580a75f999bdea4aed28ab40
Author: Aaron Carlisle
Date:   Thu Jul 4 18:26:34 2019 -0400
Branches: master
https://developer.blender.org/rBACbca1870fcb0a9620580a75f999bdea4aed28ab40

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.

===================================================================

M	ui_splash_tips/__init__.py

===================================================================

diff --git a/ui_splash_tips/__init__.py b/ui_splash_tips/__init__.py
index 68feff1c..bc3d9ef9 100644
--- a/ui_splash_tips/__init__.py
+++ b/ui_splash_tips/__init__.py
@@ -80,7 +80,7 @@ def find_random_tip():
 
 
 def menu_func(self, context):
-    url_prefix = "https://docs.blender.org/manual/en/dev/"
+    url_prefix = "https://docs.blender.org/manual/en/latest/"
 
     layout = self.layout
     tip, url = find_random_tip()



More information about the Bf-extensions-cvs mailing list