From a9ec496e3d7952e951306e6364576f5d1dcd8f2b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 20 Oct 2020 13:16:19 +1100 Subject: [PATCH] Cleanup: remove duplicate URL --- magic_uv/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/magic_uv/__init__.py b/magic_uv/__init__.py index fda951bd..0df3d49f 100644 --- a/magic_uv/__init__.py +++ b/magic_uv/__init__.py @@ -35,8 +35,6 @@ bl_info = { "description": "UV Toolset. See Add-ons Preferences for details", "warning": "", "support": "COMMUNITY", - "doc_url": "https://docs.blender.org/manual/en/dev/addons/" - "uv/magic_uv.html", "doc_url": "{BLENDER_MANUAL_URL}/addons/uv/magic_uv.html", "tracker_url": "https://github.com/nutti/Magic-UV", "category": "UV", -- 2.11.4.GIT