Find and replace http://freecad.org to https://freecad.org
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user