Cleanup: Update some links to new wiki

This commit is contained in:
2018-08-13 21:55:30 -04:00
parent 0e7dd01944
commit 12acf1e4f8
8 changed files with 16 additions and 17 deletions

View File

@@ -784,7 +784,7 @@ bool PyC_IsInterpreterActive(void)
}
/* Would be nice if python had this built in
* See: http://wiki.blender.org/index.php/Dev:Doc/Tools/Debugging/PyFromC
* See: https://wiki.blender.org/wiki/Tools/Debugging/PyFromC
*/
void PyC_RunQuicky(const char *filepath, int n, ...)
{