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:
@@ -31,7 +31,7 @@ if FreeCAD.GuiUp:
|
||||
|
||||
__title__="PartDesign InvoluteGearObject management"
|
||||
__author__ = "Juergen Riegel"
|
||||
__url__ = "http://www.freecad.org"
|
||||
__url__ = "https://www.freecad.org"
|
||||
|
||||
|
||||
def makeInvoluteGear(name):
|
||||
|
||||
Reference in New Issue
Block a user