PyAPI: Fix changed ref link

This commit is contained in:
Aaron Carlisle 2017-06-15 22:03:22 -04:00
parent a348023196
commit 18e1c8d9fa
1 changed files with 1 additions and 1 deletions

View File

@ -1700,7 +1700,7 @@ def write_rst_contents(basepath):
fw(" %s <%s>\n\n" % (info_desc, info))
fw("\n")
fw("- :ref:`Blender/Python Add-on Tutorial: a step by step guide on")
fw(" how to write an add-on from scratch <blender_manual:advanced_scripting_tutorial>`\n")
fw(" how to write an add-on from scratch <blender_manual:advanced_scripting_addon_tutorial>`\n")
fw("\n")
fw(title_string("Application Modules", "=", double=True))