Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'curve_tools/cad.py')
-rw-r--r--curve_tools/cad.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/curve_tools/cad.py b/curve_tools/cad.py
index 8e62e295..3d3f87bd 100644
--- a/curve_tools/cad.py
+++ b/curve_tools/cad.py
@@ -22,7 +22,7 @@ bl_info = {
'version': (1, 0, 0),
'blender': (2, 80, 0),
'category': 'Curve',
- 'wiki_url': 'https://github.com/Lichtso/curve_cad',
+ 'doc_url': 'https://github.com/Lichtso/curve_cad',
'tracker_url': 'https://github.com/lichtso/curve_cad/issues'
}