From 893868b53957e5bfcc23e163e7b4828cc2ab9ab0 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Sun, 13 Oct 2019 23:56:30 -0400 Subject: [PATCH] Swap http:// for https:// --- src/Mod/OpenSCAD/OpenSCAD2Dgeom.py | 2 +- src/Mod/OpenSCAD/OpenSCADCommands.py | 2 +- src/Mod/OpenSCAD/OpenSCADFeatures.py | 2 +- src/Mod/OpenSCAD/OpenSCADUtils.py | 2 +- src/Mod/OpenSCAD/colorcodeshapes.py | 2 +- src/Mod/OpenSCAD/expandplacements.py | 2 +- src/Mod/OpenSCAD/replaceobj.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Mod/OpenSCAD/OpenSCAD2Dgeom.py b/src/Mod/OpenSCAD/OpenSCAD2Dgeom.py index e89e5e5d66..378eea52fb 100644 --- a/src/Mod/OpenSCAD/OpenSCAD2Dgeom.py +++ b/src/Mod/OpenSCAD/OpenSCAD2Dgeom.py @@ -22,7 +22,7 @@ __title__="FreeCAD OpenSCAD Workbench - 2D helper functions" __author__ = "Sebastian Hoogen" -__url__ = ["http://www.freecadweb.org"] +__url__ = ["https://www.freecadweb.org"] ''' This Script includes python functions to convert imported dxf geometry to Faces diff --git a/src/Mod/OpenSCAD/OpenSCADCommands.py b/src/Mod/OpenSCAD/OpenSCADCommands.py index 184806095f..30f45add66 100644 --- a/src/Mod/OpenSCAD/OpenSCADCommands.py +++ b/src/Mod/OpenSCAD/OpenSCADCommands.py @@ -22,7 +22,7 @@ __title__="FreeCAD OpenSCAD Workbench - GUI Commands" __author__ = "Sebastian Hoogen" -__url__ = ["http://www.freecadweb.org"] +__url__ = ["https://www.freecadweb.org"] ''' This Script includes the GUI Commands of the OpenSCAD module diff --git a/src/Mod/OpenSCAD/OpenSCADFeatures.py b/src/Mod/OpenSCAD/OpenSCADFeatures.py index 16e91c8d44..239ce5a197 100644 --- a/src/Mod/OpenSCAD/OpenSCADFeatures.py +++ b/src/Mod/OpenSCAD/OpenSCADFeatures.py @@ -22,7 +22,7 @@ __title__="FreeCAD OpenSCAD Workbench - Parametric Features" __author__ = "Sebastian Hoogen" -__url__ = ["http://www.freecadweb.org"] +__url__ = ["https://www.freecadweb.org"] try: long diff --git a/src/Mod/OpenSCAD/OpenSCADUtils.py b/src/Mod/OpenSCAD/OpenSCADUtils.py index 97684e3500..5069a2e922 100644 --- a/src/Mod/OpenSCAD/OpenSCADUtils.py +++ b/src/Mod/OpenSCAD/OpenSCADUtils.py @@ -22,7 +22,7 @@ __title__="FreeCAD OpenSCAD Workbench - Utility Functions" __author__ = "Sebastian Hoogen" -__url__ = ["http://www.freecadweb.org"] +__url__ = ["https://www.freecadweb.org"] ''' This Script includes various python helper functions that are shared across diff --git a/src/Mod/OpenSCAD/colorcodeshapes.py b/src/Mod/OpenSCAD/colorcodeshapes.py index 3edc7d9bd5..2aa64529f5 100644 --- a/src/Mod/OpenSCAD/colorcodeshapes.py +++ b/src/Mod/OpenSCAD/colorcodeshapes.py @@ -22,7 +22,7 @@ __title__="FreeCAD OpenSCAD Workbench - 2D helper functions" __author__ = "Sebastian Hoogen" -__url__ = ["http://www.freecadweb.org"] +__url__ = ["https://www.freecadweb.org"] ''' This Script includes python functions to find out the most basic shape type diff --git a/src/Mod/OpenSCAD/expandplacements.py b/src/Mod/OpenSCAD/expandplacements.py index 0a75ee54de..33134b495b 100644 --- a/src/Mod/OpenSCAD/expandplacements.py +++ b/src/Mod/OpenSCAD/expandplacements.py @@ -22,7 +22,7 @@ __title__="FreeCAD OpenSCAD Workbench - expand placements and matrices functions" __author__ = "Sebastian Hoogen" -__url__ = ["http://www.freecadweb.org"] +__url__ = ["https://www.freecadweb.org"] ''' This Script includes python functions to shift all placements down the diff --git a/src/Mod/OpenSCAD/replaceobj.py b/src/Mod/OpenSCAD/replaceobj.py index 310203c819..fb6b6f73a8 100644 --- a/src/Mod/OpenSCAD/replaceobj.py +++ b/src/Mod/OpenSCAD/replaceobj.py @@ -22,7 +22,7 @@ __title__="FreeCAD OpenSCAD Workbench - replace object function" __author__ = "Sebastian Hoogen" -__url__ = ["http://www.freecadweb.org"] +__url__ = ["https://www.freecadweb.org"] ''' This functions allows to replace an object in the feature hierarchy