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:
@@ -398,7 +398,7 @@ void SoFCVectorizeSVGAction::printHeader() const
|
||||
{
|
||||
std::ostream& str = this->getSVGOutput()->getFileStream();
|
||||
str << R"(<?xml version="1.0" encoding="UTF-8" standalone="no"?>)" << std::endl;
|
||||
str << "<!-- Created with FreeCAD (http://www.freecad.org) -->" << std::endl;
|
||||
str << "<!-- Created with FreeCAD (https://www.freecad.org) -->" << std::endl;
|
||||
str << "<svg xmlns=\"http://www.w3.org/2000/svg\"" << std::endl;
|
||||
str << R"( xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events")" << std::endl;
|
||||
str << R"( version="1.1" baseProfile="full")" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user