From 75f5b359b62f7814248dbc9566e142eea22c8cd6 Mon Sep 17 00:00:00 2001
From: Brendon Murphy <meta.androcto1@gmail.com>
Date: Sat, 3 Apr 2010 15:16:41 +0000
Subject: [PATCH] updated wiki link

---
 space_view3d_dynamic_menu.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/space_view3d_dynamic_menu.py b/space_view3d_dynamic_menu.py
index 8b495279a..877f55124 100644
--- a/space_view3d_dynamic_menu.py
+++ b/space_view3d_dynamic_menu.py
@@ -29,7 +29,8 @@ bl_addon_info = {
     'blender': (2, 5, 3),
     'location': 'View3D > Mouse > Menu ',
     'description': 'Dynamic Menu Object/Edit mode in the 3D View',
-    'url': 'NONE: LINK TO DYNAMIC MENU WIKI LATER',
+    'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+	    'Scripts/3D_interaction/Dynamic_Menu',
     'category': '3D View'}
 "Add Dynamic Menu (Right click in View3D)"
 
-- 
GitLab