diff --git a/release/scripts/startup/bl_ui/space_info.py b/release/scripts/startup/bl_ui/space_info.py index 544bba17a73..52592594748 100644 --- a/release/scripts/startup/bl_ui/space_info.py +++ b/release/scripts/startup/bl_ui/space_info.py @@ -239,12 +239,12 @@ class INFO_MT_help(Menu): layout = self.layout layout.operator("wm.url_open", text="Manual", icon='HELP').url = "http://wiki.blender.org/index.php/Doc:2.6/Manual" - layout.operator("wm.url_open", text="Release Log", icon='URL').url = "http://www.blender.org/development/release-logs/blender-269" + layout.operator("wm.url_open", text="Release Log", icon='URL').url = "http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.70" layout.separator() layout.operator("wm.url_open", text="Blender Website", icon='URL').url = "http://www.blender.org" layout.operator("wm.url_open", text="Blender e-Shop", icon='URL').url = "http://www.blender.org/e-shop" - layout.operator("wm.url_open", text="Developer Community", icon='URL').url = "http://www.blender.org/community/get-involved" + layout.operator("wm.url_open", text="Developer Community", icon='URL').url = "http://www.blender.org/get-involved/" layout.operator("wm.url_open", text="User Community", icon='URL').url = "http://www.blender.org/community/user-community" layout.separator() layout.operator("wm.url_open", text="Report a Bug", icon='URL').url = "http://developer.blender.org/maniphest/task/create/?project=2&type=Bug" diff --git a/release/text/readme.html b/release/text/readme.html index 5ecb1ae3de1..7d79c8c3bad 100644 --- a/release/text/readme.html +++ b/release/text/readme.html @@ -28,10 +28,10 @@
For more information, visit blender.org.
2.70
-The Blender Foundation and online developer community is proud to present Blender 2.69. This release is the tenth official stable release of the Blender 2.6 series, in which we will refine the 2.5 series and add exciting new features. More information about this release.
+The Blender Foundation and online developer community is proud to present Blender 2.70. This release is the first official stable release of the Blender 2.7 series. More information about this release.
Bugs
-Although Blender 2.69 is considered a stable release, you may encounter a bug. If you do, please help us by posting it in the bug tracker or using Help → Report a Bug from inside Blender. If it wasn’t reported yet, please log in (or register) and fill in detailed information about the error. Please post detailed instructions on how to reproduce it or post a .blend file showcasing the bug.
+Although Blender 2.70 is considered a stable release, you may encounter a bug. If you do, please help us by posting it in the bug tracker or using Help → Report a Bug from inside Blender. If it wasn’t reported yet, please log in (or register) and fill in detailed information about the error. Please post detailed instructions on how to reproduce it or post a .blend file showcasing the bug.
Package Contents
The downloaded Blender package includes:
@@ -50,20 +50,20 @@When opening Blender, you’ll see large 3D view in the center, a Toolbar on the left, a Properties editor and an Outliner on the right and a Timeline at the bottom.
Orbit around in the 3D view by holding the middle mouse button and dragging. Alternatively, hold the alt key and drag the left mouse button. Additionally, hold Shift to pan the view and Ctrl to zoom.
Select objects using the right mouse button. With the object selected, perform actions by clicking any of the tool buttons on the left, or make changes to its properties by altering any of the setting on the right.
-For more information on how to use Blender, watch tutorials or read the manual.
+For more information on how to use Blender, check out the support page.
Links
Users:
General information www.blender.org
-Full release log www.blender.org/development/release-logs/blender-269/
-Tutorials www.blender.org/education-help/
+Full release log wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.70
+Tutorials www.blender.org/support/tutorials/
Manual wiki.blender.org/index.php/Doc:2.6/Manual
User Forum www.blenderartists.org
IRC #blenderchat or #blender on irc.freenode.net
Developers:
-Development www.blender.org/development/ Development www.blender.org/get-involved/developers/
-SVN and Bug Tracker projects.blender.org
-Get Involved www.blender.org/community/get-involved/
+
+GIT and Bug Tracker developer.blender.org/
+Get Involved www.blender.org/get-involved/
IRC #blendercoders on irc.freenode.net