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:
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 /GNUmakefile
parent0e7dd01944d880dcc22bd4783da9a5cc22510be8 (diff)
Cleanup: Update some links to new wiki
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 277ee176ce6..ad2c265f3a9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -216,12 +216,12 @@ help: .FORCE
@echo " which are tagged to use the stricter formatting"
@echo " * test_deprecated - checks for deprecation tags in our code which may need to be removed"
@echo " * test_style_c - checks C/C++ conforms with blenders style guide:"
- @echo " http://wiki.blender.org/index.php/Dev:Doc/CodeStyle"
+ @echo " https://wiki.blender.org/wiki/Source/Code_Style"
@echo " * test_style_c_qtc - same as test_style but outputs QtCreator tasks format"
@echo " * test_style_osl - checks OpenShadingLanguage conforms with blenders style guide:"
- @echo " http://wiki.blender.org/index.php/Dev:Doc/CodeStyle"
+ @echo " https://wiki.blender.org/wiki/Source/Code_Style"
@echo " * test_style_osl_qtc - checks OpenShadingLanguage conforms with blenders style guide:"
- @echo " http://wiki.blender.org/index.php/Dev:Doc/CodeStyle"
+ @echo " https://wiki.blender.org/wiki/Source/Code_Style"
@echo ""
@echo "Static Source Code Checking (not associated with building blender)"
@echo " * check_cppcheck - run blender source through cppcheck (C & C++)"