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
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-10-27 14:42:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-27 14:42:28 +0400
commitaeba4950c38ed7a93ddacca5a294bcc8bd6d291a (patch)
treeea71512be06d9ff0d4ecbdab623b0e5dac4eaecd /doc
parent25f2439c47ef2de964b5571b70a6863c279ca530 (diff)
style cleanup
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/info_overview.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/rst/info_overview.rst b/doc/python_api/rst/info_overview.rst
index 30c45213570..818eb692be9 100644
--- a/doc/python_api/rst/info_overview.rst
+++ b/doc/python_api/rst/info_overview.rst
@@ -71,7 +71,7 @@ The only difference between addons and built-in python modules is that addons mu
The user preferences addon listing uses **bl_info** to display information about each addon.
-`See Addons <http://wiki.blender.org/index.php/Dev:2.6/Py/Scripts/Guidelines/Addons>`_ for details on the **bl_info** dictionary.
+`See Addons <http://wiki.blender.org/index.php/Dev:2.5/Py/Scripts/Guidelines/Addons>`_ for details on the **bl_info** dictionary.
Integration through Classes