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:
authormeta-androcto <meta.androcto1@gmail.com>2017-06-04 10:35:37 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-06-04 10:35:37 +0300
commit6feeb4de6d939c17d931f2763043ea9224154949 (patch)
tree763cabac82267a753cc9737f6bcad0efe1b262a4
parent59ab12822a767684c032c14d9ceb72362c072514 (diff)
KinorawToolsAddon: Wiki page fix
-rw-r--r--kinoraw_tools/__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/kinoraw_tools/__init__.py b/kinoraw_tools/__init__.py
index 58bcccac..b55dd464 100644
--- a/kinoraw_tools/__init__.py
+++ b/kinoraw_tools/__init__.py
@@ -23,9 +23,7 @@ bl_info = {
"blender": (2, 74, 0),
"location": "Sequencer",
"description": "compilation of tools to improve video editing with blender's VSE",
- "wiki_url": "https://github.com/kinoraw/kinoraw_tools/blob/master/README.md",
- "tracker_url": "https://github.com/kinoraw/kinoraw_tools",
- "support": "COMMUNITY",
+ "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Sequencer/Kinoraw_Tools",
"category": "Sequencer"
}