[Bf-extensions-cvs] [a8515cfd] master: use new manual url

Aaron Carlisle noreply at git.blender.org
Tue Jan 24 01:20:57 CET 2017


Commit: a8515cfdfe9a98127b592f36fcbe51b7e23b969a
Author: Aaron Carlisle
Date:   Mon Jan 23 19:18:59 2017 -0500
Branches: master
https://developer.blender.org/rBACa8515cfdfe9a98127b592f36fcbe51b7e23b969a

use new manual url

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

M	ui_splash_tips/__init__.py

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

diff --git a/ui_splash_tips/__init__.py b/ui_splash_tips/__init__.py
index 7a3a2bfd..be379bcc 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://www.blender.org/manual"
+    url_prefix = "https://docs.blender.org/manual/en/dev/"
 
     layout = self.layout
     tip, url = find_random_tip()



More information about the Bf-extensions-cvs mailing list