Merge pull request #11231 from DeflateAwning/http-cleanup

Find and replace http://freecad to https://freecad
This commit is contained in:
Chris Hennes
2023-11-06 11:16:13 -06:00
committed by GitHub
1252 changed files with 1320 additions and 1320 deletions

View File

@@ -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());