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:
@@ -298,7 +298,7 @@ App::DocumentObjectExecReturn *Draft::execute()
|
||||
if (!mkDraft.AddDone()) {
|
||||
// Note: the function ProblematicShape returns the face on which the error occurred
|
||||
// Note: mkDraft.Remove() stumbles on a bug in Draft_Modification::Remove() and is
|
||||
// therefore unusable. See http://forum.freecad.org/viewtopic.php?f=10&t=3209&start=10#p25341
|
||||
// therefore unusable. See https://forum.freecad.org/viewtopic.php?f=10&t=3209&start=10#p25341
|
||||
// The only solution is to discard mkDraft and start over without the current face
|
||||
// mkDraft.Remove(face);
|
||||
Base::Console().Error("Adding face failed on %s. Omitted\n", it->c_str());
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#ifdef _MSC_VER
|
||||
// disable warning triggered by use of Part::FaceMaker
|
||||
// see forum thread "Warning C4275 non-dll class used as base for dll class"
|
||||
// http://forum.freecad.org/viewtopic.php?f=10&t=17542
|
||||
// https://forum.freecad.org/viewtopic.php?f=10&t=17542
|
||||
# pragma warning( disable : 4275)
|
||||
#endif
|
||||
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -30,7 +30,7 @@ if FreeCAD.GuiUp:
|
||||
|
||||
__title__="PartDesign SprocketObject management"
|
||||
__author__ = "Adam Spontarelli"
|
||||
__url__ = "http://www.freecad.org"
|
||||
__url__ = "https://www.freecad.org"
|
||||
|
||||
|
||||
def makeSprocket(name):
|
||||
|
||||
Reference in New Issue
Block a user