From 59782475804080f5b035861a239a0d71ff03923a Mon Sep 17 00:00:00 2001 From: horseDeveloper <119028087+horseDeveloper@users.noreply.github.com> Date: Fri, 26 Dec 2025 18:11:12 +0100 Subject: [PATCH] Fixing Leftover references from migration from freecadweb.org (#26163) --- package/WindowsInstaller/License.rtf | 5 +++-- src/Gui/Icons/TreeItemInvisible.svg | 2 +- src/Gui/Icons/TreeItemVisible.svg | 2 +- src/Gui/Icons/feature_suppressed.svg | 2 +- src/Mod/.gitattributes | 2 +- .../Gui/Resources/icons/AssemblyWorkbench_alternate.svg | 2 +- .../Assembly/Gui/Resources/icons/Assembly_InsertLink.svg | 2 +- .../Gui/Resources/icons/Assembly_SolveAssembly.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_ArchView.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Beam.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Box.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Column.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Copy.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Diff.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_DimensionAligned.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_DimensionHorizontal.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_DimensionVertical.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Door.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Hatch.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_ImagePlane.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Leader.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Levels.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Library.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_MoveView.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Nudge.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_ProjectManager.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Reextrude.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Reorder.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_ResetCloneColors.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Rewire.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Slab.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Tutorial.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_WPView.svg | 2 +- src/Mod/BIM/Resources/icons/BIM_Welcome.svg | 2 +- src/Mod/BIM/Resources/icons/IFC/IfcBeam.svg | 2 +- src/Mod/BIM/Resources/icons/IFC/IfcColumn.svg | 2 +- src/Mod/BIM/Resources/icons/IFC/IfcDoor.svg | 2 +- src/Mod/BIM/Resources/icons/IFC/IfcMember.svg | 2 +- src/Mod/BIM/Resources/icons/IFC/IfcPile.svg | 2 +- src/Mod/BIM/Resources/icons/IFC/IfcPlate.svg | 2 +- src/Mod/BIM/Resources/icons/IFC/IfcRailing.svg | 2 +- src/Mod/BIM/Resources/icons/IFC/IfcSlab.svg | 2 +- src/Mod/BIM/Resources/icons/Sketch.svg | 2 +- src/Mod/BIM/Resources/icons/Tree_Part.svg | 2 +- src/Mod/BIM/Resources/ui/dialogSetup.ui | 2 +- src/Mod/BIM/bimcommands/BimHelp.py | 2 +- src/Mod/BIM/bimcommands/BimPreflight.py | 2 +- src/Mod/BIM/bimcommands/BimTutorial.py | 4 ++-- src/Mod/CAM/Gui/Resources/icons/CAM_Tapping.svg | 2 +- src/Mod/CAM/Path/Base/Generator/tapping.py | 2 +- src/Mod/CAM/Path/Op/Gui/Tapping.py | 2 +- src/Mod/CAM/Path/Op/Tapping.py | 2 +- src/Mod/Draft/draftutils/gui_utils.py | 4 ++-- .../Fem/Gui/Resources/icons/FEM_ConstraintRigidBody.svg | 2 +- src/Mod/Fem/Gui/Resources/icons/FEM_SolverControl.svg | 2 +- src/Mod/Fem/Gui/Resources/icons/FEM_SolverRun.svg | 2 +- src/Mod/Fem/Gui/Resources/icons/FEM_SolverStandard.svg | 2 +- .../Fem/femsolver/calculix/write_constraint_rigidbody.py | 2 +- .../femsolver/calculix/write_constraint_rigidbody_step.py | 2 +- src/Mod/Help/Help.py | 2 +- src/Mod/Material/.gitattributes | 2 +- .../Material/Gui/Resources/icons/MaterialWorkbench.svg | 2 +- src/Mod/Material/Gui/Resources/icons/Material_Edit.svg | 2 +- .../Material/Gui/Resources/icons/preferences-material.svg | 2 +- .../materialtests/Materials/TestAcrylicLegacy.FCMat | 2 +- src/Mod/Part/App/TopoShapeExpansion.cpp | 8 ++++---- src/Mod/PartDesign/App/FeatureGroove.cpp | 2 +- src/Mod/PartDesign/App/FeatureRevolution.cpp | 2 +- src/Mod/Sketcher/Gui/DrawSketchHandlerOffset.h | 2 +- .../Resources/icons/constraints/Constraint_Dimension.svg | 2 +- .../icons/constraints/Constraint_Dimension_Driven.svg | 2 +- .../Gui/Resources/icons/tools/Sketcher_Rotate.svg | 2 +- .../Sketcher/Gui/Resources/icons/tools/Sketcher_Scale.svg | 2 +- .../Mod/Material/App/Materials/TestAcrylicLegacy.FCMat | 2 +- 74 files changed, 81 insertions(+), 80 deletions(-) diff --git a/package/WindowsInstaller/License.rtf b/package/WindowsInstaller/License.rtf index 2324625f42..dce3a75bea 100644 --- a/package/WindowsInstaller/License.rtf +++ b/package/WindowsInstaller/License.rtf @@ -5,7 +5,7 @@ \pard\nowidctlpar\hyphpar0\sa140\sl276\slmult1\par \pard\nowidctlpar\hyphpar0\sl276\slmult1\b\fs28 Third-party libraries licenses\b0\fs24\par \pard\nowidctlpar\hyphpar0\sa140\sl276\slmult1\par -\pard\nowidctlpar\hyphpar0\sl276\slmult1\fs18 The different libraries used in FreeCAD and their respective licenses are described on the\line\fs24{\field{\*\fldinst{HYPERLINK "https://www.freecadweb.org/wiki/Third_Party_Libraries" }}{\fldrslt{\cf2\ul\fs18 Third Party Libraries wiki page}}}\cf0\ulnone\f0\fs18 .\fs24\par +\pard\nowidctlpar\hyphpar0\sl276\slmult1\fs18 The different libraries used in FreeCAD and their respective licenses are described on the\line\fs24{\field{\*\fldinst{HYPERLINK "https://www.freecad.org/wiki/Third_Party_Libraries" }}{\fldrslt{\cf2\ul\fs18 Third Party Libraries wiki page}}}\cf0\ulnone\f0\fs18 .\fs24\par \par \pard\noline\nowidctlpar\hyphpar0\sa283\fs12\par \pard\nowidctlpar\hyphpar0\sl276\slmult1\b\fs18 GNU LIBRARY GENERAL PUBLIC LICENSE\b0\fs24\par @@ -81,4 +81,5 @@ \pard\nowidctlpar\hyphpar0\sb240\sa180\sl276\slmult1\b\fs24 3D Mouse Support\b0\par \pard\nowidctlpar\hyphpar0\sb180\sa180\sl276\slmult1\fs18 Development tools and related technology provided under license from 3Dconnexion.(c) 1992 - 2012 3Dconnexion. All rights reserved\fs12\par } - \ No newline at end of file + + diff --git a/src/Gui/Icons/TreeItemInvisible.svg b/src/Gui/Icons/TreeItemInvisible.svg index fc8c703321..517f874469 100644 --- a/src/Gui/Icons/TreeItemInvisible.svg +++ b/src/Gui/Icons/TreeItemInvisible.svg @@ -555,7 +555,7 @@ Path-FaceProfile 2016-01-19 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Gui/Icons/TreeItemVisible.svg b/src/Gui/Icons/TreeItemVisible.svg index 2b777db2f7..015bfcd978 100644 --- a/src/Gui/Icons/TreeItemVisible.svg +++ b/src/Gui/Icons/TreeItemVisible.svg @@ -547,7 +547,7 @@ Path-FaceProfile 2016-01-19 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Gui/Icons/feature_suppressed.svg b/src/Gui/Icons/feature_suppressed.svg index 7fa73f4bfa..d09b5e44e4 100644 --- a/src/Gui/Icons/feature_suppressed.svg +++ b/src/Gui/Icons/feature_suppressed.svg @@ -275,7 +275,7 @@ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> Path-FaceProfile 2016-01-19 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/.gitattributes b/src/Mod/.gitattributes index c8b465e1d0..7d08f65f02 100644 --- a/src/Mod/.gitattributes +++ b/src/Mod/.gitattributes @@ -7,7 +7,7 @@ JtReader export-ignore # to suppress line ending changes in github, add ?w=1 at link end of a diff # for more information see forum topic and a specific pull request -# https://forum.freecadweb.org/viewtopic.php?f=17&t=41117 +# https://forum.freecad.org/viewtopic.php?f=17&t=41117 # https://github.com/FreeCAD/FreeCAD/pull/2752 diff --git a/src/Mod/Assembly/Gui/Resources/icons/AssemblyWorkbench_alternate.svg b/src/Mod/Assembly/Gui/Resources/icons/AssemblyWorkbench_alternate.svg index 535b924d75..ca1bc6e86f 100644 --- a/src/Mod/Assembly/Gui/Resources/icons/AssemblyWorkbench_alternate.svg +++ b/src/Mod/Assembly/Gui/Resources/icons/AssemblyWorkbench_alternate.svg @@ -214,7 +214,7 @@ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> Path-Stock 2015-07-04 - https://www.freecadweb.org/wiki/index.php?title=Artwork + https://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Assembly/Gui/Resources/icons/Assembly_InsertLink.svg b/src/Mod/Assembly/Gui/Resources/icons/Assembly_InsertLink.svg index db2e1353bf..f450892908 100644 --- a/src/Mod/Assembly/Gui/Resources/icons/Assembly_InsertLink.svg +++ b/src/Mod/Assembly/Gui/Resources/icons/Assembly_InsertLink.svg @@ -222,7 +222,7 @@ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> Path-Stock 2015-07-04 - https://www.freecadweb.org/wiki/index.php?title=Artwork + https://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Assembly/Gui/Resources/icons/Assembly_SolveAssembly.svg b/src/Mod/Assembly/Gui/Resources/icons/Assembly_SolveAssembly.svg index fa432a3df7..b29de3ba9a 100755 --- a/src/Mod/Assembly/Gui/Resources/icons/Assembly_SolveAssembly.svg +++ b/src/Mod/Assembly/Gui/Resources/icons/Assembly_SolveAssembly.svg @@ -127,7 +127,7 @@ 2015-07-04 - https://www.freecadweb.org/wiki/index.php?title=Artwork + https://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/BIM_ArchView.svg b/src/Mod/BIM/Resources/icons/BIM_ArchView.svg index 59b88c9626..21add077cb 100644 --- a/src/Mod/BIM/Resources/icons/BIM_ArchView.svg +++ b/src/Mod/BIM/Resources/icons/BIM_ArchView.svg @@ -48,7 +48,7 @@ http://jimmac.musichall.cz 2016-10-28 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/BIM_Beam.svg b/src/Mod/BIM/Resources/icons/BIM_Beam.svg index 13f7ca9eb6..bb59d0d92e 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Beam.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Beam.svg @@ -186,7 +186,7 @@ Arch_Structure 2011-10-10 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/BIM_Box.svg b/src/Mod/BIM/Resources/icons/BIM_Box.svg index 6dcd6bf965..924721f425 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Box.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Box.svg @@ -198,7 +198,7 @@ Part_Box 2011-10-10 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/BIM_Column.svg b/src/Mod/BIM/Resources/icons/BIM_Column.svg index 9500a305e9..3abfbf9dfa 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Column.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Column.svg @@ -162,7 +162,7 @@ Arch_Structure 2011-10-10 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/BIM_Copy.svg b/src/Mod/BIM/Resources/icons/BIM_Copy.svg index 98b05e2549..eedb8891fb 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Copy.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Copy.svg @@ -497,7 +497,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_Move.svg - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork [agryson] Alexander Gryson diff --git a/src/Mod/BIM/Resources/icons/BIM_Diff.svg b/src/Mod/BIM/Resources/icons/BIM_Diff.svg index 9eceb83c0f..28b65b32c5 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Diff.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Diff.svg @@ -490,7 +490,7 @@ Arch_Building_Tree 2011-12-06 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/BIM_DimensionAligned.svg b/src/Mod/BIM/Resources/icons/BIM_DimensionAligned.svg index 914d14ce46..24cf90cbfe 100644 --- a/src/Mod/BIM/Resources/icons/BIM_DimensionAligned.svg +++ b/src/Mod/BIM/Resources/icons/BIM_DimensionAligned.svg @@ -402,7 +402,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_Dimension.svg - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork [agryson] Alexander Gryson diff --git a/src/Mod/BIM/Resources/icons/BIM_DimensionHorizontal.svg b/src/Mod/BIM/Resources/icons/BIM_DimensionHorizontal.svg index 85ce05dcc5..76b6ffc5ef 100644 --- a/src/Mod/BIM/Resources/icons/BIM_DimensionHorizontal.svg +++ b/src/Mod/BIM/Resources/icons/BIM_DimensionHorizontal.svg @@ -401,7 +401,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_Dimension.svg - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork [agryson] Alexander Gryson diff --git a/src/Mod/BIM/Resources/icons/BIM_DimensionVertical.svg b/src/Mod/BIM/Resources/icons/BIM_DimensionVertical.svg index 5a66f40a1c..2800cfe5c1 100644 --- a/src/Mod/BIM/Resources/icons/BIM_DimensionVertical.svg +++ b/src/Mod/BIM/Resources/icons/BIM_DimensionVertical.svg @@ -402,7 +402,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_Dimension.svg - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork [agryson] Alexander Gryson diff --git a/src/Mod/BIM/Resources/icons/BIM_Door.svg b/src/Mod/BIM/Resources/icons/BIM_Door.svg index beaa07166f..d9c819b335 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Door.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Door.svg @@ -473,7 +473,7 @@ Arch_Window 2011-10-10 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/BIM_Hatch.svg b/src/Mod/BIM/Resources/icons/BIM_Hatch.svg index ae91ba80b0..31a6215bf9 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Hatch.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Hatch.svg @@ -53,7 +53,7 @@ TechDraw_TreeHatch 2016-04-27 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/BIM_ImagePlane.svg b/src/Mod/BIM/Resources/icons/BIM_ImagePlane.svg index 5e113dcba6..400913da9b 100644 --- a/src/Mod/BIM/Resources/icons/BIM_ImagePlane.svg +++ b/src/Mod/BIM/Resources/icons/BIM_ImagePlane.svg @@ -500,7 +500,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_Drawing.svg - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork [agryson] Alexander Gryson diff --git a/src/Mod/BIM/Resources/icons/BIM_Leader.svg b/src/Mod/BIM/Resources/icons/BIM_Leader.svg index fb8e1f9a70..8183fd8b68 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Leader.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Leader.svg @@ -313,7 +313,7 @@ 2011-10-10 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/BIM_Levels.svg b/src/Mod/BIM/Resources/icons/BIM_Levels.svg index 9fdff185e1..98ec0f50f2 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Levels.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Levels.svg @@ -490,7 +490,7 @@ Arch_Building_Tree 2011-12-06 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/BIM_Library.svg b/src/Mod/BIM/Resources/icons/BIM_Library.svg index 7f595fd7db..009c8de986 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Library.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Library.svg @@ -256,7 +256,7 @@ Part_Box 2011-10-10 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/BIM_MoveView.svg b/src/Mod/BIM/Resources/icons/BIM_MoveView.svg index b0e7fab1b3..4ddfb62fff 100644 --- a/src/Mod/BIM/Resources/icons/BIM_MoveView.svg +++ b/src/Mod/BIM/Resources/icons/BIM_MoveView.svg @@ -930,7 +930,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> techdraw-new-default 2016-01-14 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/BIM_Nudge.svg b/src/Mod/BIM/Resources/icons/BIM_Nudge.svg index 581ae919b9..a159a10d41 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Nudge.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Nudge.svg @@ -505,7 +505,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_Move.svg - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork [agryson] Alexander Gryson diff --git a/src/Mod/BIM/Resources/icons/BIM_ProjectManager.svg b/src/Mod/BIM/Resources/icons/BIM_ProjectManager.svg index c6903c7c7d..fa4b8f7286 100644 --- a/src/Mod/BIM/Resources/icons/BIM_ProjectManager.svg +++ b/src/Mod/BIM/Resources/icons/BIM_ProjectManager.svg @@ -90,7 +90,7 @@ Arch_Building_Tree 2011-12-06 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/BIM_Reextrude.svg b/src/Mod/BIM/Resources/icons/BIM_Reextrude.svg index 56067b4b26..647ba26470 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Reextrude.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Reextrude.svg @@ -439,7 +439,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_Move.svg - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork [agryson] Alexander Gryson diff --git a/src/Mod/BIM/Resources/icons/BIM_Reorder.svg b/src/Mod/BIM/Resources/icons/BIM_Reorder.svg index 27a5ba8141..b348760c92 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Reorder.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Reorder.svg @@ -386,7 +386,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_AddToGroup.svg - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork [agryson] Alexander Gryson diff --git a/src/Mod/BIM/Resources/icons/BIM_ResetCloneColors.svg b/src/Mod/BIM/Resources/icons/BIM_ResetCloneColors.svg index 6ba94e5055..41a0925e50 100644 --- a/src/Mod/BIM/Resources/icons/BIM_ResetCloneColors.svg +++ b/src/Mod/BIM/Resources/icons/BIM_ResetCloneColors.svg @@ -561,7 +561,7 @@ Arch_Window_Tree 2011-12-06 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/BIM_Rewire.svg b/src/Mod/BIM/Resources/icons/BIM_Rewire.svg index 6272b207f3..42a7ba9e49 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Rewire.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Rewire.svg @@ -325,7 +325,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_Wire.svg - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork [agryson] Alexander Gryson diff --git a/src/Mod/BIM/Resources/icons/BIM_Slab.svg b/src/Mod/BIM/Resources/icons/BIM_Slab.svg index 766922e4db..5d02b330c8 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Slab.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Slab.svg @@ -412,7 +412,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_Move.svg - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork [agryson] Alexander Gryson diff --git a/src/Mod/BIM/Resources/icons/BIM_Tutorial.svg b/src/Mod/BIM/Resources/icons/BIM_Tutorial.svg index ee902d98e1..1d7c4da5ca 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Tutorial.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Tutorial.svg @@ -186,7 +186,7 @@ Part_Box 2011-10-10 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/BIM_WPView.svg b/src/Mod/BIM/Resources/icons/BIM_WPView.svg index 68f0dbcbe4..087b7b5416 100644 --- a/src/Mod/BIM/Resources/icons/BIM_WPView.svg +++ b/src/Mod/BIM/Resources/icons/BIM_WPView.svg @@ -268,7 +268,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_VisGroup.svg - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork [agryson] Alexander Gryson diff --git a/src/Mod/BIM/Resources/icons/BIM_Welcome.svg b/src/Mod/BIM/Resources/icons/BIM_Welcome.svg index 103bd73d1b..81e273bbba 100644 --- a/src/Mod/BIM/Resources/icons/BIM_Welcome.svg +++ b/src/Mod/BIM/Resources/icons/BIM_Welcome.svg @@ -186,7 +186,7 @@ Part_Box 2011-10-10 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/IFC/IfcBeam.svg b/src/Mod/BIM/Resources/icons/IFC/IfcBeam.svg index 0707e170f7..66290affe2 100644 --- a/src/Mod/BIM/Resources/icons/IFC/IfcBeam.svg +++ b/src/Mod/BIM/Resources/icons/IFC/IfcBeam.svg @@ -189,7 +189,7 @@ Arch_Structure 2011-10-10 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/IFC/IfcColumn.svg b/src/Mod/BIM/Resources/icons/IFC/IfcColumn.svg index 4eeb9f7743..915ffa6b1a 100644 --- a/src/Mod/BIM/Resources/icons/IFC/IfcColumn.svg +++ b/src/Mod/BIM/Resources/icons/IFC/IfcColumn.svg @@ -177,7 +177,7 @@ Arch_Structure 2011-10-10 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/IFC/IfcDoor.svg b/src/Mod/BIM/Resources/icons/IFC/IfcDoor.svg index 0d9c48c4c2..36dd0f1004 100644 --- a/src/Mod/BIM/Resources/icons/IFC/IfcDoor.svg +++ b/src/Mod/BIM/Resources/icons/IFC/IfcDoor.svg @@ -432,7 +432,7 @@ Arch_Window 2011-10-10 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/IFC/IfcMember.svg b/src/Mod/BIM/Resources/icons/IFC/IfcMember.svg index 9136a0b2a2..277ad156c3 100644 --- a/src/Mod/BIM/Resources/icons/IFC/IfcMember.svg +++ b/src/Mod/BIM/Resources/icons/IFC/IfcMember.svg @@ -188,7 +188,7 @@ Arch_Structure 2011-10-10 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/IFC/IfcPile.svg b/src/Mod/BIM/Resources/icons/IFC/IfcPile.svg index 5a59e5d05e..adf78a723e 100644 --- a/src/Mod/BIM/Resources/icons/IFC/IfcPile.svg +++ b/src/Mod/BIM/Resources/icons/IFC/IfcPile.svg @@ -196,7 +196,7 @@ Arch_Structure 2011-10-10 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/IFC/IfcPlate.svg b/src/Mod/BIM/Resources/icons/IFC/IfcPlate.svg index f1b51c8018..8c7378b3e6 100644 --- a/src/Mod/BIM/Resources/icons/IFC/IfcPlate.svg +++ b/src/Mod/BIM/Resources/icons/IFC/IfcPlate.svg @@ -372,7 +372,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_Move.svg - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork [agryson] Alexander Gryson diff --git a/src/Mod/BIM/Resources/icons/IFC/IfcRailing.svg b/src/Mod/BIM/Resources/icons/IFC/IfcRailing.svg index 0941913da0..6be133ef65 100644 --- a/src/Mod/BIM/Resources/icons/IFC/IfcRailing.svg +++ b/src/Mod/BIM/Resources/icons/IFC/IfcRailing.svg @@ -402,7 +402,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_Move.svg - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork [agryson] Alexander Gryson diff --git a/src/Mod/BIM/Resources/icons/IFC/IfcSlab.svg b/src/Mod/BIM/Resources/icons/IFC/IfcSlab.svg index 8ff20ac154..cd8939c11f 100644 --- a/src/Mod/BIM/Resources/icons/IFC/IfcSlab.svg +++ b/src/Mod/BIM/Resources/icons/IFC/IfcSlab.svg @@ -384,7 +384,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_Move.svg - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork [agryson] Alexander Gryson diff --git a/src/Mod/BIM/Resources/icons/Sketch.svg b/src/Mod/BIM/Resources/icons/Sketch.svg index 56f2485c0e..2e7c3c0d93 100644 --- a/src/Mod/BIM/Resources/icons/Sketch.svg +++ b/src/Mod/BIM/Resources/icons/Sketch.svg @@ -51,7 +51,7 @@ Sketcher_CreatePolyline 2011-10-10 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/icons/Tree_Part.svg b/src/Mod/BIM/Resources/icons/Tree_Part.svg index 362c01bb9f..8bb1f56683 100644 --- a/src/Mod/BIM/Resources/icons/Tree_Part.svg +++ b/src/Mod/BIM/Resources/icons/Tree_Part.svg @@ -39,7 +39,7 @@ Tree_Part 2011-10-10 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/BIM/Resources/ui/dialogSetup.ui b/src/Mod/BIM/Resources/ui/dialogSetup.ui index d3435466f2..c8ba5bcaa6 100644 --- a/src/Mod/BIM/Resources/ui/dialogSetup.ui +++ b/src/Mod/BIM/Resources/ui/dialogSetup.ui @@ -633,7 +633,7 @@ - <b>IfcOpenShell</b> is missing on your system. IfcOpenShell is needed to import or export IFC files to/from FreeCAD. Check <a href="https://www.freecadweb.org/wiki/Arch_IFC">this wiki page</a> to know more, or <a href="#install">download and install it</a> directly.</p> + <b>IfcOpenShell</b> is missing on your system. IfcOpenShell is needed to import or export IFC files to/from FreeCAD. Check <a href="https://www.freecad.org/wiki/Arch_IFC">this wiki page</a> to know more, or <a href="#install">download and install it</a> directly.</p> true diff --git a/src/Mod/BIM/bimcommands/BimHelp.py b/src/Mod/BIM/bimcommands/BimHelp.py index 3e140c0487..c4ab16aa01 100644 --- a/src/Mod/BIM/bimcommands/BimHelp.py +++ b/src/Mod/BIM/bimcommands/BimHelp.py @@ -45,7 +45,7 @@ class BIM_Help: def Activated(self): from PySide import QtGui - QtGui.QDesktopServices.openUrl("https://www.freecadweb.org/wiki/BIM_Workbench") + QtGui.QDesktopServices.openUrl("https://www.freecad.org/wiki/BIM_Workbench") FreeCADGui.addCommand("BIM_Help", BIM_Help()) diff --git a/src/Mod/BIM/bimcommands/BimPreflight.py b/src/Mod/BIM/bimcommands/BimPreflight.py index 929254ea1a..1d4a883508 100644 --- a/src/Mod/BIM/bimcommands/BimPreflight.py +++ b/src/Mod/BIM/bimcommands/BimPreflight.py @@ -295,7 +295,7 @@ class BIM_Preflight_TaskPanel: "BIM", "ifcopenshell is not installed on the system or not available to FreeCAD. This library is responsible for IFC support in FreeCAD, and therefore IFC support is currently disabled. Check %1 to obtain more information.", ).replace( - "%1", "https://www.freecadweb.org/wiki/Extra_python_modules#IfcOpenShell" + "%1", "https://www.freecad.org/wiki/Extra_python_modules#IfcOpenShell" ) + " " ) diff --git a/src/Mod/BIM/bimcommands/BimTutorial.py b/src/Mod/BIM/bimcommands/BimTutorial.py index d7b90ba8d4..c78ca2ae4c 100644 --- a/src/Mod/BIM/bimcommands/BimTutorial.py +++ b/src/Mod/BIM/bimcommands/BimTutorial.py @@ -39,7 +39,7 @@ html = """inserthere""" -URL = "https://www.freecadweb.org/wiki/BIM_ingame_tutorial" +URL = "https://www.freecad.org/wiki/BIM_ingame_tutorial" TESTINTERVAL = 1000 # interval between tests @@ -176,7 +176,7 @@ class BIM_Tutorial: if not os.path.exists(storename): if path.startswith("/images"): # relative path - fullpath = "https://www.freecadweb.org/wiki" + path + fullpath = "https://www.freecad.org/wiki" + path else: fullpath = path u = urlopen(fullpath) diff --git a/src/Mod/CAM/Gui/Resources/icons/CAM_Tapping.svg b/src/Mod/CAM/Gui/Resources/icons/CAM_Tapping.svg index aeda170b5e..11b6f09d9c 100644 --- a/src/Mod/CAM/Gui/Resources/icons/CAM_Tapping.svg +++ b/src/Mod/CAM/Gui/Resources/icons/CAM_Tapping.svg @@ -559,7 +559,7 @@ CAM_Tapping.svg Path_Drilling 2015-07-04 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/CAM/Path/Base/Generator/tapping.py b/src/Mod/CAM/Path/Base/Generator/tapping.py index 85f638e4c9..166c1d5e08 100644 --- a/src/Mod/CAM/Path/Base/Generator/tapping.py +++ b/src/Mod/CAM/Path/Base/Generator/tapping.py @@ -26,7 +26,7 @@ import numpy __title__ = "Tapping Path Generator" __author__ = "sliptonic (Brad Collette)" -__url__ = "https://www.freecadweb.org" +__url__ = "https://www.freecad.org" __doc__ = "Generates the Tapping toolpath for a single spotshape" __contributors__ = "luvtofish (Dan Henderson)" diff --git a/src/Mod/CAM/Path/Op/Gui/Tapping.py b/src/Mod/CAM/Path/Op/Gui/Tapping.py index 25671ef92e..1a3fc16996 100644 --- a/src/Mod/CAM/Path/Op/Gui/Tapping.py +++ b/src/Mod/CAM/Path/Op/Gui/Tapping.py @@ -34,7 +34,7 @@ from PySide import QtCore __title__ = "Path Tapping Operation UI." __author__ = "sliptonic (Brad Collette)" -__url__ = "https://www.freecadweb.org" +__url__ = "https://www.freecad.org" __doc__ = "UI and Command for Path Tapping Operation." __contributors__ = "luvtofish" diff --git a/src/Mod/CAM/Path/Op/Tapping.py b/src/Mod/CAM/Path/Op/Tapping.py index 8bb77289da..aeb900e31a 100644 --- a/src/Mod/CAM/Path/Op/Tapping.py +++ b/src/Mod/CAM/Path/Op/Tapping.py @@ -37,7 +37,7 @@ from PySide.QtCore import QT_TRANSLATE_NOOP __title__ = "Path Tapping Operation" __author__ = "sliptonic (Brad Collette)" -__url__ = "https://www.freecadweb.org" +__url__ = "https://www.freecad.org" __doc__ = "Path Tapping operation." __contributors__ = "luvtofish (Dan Henderson)" diff --git a/src/Mod/Draft/draftutils/gui_utils.py b/src/Mod/Draft/draftutils/gui_utils.py index b385028a41..d0010e3132 100644 --- a/src/Mod/Draft/draftutils/gui_utils.py +++ b/src/Mod/Draft/draftutils/gui_utils.py @@ -69,7 +69,7 @@ def get_3d_view(): return None # FIXME The following two imports were added as part of PR4926 - # Also see discussion https://forum.freecadweb.org/viewtopic.php?f=3&t=60251 + # Also see discussion https://forum.freecad.org/viewtopic.php?f=3&t=60251 import FreeCADGui as Gui from pivy import coin @@ -948,7 +948,7 @@ def find_coin_node(parent, nodetype): # Code by Chris Hennes (chennes). -# See https://forum.freecadweb.org/viewtopic.php?p=656362#p656362. +# See https://forum.freecad.org/viewtopic.php?p=656362#p656362. # Used to fix https://github.com/FreeCAD/FreeCAD/issues/10469. def end_all_events(): view = get_3d_view() diff --git a/src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintRigidBody.svg b/src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintRigidBody.svg index c35f004947..c3a6ec2570 100644 --- a/src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintRigidBody.svg +++ b/src/Mod/Fem/Gui/Resources/icons/FEM_ConstraintRigidBody.svg @@ -157,7 +157,7 @@ 2016-08-01 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Fem/Gui/Resources/icons/FEM_SolverControl.svg b/src/Mod/Fem/Gui/Resources/icons/FEM_SolverControl.svg index 081a973b9b..5aa250875e 100644 --- a/src/Mod/Fem/Gui/Resources/icons/FEM_SolverControl.svg +++ b/src/Mod/Fem/Gui/Resources/icons/FEM_SolverControl.svg @@ -146,7 +146,7 @@ FEM_SolverStandard 2023-09-30 - https://www.freecadweb.org/wiki/index.php?title=Artwork + https://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Fem/Gui/Resources/icons/FEM_SolverRun.svg b/src/Mod/Fem/Gui/Resources/icons/FEM_SolverRun.svg index 740be65081..e32cd8882b 100644 --- a/src/Mod/Fem/Gui/Resources/icons/FEM_SolverRun.svg +++ b/src/Mod/Fem/Gui/Resources/icons/FEM_SolverRun.svg @@ -146,7 +146,7 @@ FEM_SolverStandard 2023-09-30 - https://www.freecadweb.org/wiki/index.php?title=Artwork + https://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Fem/Gui/Resources/icons/FEM_SolverStandard.svg b/src/Mod/Fem/Gui/Resources/icons/FEM_SolverStandard.svg index eb3ed32a32..0069821ae3 100644 --- a/src/Mod/Fem/Gui/Resources/icons/FEM_SolverStandard.svg +++ b/src/Mod/Fem/Gui/Resources/icons/FEM_SolverStandard.svg @@ -126,7 +126,7 @@ FEM_SolverStandard 2023-09-30 - https://www.freecadweb.org/wiki/index.php?title=Artwork + https://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Fem/femsolver/calculix/write_constraint_rigidbody.py b/src/Mod/Fem/femsolver/calculix/write_constraint_rigidbody.py index 148480829b..cf9b7f2aaa 100644 --- a/src/Mod/Fem/femsolver/calculix/write_constraint_rigidbody.py +++ b/src/Mod/Fem/femsolver/calculix/write_constraint_rigidbody.py @@ -23,7 +23,7 @@ __title__ = "FreeCAD FEM calculix constraint rigid body" __author__ = "Ajinkya Dahale" -__url__ = "https://www.freecadweb.org" +__url__ = "https://www.freecad.org" def get_analysis_types(): diff --git a/src/Mod/Fem/femsolver/calculix/write_constraint_rigidbody_step.py b/src/Mod/Fem/femsolver/calculix/write_constraint_rigidbody_step.py index 9a654fe69a..ce8fcb643e 100644 --- a/src/Mod/Fem/femsolver/calculix/write_constraint_rigidbody_step.py +++ b/src/Mod/Fem/femsolver/calculix/write_constraint_rigidbody_step.py @@ -23,7 +23,7 @@ __title__ = "FreeCAD FEM calculix constraint rigid body" __author__ = "Ajinkya Dahale" -__url__ = "https://www.freecadweb.org" +__url__ = "https://www.freecad.org" import FreeCAD diff --git a/src/Mod/Help/Help.py b/src/Mod/Help/Help.py index 738cc95e4f..aa81dbcc76 100644 --- a/src/Mod/Help/Help.py +++ b/src/Mod/Help/Help.py @@ -36,7 +36,7 @@ Basic usage: import Help Help.show("Draft Line") Help.show("Draft_Line") # works with spaces or underscores - Help.show("https://wiki.freecadweb.org/Draft_Line") + Help.show("https://wiki.freecad.org/Draft_Line") Help.show("https://gitlab.com/freecad/FreeCAD-documentation/-/raw/main/wiki/Draft_Line.md") Help.show("/home/myUser/.FreeCAD/Documentation/Draft_Line.md") Help.show("http://myserver.com/myfolder/Draft_Line.html") diff --git a/src/Mod/Material/.gitattributes b/src/Mod/Material/.gitattributes index 9c6585a46b..15f9bb0bc1 100644 --- a/src/Mod/Material/.gitattributes +++ b/src/Mod/Material/.gitattributes @@ -6,7 +6,7 @@ # for more information see forum topic and pull request # https://github.com/FreeCAD/FreeCAD/pull/2752 -# https://forum.freecadweb.org/viewtopic.php?f=17&t=41117 +# https://forum.freecad.org/viewtopic.php?f=17&t=41117 # get all used file types diff --git a/src/Mod/Material/Gui/Resources/icons/MaterialWorkbench.svg b/src/Mod/Material/Gui/Resources/icons/MaterialWorkbench.svg index fa9424f161..8b8661da1b 100644 --- a/src/Mod/Material/Gui/Resources/icons/MaterialWorkbench.svg +++ b/src/Mod/Material/Gui/Resources/icons/MaterialWorkbench.svg @@ -98,7 +98,7 @@ Arch_Material 2015-04-15 - https://www.freecadweb.org/wiki/index.php?title=Artwork + https://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Material/Gui/Resources/icons/Material_Edit.svg b/src/Mod/Material/Gui/Resources/icons/Material_Edit.svg index fa9424f161..8b8661da1b 100644 --- a/src/Mod/Material/Gui/Resources/icons/Material_Edit.svg +++ b/src/Mod/Material/Gui/Resources/icons/Material_Edit.svg @@ -98,7 +98,7 @@ Arch_Material 2015-04-15 - https://www.freecadweb.org/wiki/index.php?title=Artwork + https://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Material/Gui/Resources/icons/preferences-material.svg b/src/Mod/Material/Gui/Resources/icons/preferences-material.svg index fa9424f161..8b8661da1b 100644 --- a/src/Mod/Material/Gui/Resources/icons/preferences-material.svg +++ b/src/Mod/Material/Gui/Resources/icons/preferences-material.svg @@ -98,7 +98,7 @@ Arch_Material 2015-04-15 - https://www.freecadweb.org/wiki/index.php?title=Artwork + https://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Material/materialtests/Materials/TestAcrylicLegacy.FCMat b/src/Mod/Material/materialtests/Materials/TestAcrylicLegacy.FCMat index a25c1f3e04..af568c9f7d 100644 --- a/src/Mod/Material/materialtests/Materials/TestAcrylicLegacy.FCMat +++ b/src/Mod/Material/materialtests/Materials/TestAcrylicLegacy.FCMat @@ -1,7 +1,7 @@ ; Acrylic ; Automatically generated by the Rocket Workbench ; information about the content of such cards can be found on the wiki: -; https://www.freecadweb.org/wiki/Material +; https://www.freecad.org/wiki/Material [General] Name = TestAcrylicLegacy diff --git a/src/Mod/Part/App/TopoShapeExpansion.cpp b/src/Mod/Part/App/TopoShapeExpansion.cpp index 491ef21418..2fcd2a890f 100644 --- a/src/Mod/Part/App/TopoShapeExpansion.cpp +++ b/src/Mod/Part/App/TopoShapeExpansion.cpp @@ -2255,7 +2255,7 @@ TopoShape& TopoShape::makeElementRuledSurface( auto& S2 = curves[1]; bool isWire = S1.shapeType() == TopAbs_WIRE; - // https://forum.freecadweb.org/viewtopic.php?f=8&t=24052 + // https://forum.freecad.org/viewtopic.php?f=8&t=24052 // // if both shapes are sub-elements of one common shape then the fill // algorithm leads to problems if the shape has set a placement. The @@ -2854,7 +2854,7 @@ TopoShape& TopoShape::makeElementOffset2D( } // Copying shape to fix strange orientation behavior, OCC7.0.0. See bug #2699 - // http://www.freecadweb.org/tracker/view.php?id=2699 + // http://www.freecad.org/tracker/view.php?id=2699 offsetShape = shape.makeElementShape(mkOffset, op).makeElementCopy(); } else { @@ -4745,7 +4745,7 @@ TopoShape& TopoShape::makeElementDraft( // 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.freecadweb.org/viewtopic.php?f=10&t=3209&start=10#p25341 The + // http://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); FC_ERR("Failed to add some face for drafting, skip"); @@ -5341,7 +5341,7 @@ TopoShape TopoShape::splitWires(std::vector* inner, SplitWireReorient // outbound wire. And practice shows it sometimes returns the incorrect // result. Need more investigation. Note that this may be related to // unreliable solid face orientation - // (https://forum.freecadweb.org/viewtopic.php?p=446006#p445674) + // (https://forum.freecad.org/viewtopic.php?p=446006#p445674) // // Use BrepTools::OuterWire() instead. OCC source code shows it is // implemented using simple bound box checking. This should be a diff --git a/src/Mod/PartDesign/App/FeatureGroove.cpp b/src/Mod/PartDesign/App/FeatureGroove.cpp index 18e6d6d935..9119213639 100644 --- a/src/Mod/PartDesign/App/FeatureGroove.cpp +++ b/src/Mod/PartDesign/App/FeatureGroove.cpp @@ -384,7 +384,7 @@ void Groove::generateRevolution( // revolve the face to a solid // BRepPrimAPI is the only option that allows use of this shape for patterns. - // See https://forum.freecadweb.org/viewtopic.php?f=8&t=70185&p=611673#p611673. + // See https://forum.freecad.org/viewtopic.php?f=8&t=70185&p=611673#p611673. revol = from; revol = revol.makeElementRevolve(revolAx, angleTotal); revol.Tag = -getID(); diff --git a/src/Mod/PartDesign/App/FeatureRevolution.cpp b/src/Mod/PartDesign/App/FeatureRevolution.cpp index 9d7dc2a92d..d6fe5e1e2b 100644 --- a/src/Mod/PartDesign/App/FeatureRevolution.cpp +++ b/src/Mod/PartDesign/App/FeatureRevolution.cpp @@ -425,7 +425,7 @@ void Revolution::generateRevolution( // revolve the face to a solid // BRepPrimAPI is the only option that allows use of this shape for patterns. - // See https://forum.freecadweb.org/viewtopic.php?f=8&t=70185&p=611673#p611673. + // See https://forum.freecad.org/viewtopic.php?f=8&t=70185&p=611673#p611673. revol = from; revol = revol.makeElementRevolve(revolAx, angleTotal); revol.Tag = -getID(); diff --git a/src/Mod/Sketcher/Gui/DrawSketchHandlerOffset.h b/src/Mod/Sketcher/Gui/DrawSketchHandlerOffset.h index d0d860443c..92d209d51c 100644 --- a/src/Mod/Sketcher/Gui/DrawSketchHandlerOffset.h +++ b/src/Mod/Sketcher/Gui/DrawSketchHandlerOffset.h @@ -272,7 +272,7 @@ private: } // Copying shape to fix strange orientation behavior, OCC7.0.0. See bug #2699 - // http://www.freecadweb.org/tracker/view.php?id=2699 + // http://www.freecad.org/tracker/view.php?id=2699 offsetShape = BRepBuilderAPI_Copy(offsetShape).Shape(); return offsetShape; } diff --git a/src/Mod/Sketcher/Gui/Resources/icons/constraints/Constraint_Dimension.svg b/src/Mod/Sketcher/Gui/Resources/icons/constraints/Constraint_Dimension.svg index 1537583cea..ae899ec66c 100644 --- a/src/Mod/Sketcher/Gui/Resources/icons/constraints/Constraint_Dimension.svg +++ b/src/Mod/Sketcher/Gui/Resources/icons/constraints/Constraint_Dimension.svg @@ -202,7 +202,7 @@ 2011-10-10 - https://www.freecadweb.org/wiki/index.php?title=Artwork + https://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Sketcher/Gui/Resources/icons/constraints/Constraint_Dimension_Driven.svg b/src/Mod/Sketcher/Gui/Resources/icons/constraints/Constraint_Dimension_Driven.svg index dfbff8b11f..bbd0868b24 100644 --- a/src/Mod/Sketcher/Gui/Resources/icons/constraints/Constraint_Dimension_Driven.svg +++ b/src/Mod/Sketcher/Gui/Resources/icons/constraints/Constraint_Dimension_Driven.svg @@ -232,7 +232,7 @@ 2011-10-10 - https://www.freecadweb.org/wiki/index.php?title=Artwork + https://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Sketcher/Gui/Resources/icons/tools/Sketcher_Rotate.svg b/src/Mod/Sketcher/Gui/Resources/icons/tools/Sketcher_Rotate.svg index a819e5d47b..4dfd6177f0 100644 --- a/src/Mod/Sketcher/Gui/Resources/icons/tools/Sketcher_Rotate.svg +++ b/src/Mod/Sketcher/Gui/Resources/icons/tools/Sketcher_Rotate.svg @@ -744,7 +744,7 @@ 2015-08-11 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Sketcher/Gui/Resources/icons/tools/Sketcher_Scale.svg b/src/Mod/Sketcher/Gui/Resources/icons/tools/Sketcher_Scale.svg index fb4e3412ff..c0924019ee 100644 --- a/src/Mod/Sketcher/Gui/Resources/icons/tools/Sketcher_Scale.svg +++ b/src/Mod/Sketcher/Gui/Resources/icons/tools/Sketcher_Scale.svg @@ -760,7 +760,7 @@ 2015-08-11 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/tests/src/Mod/Material/App/Materials/TestAcrylicLegacy.FCMat b/tests/src/Mod/Material/App/Materials/TestAcrylicLegacy.FCMat index a25c1f3e04..af568c9f7d 100644 --- a/tests/src/Mod/Material/App/Materials/TestAcrylicLegacy.FCMat +++ b/tests/src/Mod/Material/App/Materials/TestAcrylicLegacy.FCMat @@ -1,7 +1,7 @@ ; Acrylic ; Automatically generated by the Rocket Workbench ; information about the content of such cards can be found on the wiki: -; https://www.freecadweb.org/wiki/Material +; https://www.freecad.org/wiki/Material [General] Name = TestAcrylicLegacy