From 1bb4d722c6fd7f048babc74a57c80e47aedc5718 Mon Sep 17 00:00:00 2001 From: Cosmin P Date: Fri, 4 Mar 2022 11:38:28 +0000 Subject: [PATCH] doc url updated --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 1d39527..893e30e 100644 --- a/__init__.py +++ b/__init__.py @@ -5,7 +5,7 @@ bl_info = { "version": (0, 3, 2), "blender": (2, 82, 0), "location": "View3D > User Panel", - "doc_url": "https://gitlab.com/autour-de-minuit/blender/custom_shelf/README.md" + "doc_url": "https://gitlab.com/autour-de-minuit/blender/custom_shelf/-/blob/main/README.md" "tracker_url": "https://gitlab.com/autour-de-minuit/blender/custom_shelf/-/issues", "support": "COMMUNITY", "category": "User"}