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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2018-08-14 04:55:30 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2018-08-14 04:55:30 +0300
commit12acf1e4f84c450872860f01eeffcaa594f2aea8 (patch)
tree1c012601390e621374d558dcfd7d2b29a89ebacc /doc
parent0e7dd01944d880dcc22bd4783da9a5cc22510be8 (diff)
Cleanup: Update some links to new wiki
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen/doxygen.main.h6
-rw-r--r--doc/python_api/examples/bpy.app.translations.py6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/doxygen/doxygen.main.h b/doc/doxygen/doxygen.main.h
index d2825761b2a..0d7b5e38397 100644
--- a/doc/doxygen/doxygen.main.h
+++ b/doc/doxygen/doxygen.main.h
@@ -7,11 +7,11 @@
* These pages document the source code of blender.
*
* \subsection implinks Important Links
- * - <a href="http://developer.blender.org">developer.blender.org</a> with bug tracker.
- * - <a href="http://wiki.blender.org/index.php/Dev:Contents">Development documents</a> on our wiki.
+ * - <a href="https://developer.blender.org">developer.blender.org</a> with bug tracker.
+ * - <a href="https://wiki.blender.org">Development documents</a> on our wiki.
*
* \subsection blother Other
- * For more information on using Blender browse to http://www.blender.org
+ * For more information on using Blender browse to https://www.blender.org
*
*/
diff --git a/doc/python_api/examples/bpy.app.translations.py b/doc/python_api/examples/bpy.app.translations.py
index d18344f43be..866ad3234ff 100644
--- a/doc/python_api/examples/bpy.app.translations.py
+++ b/doc/python_api/examples/bpy.app.translations.py
@@ -24,8 +24,8 @@ Then, call ``bpy.app.translations.register(__name__, your_dict)`` in your ``regi
The ``Manage UI translations`` add-on has several functions to help you collect strings to translate, and
generate the needed python code (the translation dictionary), as well as optional intermediary po files
if you want some... See
-`How to Translate Blender <https://wiki.blender.org/index.php/Dev:Doc/Process/Translate_Blender>`_ and
-`Using i18n in Blender Code <https://wiki.blender.org/index.php/Dev:Source/Interface/Internationalization>`_
+`How to Translate Blender <https://wiki.blender.org/wiki/Process/Translate_Blender>`_ and
+`Using i18n in Blender Code <https://wiki.blender.org/wiki/Source/Interface/Internationalization>`_
for more info.
Module References
@@ -36,7 +36,7 @@ Module References
import bpy
# This block can be automatically generated by UI translations addon, which also handles conversion with PO format.
-# See also https://wiki.blender.org/index.php/Dev:Doc/Process/Translate_Blender#Translating_non-official_addons
+# See also https://wiki.blender.org/wiki/Process/Translate_Blender#Translating_non-official_addons
# It can (should) also be put in a different, specific py file.
# ##### BEGIN AUTOGENERATED I18N SECTION #####