One more link to update. Hopefully got them all now!

This commit is contained in:
Nathan Letwory 2010-12-30 08:47:40 +00:00
parent 3b155e9350
commit 810cfe0532
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ class INFO_MT_help(bpy.types.Menu):
layout = self.layout
layout.operator("wm.url_open", text="Manual", icon='HELP').url = 'http://wiki.blender.org/index.php/Doc:Manual'
layout.operator("wm.url_open", text="Release Log", icon='URL').url = 'http://www.blender.org/development/release-logs/blender-254-beta/'
layout.operator("wm.url_open", text="Release Log", icon='URL').url = 'http://www.blender.org/development/release-logs/blender-256-beta/'
layout.separator()