Find and replace:
http:\/\/(.{0,10})freecad
https://$1freecad
Done in all remaining files (after doing it in SVGs in the last commit)
This commit is contained in:
DeflateAwning
2023-10-29 22:39:22 -06:00
parent 46b3c02647
commit 1e3179e9bc
143 changed files with 207 additions and 207 deletions

View File

@@ -22,7 +22,7 @@
__title__="BOPTools.SplitAPI module"
__author__ = "DeepSOIC"
__url__ = "http://www.freecad.org"
__url__ = "https://www.freecad.org"
__doc__ = "Split functions that operate on list_of_shapes."
import Part