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

@@ -129,7 +129,7 @@ std::string DrawViewSpreadsheet::getSVGHead()
{
return std::string("<svg\n") +
std::string(" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\"\n") +
std::string(" xmlns:freecad=\"http://www.freecad.org/wiki/index.php?title=Svg_Namespace\">\n");
std::string(" xmlns:freecad=\"https://www.freecad.org/wiki/index.php?title=Svg_Namespace\">\n");
}
std::string DrawViewSpreadsheet::getSVGTail()