From 35d9087eb465782eac9aee5bafa2f998da24a82c Mon Sep 17 00:00:00 2001
From: meta-androcto <meta.androcto1@gmail.com>
Date: Sun, 24 Nov 2019 15:31:07 +1100
Subject: [PATCH] lighting addons: manual links

---
 lighting_dynamic_sky.py | 3 ++-
 lighting_tri_lights.py  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/lighting_dynamic_sky.py b/lighting_dynamic_sky.py
index b20c52f96..a61b60e30 100644
--- a/lighting_dynamic_sky.py
+++ b/lighting_dynamic_sky.py
@@ -27,7 +27,8 @@ bl_info = {
     "location": "View3D > Sidebar > Create Tab",
     "description": "Creates Dynamic Sky for Cycles",
     "warning": "",
-    "wiki_url": "http://www.dragoneex.com/downloads/dynamic-skyadd-on",
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "lighting/dynamic_sky.html",
     "category": "Lighting",
     }
 
diff --git a/lighting_tri_lights.py b/lighting_tri_lights.py
index 6712dd3e3..1106d0026 100644
--- a/lighting_tri_lights.py
+++ b/lighting_tri_lights.py
@@ -10,7 +10,8 @@ bl_info = {
     "warning": "",
     "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
     "category": "Lighting",
-    "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
+    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+                "lighting/trilighting.html",
     "Scripts/",
 }
 
-- 
GitLab