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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-12-30 11:47:40 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2010-12-30 11:47:40 +0300
commit810cfe0532b117debb37bd7b83910db25963664f (patch)
treeae8de47db0217ad6919fd81a6a7cad3b249b0b05
parent3b155e9350c45d9abbedaca38f44bef569278875 (diff)
One more link to update. Hopefully got them all now!v2.56
-rw-r--r--release/scripts/ui/space_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/space_info.py b/release/scripts/ui/space_info.py
index 0b79063c3e9..fdcfa8c4222 100644
--- a/release/scripts/ui/space_info.py
+++ b/release/scripts/ui/space_info.py
@@ -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()