From bfab29085ca84ad74125aa18a26a0025a1e09ace Mon Sep 17 00:00:00 2001
From: lijenstina <lijenstina@gmail.com>
Date: Tue, 13 Feb 2018 19:12:44 +0100
Subject: [PATCH] Network Renderer: redirecting Documentation wiki link

Bump version to 1.8.1

As mentioned in T54062:
Since the previous link was pointing out to the old Wiki Manual,
created the appriate page on the Add-ons wiki.

No other functional changes
---
 netrender/__init__.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/netrender/__init__.py b/netrender/__init__.py
index 4186f8b94..aae33c113 100644
--- a/netrender/__init__.py
+++ b/netrender/__init__.py
@@ -21,13 +21,13 @@
 bl_info = {
     "name": "Network Renderer",
     "author": "Martin Poirier",
-    "version": (1, 8),
+    "version": (1, 8, 1),
     "blender": (2, 60, 0),
     "location": "Render > Engine > Network Render",
     "description": "Distributed rendering for Blender",
     "warning": "Stable but still work in progress",
-    "wiki_url": "http://wiki.blender.org/index.php/Doc:2.5/Manual/"
-                "Render/Engines/Netrender",
+    "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
+                "Scripts/Render/Net_render",
     "category": "Render",
 }
 
-- 
GitLab