diff --git a/CMakeLists.txt b/CMakeLists.txt index 30b5cabb16..9c42dbeea3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # As of January 2023 we require CMake 3.16.3 -# see https://forum.freecadweb.org/viewtopic.php?f=10&t=72173 +# see https://forum.freecad.org/viewtopic.php?f=10&t=72173 # for further info why cmake_minimum_required(VERSION 3.16.3 FATAL_ERROR) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index fed1809d44..46595235d3 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -56,7 +56,7 @@ further defined and clarified by project maintainers. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting any of the community admins or moderators at -https://forum.freecadweb.org/memberlist.php?mode=team . All +https://forum.freecad.org/memberlist.php?mode=team . All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/README.md b/README.md index 4f7607de66..ef68655af8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ - + ### Your own 3D parametric modeler -[Website](https://www.freecadweb.org) • -[Documentation](https://wiki.freecadweb.org) • -[Forum](https://forum.freecadweb.org/) • +[Website](https://www.freecad.org) • +[Documentation](https://wiki.freecad.org) • +[Forum](https://forum.freecad.org/) • [Bug tracker](https://github.com/FreeCAD/FreeCAD/issues) • [Git repository](https://github.com/FreeCAD/FreeCAD) @@ -50,7 +50,7 @@ software center application. For development releases check the [weekly-builds page](https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds). -Other options are described at the [wiki Download page](https://wiki.freecadweb.org/Download). +Other options are described at the [wiki Download page](https://wiki.freecad.org/Download). Build Status ------------ @@ -78,11 +78,11 @@ you will usually have to compile them yourself. The pages below contain up-to-date build instructions: -- [Linux](https://wiki.freecadweb.org/Compile_on_Linux) -- [Windows](https://wiki.freecadweb.org/Compile_on_Windows) -- [macOS](https://wiki.freecadweb.org/Compile_on_MacOS) -- [Cygwin](https://wiki.freecadweb.org/Compile_on_Cygwin) -- [MinGW](https://wiki.freecadweb.org/Compile_on_MinGW) +- [Linux](https://wiki.freecad.org/Compile_on_Linux) +- [Windows](https://wiki.freecad.org/Compile_on_Windows) +- [macOS](https://wiki.freecad.org/Compile_on_MacOS) +- [Cygwin](https://wiki.freecad.org/Compile_on_Cygwin) +- [MinGW](https://wiki.freecad.org/Compile_on_MinGW) Reporting Issues @@ -100,7 +100,7 @@ For more detail see: - [Bug Tracker](https://github.com/FreeCAD/FreeCAD/issues) - [Reporting Issues and Requesting Features](https://github.com/FreeCAD/FreeCAD/issues/new/choose) - [Contributing](https://github.com/FreeCAD/FreeCAD/blob/master/CONTRIBUTING.md) -- [Help Forum](https://forum.freecadweb.org/viewforum.php?f=3) +- [Help Forum](https://forum.freecad.org/viewforum.php?f=3) Usage & Getting help @@ -110,14 +110,14 @@ The FreeCAD wiki contains documentation on general FreeCAD usage, Python scripting, and development. These pages might help you get started: -- [Getting started](https://wiki.freecadweb.org/Getting_started) -- [Features list](https://wiki.freecadweb.org/Feature_list) -- [Frequent questions](https://wiki.freecadweb.org/FAQ/en) -- [Workbenches](https://wiki.freecadweb.org/Workbenches) -- [Scripting](https://wiki.freecadweb.org/Power_users_hub) -- [Development](https://wiki.freecadweb.org/Developer_hub) +- [Getting started](https://wiki.freecad.org/Getting_started) +- [Features list](https://wiki.freecad.org/Feature_list) +- [Frequent questions](https://wiki.freecad.org/FAQ/en) +- [Workbenches](https://wiki.freecad.org/Workbenches) +- [Scripting](https://wiki.freecad.org/Power_users_hub) +- [Development](https://wiki.freecad.org/Developer_hub) -The [FreeCAD forum](https://forum.freecadweb.org) is also a great place +The [FreeCAD forum](https://forum.freecad.org) is also a great place to find help and solve specific problems you might encounter when learning to use FreeCAD. diff --git a/cMake/FreeCAD_Helpers/SetupSalomeSMESH.cmake b/cMake/FreeCAD_Helpers/SetupSalomeSMESH.cmake index 0e49d508f4..1a58efa3e5 100644 --- a/cMake/FreeCAD_Helpers/SetupSalomeSMESH.cmake +++ b/cMake/FreeCAD_Helpers/SetupSalomeSMESH.cmake @@ -4,7 +4,7 @@ macro(SetupSalomeSMESH) # Salome SMESH sources are under src/3rdParty now if(BUILD_SMESH) # set the internal smesh version: - # see src/3rdParty/salomonemesh/CMakeLists.txt and commit https://github.com/FreeCAD/FreeCAD/commit/666a3e5 and https://forum.freecadweb.org/viewtopic.php?f=10&t=30838 + # see src/3rdParty/salomonemesh/CMakeLists.txt and commit https://github.com/FreeCAD/FreeCAD/commit/666a3e5 and https://forum.freecad.org/viewtopic.php?f=10&t=30838 set(SMESH_VERSION_MAJOR 7) set(SMESH_VERSION_MINOR 7) set(SMESH_VERSION_PATCH 1) diff --git a/package/fedora/freecad.spec b/package/fedora/freecad.spec index 65080a11a8..0b18c41d46 100644 --- a/package/fedora/freecad.spec +++ b/package/fedora/freecad.spec @@ -39,7 +39,7 @@ Summary: A general purpose 3D CAD modeler Group: Applications/Engineering License: LGPLv2+ -URL: http://www.freecadweb.org/ +URL: http://www.freecad.org/ Source0: https://github.com/%{github_name}/FreeCAD/archive/%{branch}.tar.gz diff --git a/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp b/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp index a68578de12..78253c3506 100644 --- a/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp +++ b/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp @@ -102,7 +102,7 @@ Driver_Mesh::Status DriverUNV_R_SMDS_Mesh::Perform() { // Kernel_Utils::Localizer loc; Status aResult = DRS_OK; - // See http://forum.freecadweb.org/viewtopic.php?f=18&t=14404&p=135981#p136086 (wmayer) + // See http://forum.freecad.org/viewtopic.php?f=18&t=14404&p=135981#p136086 (wmayer) // Line endings in UNIX format cause problems on Windows, thus the file must be opened // in binary mode. std::ifstream in_stream(myFile.c_str(), std::ios::in | std::ios::binary); diff --git a/src/App/Application.cpp b/src/App/Application.cpp index a77cd10d22..615e4e3f54 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -2286,7 +2286,7 @@ void parseProgramOptions(int ac, char ** av, const string& exe, variables_map& v if (vm.count("help")) { std::stringstream str; str << exe << endl << endl; - str << "For a detailed description see https://www.freecadweb.org/wiki/Start_up_and_Configuration" << endl<" << endl << "" << endl; Document::Save(writer); diff --git a/src/App/Expression.cpp b/src/App/Expression.cpp index 54c305d889..639fb8dd21 100644 --- a/src/App/Expression.cpp +++ b/src/App/Expression.cpp @@ -1314,7 +1314,7 @@ void NumberExpression::_toString(std::ostream &ss, bool,int) const { // Restore the old implementation because using digits10 + 2 causes // undesired side-effects: - // https://forum.freecadweb.org/viewtopic.php?f=3&t=44057&p=375882#p375882 + // https://forum.freecad.org/viewtopic.php?f=3&t=44057&p=375882#p375882 // See also: // https://en.cppreference.com/w/cpp/types/numeric_limits/digits10 // https://en.cppreference.com/w/cpp/types/numeric_limits/max_digits10 diff --git a/src/App/ExpressionTokenizer.cpp b/src/App/ExpressionTokenizer.cpp index 8e3db432cf..db311214cf 100644 --- a/src/App/ExpressionTokenizer.cpp +++ b/src/App/ExpressionTokenizer.cpp @@ -39,7 +39,7 @@ QString ExpressionTokenizer::perform(const QString& prefix, int pos) { // ExpressionParser::tokenize() only supports std::string but we need a tuple QString // because due to UTF-8 encoding a std::string may be longer than a QString - // See https://forum.freecadweb.org/viewtopic.php?f=3&t=69931 + // See https://forum.freecad.org/viewtopic.php?f=3&t=69931 auto tokenizeExpression = [](const QString& expr) { std::vector> result = ExpressionParser::tokenize(expr.toStdString()); diff --git a/src/App/Metadata.h b/src/App/Metadata.h index 38c936e361..1273de8a0b 100644 --- a/src/App/Metadata.h +++ b/src/App/Metadata.h @@ -183,7 +183,7 @@ struct AppExport GenericMetadata { * * The metadata format is based on https://ros.org/reps/rep-0149.html, modified for FreeCAD * use. Full format documentation is available at the FreeCAD Wiki: - * https://wiki.freecadweb.org/Package_Metadata + * https://wiki.freecad.org/Package_Metadata */ class AppExport Metadata { diff --git a/src/Doc/LICENSE.html b/src/Doc/LICENSE.html index 2dab52fd4e..bb0d959d59 100644 --- a/src/Doc/LICENSE.html +++ b/src/Doc/LICENSE.html @@ -9,7 +9,7 @@

The FreeCAD application is licensed under the terms of the LGPL2+ license, as stated below.

Third-party libraries licenses

-

The different libraries used in FreeCAD and their respective licenses are described on the Third Party Libraries wiki page.

+

The different libraries used in FreeCAD and their respective licenses are described on the Third Party Libraries wiki page.



diff --git a/src/Doc/mainpage.dox.in b/src/Doc/mainpage.dox.in index a09cd19004..5ab0e6c5dc 100644 --- a/src/Doc/mainpage.dox.in +++ b/src/Doc/mainpage.dox.in @@ -24,27 +24,27 @@ \mainpage FreeCAD source documentation - This is the source documentation of FreeCAD. + This is the source documentation of FreeCAD. It is automatically generated from the source code, and describes the different components of the FreeCAD source code, for both the parts written in C++ and Python. For general help and documentation about the FreeCAD application and how to use it, head - first to the Wiki Documentation. + first to the Wiki Documentation. Refer to the - general + general introduction to the FreeCAD source code page for a broad view of how the source code is organized, and browse the modules, classes and namespaces from the menu above. - The Developers section + The Developers section of the wiki also contains additional information for developers, and the - Powerusers / python scripting + Powerusers / python scripting section contains coding documentation that is specifically aimed at python scripting, but that will also be useful to C++ coders, as most of the APIs are identical or very similar. For space reasons, this on-line version doesn't include the source code headers nor the full inheritance graphics. But you can build a full version yourself with everything included, - as explained in building + as explained in building the source code documentation. You can also browse through the source code on github. @@ -64,13 +64,13 @@ utility to browse through the sources. If you seek information on FreeCAD at large, please consult our - Wiki + Wiki FreeCAD being a fast moving target, don't hesitate to rebuild an up to date doc from source as often as needed (\ref makingdocs "more info"). CPU cycles are cheap nowadays! - The homepage of FreeCAD is here. + The homepage of FreeCAD is here. \endif diff --git a/src/Doc/makingDocs.dox b/src/Doc/makingDocs.dox index 15ba539993..6f149338a4 100644 --- a/src/Doc/makingDocs.dox +++ b/src/Doc/makingDocs.dox @@ -1,7 +1,7 @@ /** \page makingdocs Building this source documentation After running cmake (as per build instructions on the -FreeCAD wiki, +FreeCAD wiki, run 'make DevDoc' in your build directory. HTML documentation will be built in doc/SourceDocu/html. diff --git a/src/Doc/sphinx/_templates/searchbox.html b/src/Doc/sphinx/_templates/searchbox.html index b4be3686f0..fae3d96b07 100644 --- a/src/Doc/sphinx/_templates/searchbox.html +++ b/src/Doc/sphinx/_templates/searchbox.html @@ -20,7 +20,7 @@ {{ _('Enter search terms or a module, class or function name.') }}

- Go back to the FreeCAD homepage + Go back to the FreeCAD homepage

diff --git a/src/Doc/sphinx/index.rst b/src/Doc/sphinx/index.rst index 12c74eb1d1..5427793c3c 100644 --- a/src/Doc/sphinx/index.rst +++ b/src/Doc/sphinx/index.rst @@ -36,4 +36,4 @@ This is the complete python API reference of the FreeCAD application * :ref:`genindex` * :ref:`modindex` * :ref:`search` -* `FreeCAD homepage `_ +* `FreeCAD homepage `_ diff --git a/src/Doc/templates/header.html b/src/Doc/templates/header.html index 6cf526d782..1cce457543 100644 --- a/src/Doc/templates/header.html +++ b/src/Doc/templates/header.html @@ -23,13 +23,13 @@ - +
' HTML = HTML.replace("UL_WORKBENCHES", UL_WORKBENCHES) diff --git a/src/Mod/Start/StartPage/TranslationTexts.py b/src/Mod/Start/StartPage/TranslationTexts.py index 4ba47de629..3bed5a7f2c 100644 --- a/src/Mod/Start/StartPage/TranslationTexts.py +++ b/src/Mod/Start/StartPage/TranslationTexts.py @@ -54,15 +54,15 @@ T_DESCR_MANUAL = translate("StartPage", "The FreeCAD manual is another, more lin T_WBHELP = translate("StartPage", "Workbenches documentation") T_DESCR_WBHELP = translate("StartPage", "These are the help pages of all the workbenches currently installed on this computer.") T_COMMUNITYHELP = translate("StartPage", "Getting help from the community") -T_DESCR_COMMUNITYHELP1 = translate("StartPage", "The FreeCAD forum is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general Help on using FreeCAD section.") -T_DESCR_COMMUNITYHELP2 = translate("StartPage", "If it is the first time you are posting on the forum, be sure to read the guidelines first!") -T_DESCR_COMMUNITYHELP3 = translate("StartPage", "FreeCAD also maintains a public bug tracker where anybody can submit bugs and propose new features. To avoid causing extra work and give the best chances to see your bug solved, make sure you read the bug submission guide before posting.") +T_DESCR_COMMUNITYHELP1 = translate("StartPage", "The FreeCAD forum is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general Help on using FreeCAD section.") +T_DESCR_COMMUNITYHELP2 = translate("StartPage", "If it is the first time you are posting on the forum, be sure to read the guidelines first!") +T_DESCR_COMMUNITYHELP3 = translate("StartPage", "FreeCAD also maintains a public bug tracker where anybody can submit bugs and propose new features. To avoid causing extra work and give the best chances to see your bug solved, make sure you read the bug submission guide before posting.") T_ADDONS = translate("StartPage", "Available addons") T_DESCR_ADDONS = translate("StartPage", "Below is a list of available extra workbenches that can be added to your FreeCAD installation. Browse and install them from menu Tools -> Addons manager. You can learn more about any of them by clicking the links below.") T_OFFLINEHELP = translate("StartPage", "If not bundled with your FreeCAD version, install the FreeCAD documentation package to get documentation hubs, workbench help and individual command documentation without an internet connection.") T_OFFLINEPLACEHOLDER = translate("StartPage", "Cannot fetch information from GitHub. Authorize FreeCAD to access the internet and reload the Start page.") T_RECENTCOMMITS = translate("StartPage", "Recent commits") -T_DESCR_RECENTCOMMITS = translate("StartPage", "Below are the latest changes added to the FreeCAD source code. These changes might not reflect yet in the FreeCAD version that you are currently running. Check the available options if you wish to obtain a development version.") +T_DESCR_RECENTCOMMITS = translate("StartPage", "Below are the latest changes added to the FreeCAD source code. These changes might not reflect yet in the FreeCAD version that you are currently running. Check the available options if you wish to obtain a development version.") T_SEEONGITHUB = translate("StartPage", "See all commits on github") T_CUSTOM = translate("StartPage", "You can configure a custom folder to display here in menu Edit -> Preferences -> Start -> Show additional folder") T_VERSION = translate("StartPage", "version") @@ -70,7 +70,7 @@ T_BUILD = translate("StartPage", "build") T_CREATENEW = translate("StartPage", "Create new...") T_UNKNOWN = translate("StartPage", "Unknown") T_FORUM = translate("StartPage", "Forum") -T_DESCR_FORUM = translate("StartPage", "The latest posts on the FreeCAD forum:") +T_DESCR_FORUM = translate("StartPage", "The latest posts on the FreeCAD forum:") T_EXTERNALLINKS = translate("StartPage", "To open any of the links above in your desktop browser, Right-click -> Open in external browser") T_CREATIONDATE = translate("StartPage", "Creation date") T_LASTMODIFIED = translate("StartPage", "Last modification") diff --git a/src/Mod/Surface/Gui/Resources/icons/BlendSurface.svg b/src/Mod/Surface/Gui/Resources/icons/BlendSurface.svg index 7411c1dcc6..96587889a5 100644 --- a/src/Mod/Surface/Gui/Resources/icons/BlendSurface.svg +++ b/src/Mod/Surface/Gui/Resources/icons/BlendSurface.svg @@ -126,7 +126,7 @@ Part_Shape_from_Mesh 2020/10/03 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Surface/Gui/Resources/icons/Surface_BSplineSurface.svg b/src/Mod/Surface/Gui/Resources/icons/Surface_BSplineSurface.svg index a2644e009c..6843ddbab1 100644 --- a/src/Mod/Surface/Gui/Resources/icons/Surface_BSplineSurface.svg +++ b/src/Mod/Surface/Gui/Resources/icons/Surface_BSplineSurface.svg @@ -126,7 +126,7 @@ Part_Shape_from_Mesh 2020/10/03 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Surface/Gui/Resources/icons/Surface_BezierSurface.svg b/src/Mod/Surface/Gui/Resources/icons/Surface_BezierSurface.svg index d5179839bc..ab50f785ad 100644 --- a/src/Mod/Surface/Gui/Resources/icons/Surface_BezierSurface.svg +++ b/src/Mod/Surface/Gui/Resources/icons/Surface_BezierSurface.svg @@ -126,7 +126,7 @@ Part_Shape_from_Mesh 2020/10/03 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Surface/Gui/Resources/icons/Surface_CurveOnMesh.svg b/src/Mod/Surface/Gui/Resources/icons/Surface_CurveOnMesh.svg index d2611f592f..6af6bce289 100644 --- a/src/Mod/Surface/Gui/Resources/icons/Surface_CurveOnMesh.svg +++ b/src/Mod/Surface/Gui/Resources/icons/Surface_CurveOnMesh.svg @@ -126,7 +126,7 @@ Part_Shape_from_Mesh 2020/10/03 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Surface/Gui/Resources/icons/Surface_Cut.svg b/src/Mod/Surface/Gui/Resources/icons/Surface_Cut.svg index 8a16b39b90..e889a6fe1f 100644 --- a/src/Mod/Surface/Gui/Resources/icons/Surface_Cut.svg +++ b/src/Mod/Surface/Gui/Resources/icons/Surface_Cut.svg @@ -126,7 +126,7 @@ Part_Shape_from_Mesh 2020/10/03 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Surface/Gui/Resources/icons/Surface_ExtendFace.svg b/src/Mod/Surface/Gui/Resources/icons/Surface_ExtendFace.svg index d7af2c7f2d..a1b0cc9535 100644 --- a/src/Mod/Surface/Gui/Resources/icons/Surface_ExtendFace.svg +++ b/src/Mod/Surface/Gui/Resources/icons/Surface_ExtendFace.svg @@ -126,7 +126,7 @@ Part_Shape_from_Mesh 2020/10/03 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Surface/Gui/Resources/icons/Surface_Filling.svg b/src/Mod/Surface/Gui/Resources/icons/Surface_Filling.svg index 5daf7464f8..2d5c47d41e 100644 --- a/src/Mod/Surface/Gui/Resources/icons/Surface_Filling.svg +++ b/src/Mod/Surface/Gui/Resources/icons/Surface_Filling.svg @@ -126,7 +126,7 @@ Part_Shape_from_Mesh 2020/10/03 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Surface/Gui/Resources/icons/Surface_GeomFillSurface.svg b/src/Mod/Surface/Gui/Resources/icons/Surface_GeomFillSurface.svg index 2c6e085a7b..275528d5ce 100644 --- a/src/Mod/Surface/Gui/Resources/icons/Surface_GeomFillSurface.svg +++ b/src/Mod/Surface/Gui/Resources/icons/Surface_GeomFillSurface.svg @@ -126,7 +126,7 @@ Part_Shape_from_Mesh 2020/10/03 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Surface/Gui/Resources/icons/Surface_Sections.svg b/src/Mod/Surface/Gui/Resources/icons/Surface_Sections.svg index f84f5b73fe..af65c7b3a5 100644 --- a/src/Mod/Surface/Gui/Resources/icons/Surface_Sections.svg +++ b/src/Mod/Surface/Gui/Resources/icons/Surface_Sections.svg @@ -164,7 +164,7 @@ Part_Shape_from_Mesh 2020/10/03 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Surface/Gui/Resources/icons/Surface_Sewing.svg b/src/Mod/Surface/Gui/Resources/icons/Surface_Sewing.svg index 7411c1dcc6..96587889a5 100644 --- a/src/Mod/Surface/Gui/Resources/icons/Surface_Sewing.svg +++ b/src/Mod/Surface/Gui/Resources/icons/Surface_Sewing.svg @@ -126,7 +126,7 @@ Part_Shape_from_Mesh 2020/10/03 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Surface/Gui/Resources/icons/Surface_Surface.svg b/src/Mod/Surface/Gui/Resources/icons/Surface_Surface.svg index b3217de204..81a9de72c7 100644 --- a/src/Mod/Surface/Gui/Resources/icons/Surface_Surface.svg +++ b/src/Mod/Surface/Gui/Resources/icons/Surface_Surface.svg @@ -126,7 +126,7 @@ Part_Shape_from_Mesh 2020/10/03 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Surface/Gui/Resources/icons/Surface_Workbench.svg b/src/Mod/Surface/Gui/Resources/icons/Surface_Workbench.svg index 44e6791ec6..4f56f5e03c 100644 --- a/src/Mod/Surface/Gui/Resources/icons/Surface_Workbench.svg +++ b/src/Mod/Surface/Gui/Resources/icons/Surface_Workbench.svg @@ -126,7 +126,7 @@ Part_Shape_from_Mesh 2020/10/03 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/Surface/SurfaceTests/TestBlendCurve.py b/src/Mod/Surface/SurfaceTests/TestBlendCurve.py index 0840ec8db8..afc2da7a87 100644 --- a/src/Mod/Surface/SurfaceTests/TestBlendCurve.py +++ b/src/Mod/Surface/SurfaceTests/TestBlendCurve.py @@ -22,7 +22,7 @@ __title__ = "Surface unit tests" __author__ = "Werner Mayer" -__url__ = "https://www.freecadweb.org" +__url__ = "https://www.freecad.org" import sys import unittest diff --git a/src/Mod/TechDraw/App/CenterLine.cpp b/src/Mod/TechDraw/App/CenterLine.cpp index 0fc273e885..f467f5a802 100644 --- a/src/Mod/TechDraw/App/CenterLine.cpp +++ b/src/Mod/TechDraw/App/CenterLine.cpp @@ -495,9 +495,9 @@ std::pair CenterLine::calcEndPoints2Lines(DrawVi // The centerline is drawn using the midpoints of the two lines that connect l1p1-l2p1 and l1p2-l2p2. // However, we don't know which point should be l1p1 to get a geometrically correct result, see - // https://wiki.freecadweb.org/File:TD-CenterLineFlip.png for an illustration of the problem. + // https://wiki.freecad.org/File:TD-CenterLineFlip.png for an illustration of the problem. // Thus we test this by a circulation test, see this post for a brief explanation: - // https://forum.freecadweb.org/viewtopic.php?p=505733#p505615 + // https://forum.freecad.org/viewtopic.php?p=505733#p505615 if (DrawUtil::circulation(l1p1, l1p2, l2p1) != DrawUtil::circulation(l1p2, l2p2, l2p1)) { Base::Vector3d temp; // reverse line 1 temp = l1p1; diff --git a/src/Mod/TechDraw/App/DrawProjGroup.h b/src/Mod/TechDraw/App/DrawProjGroup.h index 6343fed9c6..3197c4bd4f 100644 --- a/src/Mod/TechDraw/App/DrawProjGroup.h +++ b/src/Mod/TechDraw/App/DrawProjGroup.h @@ -152,7 +152,7 @@ protected: /// Annoying helper - keep in sync with DrawProjGroupItem::TypeEnums /*! - * \todo {See note regarding App::PropertyEnumeration on my wiki page http://freecadweb.org/wiki/User:Ian.rees} + * \todo {See note regarding App::PropertyEnumeration on my wiki page http://freecad.org/wiki/User:Ian.rees} * \return true iff 'in' is a valid name for an orthographic/isometric view */ bool checkViewProjType(const char *in); diff --git a/src/Mod/TechDraw/App/DrawUtil.h b/src/Mod/TechDraw/App/DrawUtil.h index 63ad755b05..b2a53be651 100644 --- a/src/Mod/TechDraw/App/DrawUtil.h +++ b/src/Mod/TechDraw/App/DrawUtil.h @@ -56,7 +56,7 @@ #define VECTORTOLERANCE (Precision::Confusion()) #define SVG_NS_URI "http://www.w3.org/2000/svg" -#define FREECAD_SVG_NS_URI "http://www.freecadweb.org/wiki/index.php?title=Svg_Namespace" +#define FREECAD_SVG_NS_URI "http://www.freecad.org/wiki/index.php?title=Svg_Namespace" //some shapes are being passed in where edges that should be connected are in fact //separated by more than 2*Precision::Confusion (expected tolerance for 2 TopoDS_Vertex) diff --git a/src/Mod/TechDraw/App/DrawViewArch.cpp b/src/Mod/TechDraw/App/DrawViewArch.cpp index 55aa093b2b..a0d4fc9688 100644 --- a/src/Mod/TechDraw/App/DrawViewArch.cpp +++ b/src/Mod/TechDraw/App/DrawViewArch.cpp @@ -139,7 +139,7 @@ std::string DrawViewArch::getSVGHead() { return std::string("\\n"); + std::string(" xmlns:freecad=\"http://www.freecad.org/wiki/index.php?title=Svg_Namespace\">\\n"); } std::string DrawViewArch::getSVGTail() diff --git a/src/Mod/TechDraw/App/DrawViewDraft.cpp b/src/Mod/TechDraw/App/DrawViewDraft.cpp index f7bd1b7c36..1a73ce0424 100644 --- a/src/Mod/TechDraw/App/DrawViewDraft.cpp +++ b/src/Mod/TechDraw/App/DrawViewDraft.cpp @@ -126,7 +126,7 @@ std::string DrawViewDraft::getSVGHead() { return std::string("\\n"); + std::string(" xmlns:freecad=\"http://www.freecad.org/wiki/index.php?title=Svg_Namespace\">\\n"); } std::string DrawViewDraft::getSVGTail() diff --git a/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp b/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp index a16dff18c9..2671a8df98 100644 --- a/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp +++ b/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp @@ -129,7 +129,7 @@ std::string DrawViewSpreadsheet::getSVGHead() { return std::string("\n"); + std::string(" xmlns:freecad=\"http://www.freecad.org/wiki/index.php?title=Svg_Namespace\">\n"); } std::string DrawViewSpreadsheet::getSVGTail() diff --git a/src/Mod/TechDraw/App/Geometry.cpp b/src/Mod/TechDraw/App/Geometry.cpp index 26b07751d4..eb487f8aa8 100644 --- a/src/Mod/TechDraw/App/Geometry.cpp +++ b/src/Mod/TechDraw/App/Geometry.cpp @@ -317,7 +317,7 @@ Base::Vector3d BaseGeom::getEndPoint() Base::Vector3d BaseGeom::getMidPoint() { - // Midpoint calculation - additional details here: https://forum.freecadweb.org/viewtopic.php?f=35&t=59582 + // Midpoint calculation - additional details here: https://forum.freecad.org/viewtopic.php?f=35&t=59582 BRepAdaptor_Curve curve(occEdge); diff --git a/src/Mod/TechDraw/Gui/QGVPage.cpp b/src/Mod/TechDraw/Gui/QGVPage.cpp index d6ea690068..803b37349d 100644 --- a/src/Mod/TechDraw/Gui/QGVPage.cpp +++ b/src/Mod/TechDraw/Gui/QGVPage.cpp @@ -522,7 +522,7 @@ QPixmap QGVPage::prepareCursorPixmap(const char* iconName, QPoint& hotspot) double pixelRatio = getDevicePixelRatio(); // Due to impossibility to query cursor size via Qt API, we stick to (32x32)*device_pixel_ratio - // as FreeCAD Wiki suggests - see https://wiki.freecadweb.org/HiDPI_support#Custom_cursor_size + // as FreeCAD Wiki suggests - see https://wiki.freecad.org/HiDPI_support#Custom_cursor_size double cursorSize = 32.0 * pixelRatio; QPixmap pixmap = Gui::BitmapFactory().pixmapFromSvg(iconName, QSizeF(cursorSize, cursorSize)); diff --git a/src/Mod/TechDraw/Gui/Resources/ToleranceSymbols/flatness_editable.svg b/src/Mod/TechDraw/Gui/Resources/ToleranceSymbols/flatness_editable.svg index 83635eaeb9..0abdfb9008 100644 --- a/src/Mod/TechDraw/Gui/Resources/ToleranceSymbols/flatness_editable.svg +++ b/src/Mod/TechDraw/Gui/Resources/ToleranceSymbols/flatness_editable.svg @@ -2,7 +2,7 @@ TechDraw_View 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/TechDraw/Gui/Resources/icons/MRTE/fgColor.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/fgColor.svg index 8e1fc044ea..6f01780b24 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/fgColor.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/fgColor.svg @@ -558,7 +558,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_View 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/TechDraw/Gui/Resources/icons/MRTE/indentLess.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentLess.svg index 12dfaf88ff..984e424dad 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentLess.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentLess.svg @@ -558,7 +558,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_View 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/TechDraw/Gui/Resources/icons/MRTE/indentMore.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentMore.svg index a4ccf07d19..bcc9256b3b 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentMore.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/indentMore.svg @@ -558,7 +558,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_View 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/TechDraw/Gui/Resources/icons/MRTE/insertImage.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/insertImage.svg index e747fd07e8..16624dd66b 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/insertImage.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/insertImage.svg @@ -905,7 +905,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_Image 2016-11-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/TechDraw/Gui/Resources/icons/MRTE/listBullet.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/listBullet.svg index 0204947373..edef64f204 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/listBullet.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/listBullet.svg @@ -558,7 +558,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_View 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/TechDraw/Gui/Resources/icons/MRTE/listNumber.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/listNumber.svg index f5d6a04d16..e34c828278 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/listNumber.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/listNumber.svg @@ -556,7 +556,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_View 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/TechDraw/Gui/Resources/icons/MRTE/textBold.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textBold.svg index f6e83c298a..66b40a3eeb 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textBold.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textBold.svg @@ -558,7 +558,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_View 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/TechDraw/Gui/Resources/icons/MRTE/textItalic.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textItalic.svg index 0eaada7b37..71862e2199 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textItalic.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textItalic.svg @@ -558,7 +558,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_View 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/TechDraw/Gui/Resources/icons/MRTE/textStrike.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textStrike.svg index c42b0d36a2..ad73445937 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textStrike.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textStrike.svg @@ -558,7 +558,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_View 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/TechDraw/Gui/Resources/icons/MRTE/textUnderline.svg b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textUnderline.svg index d352753da5..43ed94dc6f 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textUnderline.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/MRTE/textUnderline.svg @@ -558,7 +558,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_View 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/TechDraw/Gui/Resources/icons/TechDraw_3PtAngleDimension.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_3PtAngleDimension.svg index 99f991952d..2b5e82f21b 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_3PtAngleDimension.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_3PtAngleDimension.svg @@ -281,7 +281,7 @@ TechDraw_Dimension_Angle 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/TechDraw/Gui/Resources/icons/TechDraw_AngleDimension.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_AngleDimension.svg index c52c3866b4..2d06fa82ac 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_AngleDimension.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_AngleDimension.svg @@ -270,7 +270,7 @@ TechDraw_Dimension_Angle 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/TechDraw/Gui/Resources/icons/TechDraw_Balloon.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Balloon.svg index 7caaa4af9a..4fb620455a 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Balloon.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Balloon.svg @@ -220,7 +220,7 @@ TechDraw_Dimension_Diameter 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/TechDraw/Gui/Resources/icons/TechDraw_DiameterDimension.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_DiameterDimension.svg index 862e92b7ab..f9affeba11 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_DiameterDimension.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_DiameterDimension.svg @@ -207,7 +207,7 @@ TechDraw_Dimension_Diameter 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/TechDraw/Gui/Resources/icons/TechDraw_Dimension.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Dimension.svg index 06ca826bd0..9ac7e26957 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Dimension.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Dimension.svg @@ -232,7 +232,7 @@ TechDraw_Dimension 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/TechDraw/Gui/Resources/icons/TechDraw_DimensionRepair.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_DimensionRepair.svg index 6770399ff2..f09ebcfbc4 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_DimensionRepair.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_DimensionRepair.svg @@ -109,7 +109,7 @@ TechDraw_Dimension 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/TechDraw/Gui/Resources/icons/TechDraw_HorizontalDimension.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_HorizontalDimension.svg index 06ce142799..4b365fe119 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_HorizontalDimension.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_HorizontalDimension.svg @@ -205,7 +205,7 @@ TechDraw_Dimension_Horizontal 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/TechDraw/Gui/Resources/icons/TechDraw_HorizontalExtentDimension.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_HorizontalExtentDimension.svg index 94ae5a3fe9..314d708bc0 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_HorizontalExtentDimension.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_HorizontalExtentDimension.svg @@ -630,7 +630,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_View 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/TechDraw/Gui/Resources/icons/TechDraw_LandmarkDimension.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_LandmarkDimension.svg index 1faa78b10f..49c02bfa18 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_LandmarkDimension.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_LandmarkDimension.svg @@ -178,7 +178,7 @@ TechDraw_LandmarkDimension 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/TechDraw/Gui/Resources/icons/TechDraw_LengthDimension.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_LengthDimension.svg index 3fdd9e7250..3f1973802f 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_LengthDimension.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_LengthDimension.svg @@ -232,7 +232,7 @@ TechDraw_Dimension_Length 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/TechDraw/Gui/Resources/icons/TechDraw_LinkDimension.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_LinkDimension.svg index 3fb249fc93..f2738d953b 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_LinkDimension.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_LinkDimension.svg @@ -253,7 +253,7 @@ TechDraw_LinkDimension 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/TechDraw/Gui/Resources/icons/TechDraw_Lock.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Lock.svg index e95a9ade84..b3c78d7bf5 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Lock.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Lock.svg @@ -385,7 +385,7 @@ Assembly_Assembly_Constraints_Tree 09-04-2021 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Pages.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Pages.svg index 6346ee38aa..f4a8f03071 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Pages.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_Pages.svg @@ -32,7 +32,7 @@ TechDraw_Pages 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/TechDraw/Gui/Resources/icons/TechDraw_ProjBottom.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjBottom.svg index 8833b4bd9c..433500120e 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjBottom.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjBottom.svg @@ -50,7 +50,7 @@ TechDraw_ProjBottom 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/TechDraw/Gui/Resources/icons/TechDraw_ProjFront.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFront.svg index 7be92fcba7..74485fb499 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFront.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFront.svg @@ -55,7 +55,7 @@ TechDraw_ProjFront 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/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontBottomLeft.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontBottomLeft.svg index ebbf2bce32..616f604513 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontBottomLeft.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontBottomLeft.svg @@ -50,7 +50,7 @@ TechDraw_ProjFrontBottomLeft 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/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontBottomRight.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontBottomRight.svg index 2848937f70..39ecae2c8b 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontBottomRight.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontBottomRight.svg @@ -50,7 +50,7 @@ TechDraw_ProjFrontBottomRight 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/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontTopLeft.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontTopLeft.svg index 97198b6d5d..a07c6725d2 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontTopLeft.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontTopLeft.svg @@ -50,7 +50,7 @@ TechDraw_ProjFrontTopLeft 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/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontTopRight.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontTopRight.svg index 6b55fb6932..2b031cdc6f 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontTopRight.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjFrontTopRight.svg @@ -55,7 +55,7 @@ TechDraw_ProjFrontTopRight 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/TechDraw/Gui/Resources/icons/TechDraw_ProjLeft.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjLeft.svg index 9a3094d738..6346d47043 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjLeft.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjLeft.svg @@ -50,7 +50,7 @@ TechDraw_ProjLeft 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/TechDraw/Gui/Resources/icons/TechDraw_ProjRear.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjRear.svg index 4d9e0384f6..23b95c53ef 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjRear.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjRear.svg @@ -55,7 +55,7 @@ TechDraw_ProjRear 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/TechDraw/Gui/Resources/icons/TechDraw_ProjRight.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjRight.svg index 6a92b300d7..4041fdb76d 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjRight.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjRight.svg @@ -55,7 +55,7 @@ TechDraw_ProjRight 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/TechDraw/Gui/Resources/icons/TechDraw_ProjTop.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjTop.svg index f99c29fb4a..500737109d 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjTop.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ProjTop.svg @@ -55,7 +55,7 @@ TechDraw_ProjTop 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/TechDraw/Gui/Resources/icons/TechDraw_RadiusDimension.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_RadiusDimension.svg index e83c45fc1d..fd40c8a0b4 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_RadiusDimension.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_RadiusDimension.svg @@ -268,7 +268,7 @@ TechDraw_Dimension_Radius 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/TechDraw/Gui/Resources/icons/TechDraw_TreeHatch.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeHatch.svg index f9848d6515..249283c801 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeHatch.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeHatch.svg @@ -28,7 +28,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/TechDraw/Gui/Resources/icons/TechDraw_TreeMulti.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeMulti.svg index db261b16f1..5ccf84e91a 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeMulti.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeMulti.svg @@ -66,7 +66,7 @@ TechDraw_TreeMulti 2016-10-29 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreePage.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreePage.svg index 46dd0cb82f..aaf3c2f04d 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreePage.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreePage.svg @@ -27,7 +27,7 @@ TechDraw_TreePage 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/TechDraw/Gui/Resources/icons/TechDraw_TreePageTemplate.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreePageTemplate.svg index dd517e4137..8b67922250 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreePageTemplate.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreePageTemplate.svg @@ -190,7 +190,7 @@ TechDraw_TreePageTemplate 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/TechDraw/Gui/Resources/icons/TechDraw_TreeProjGroup.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeProjGroup.svg index 759f94c44f..9e288c2851 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeProjGroup.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeProjGroup.svg @@ -169,7 +169,7 @@ TechDraw_TreeProjGroup 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/TechDraw/Gui/Resources/icons/TechDraw_TreeSection.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeSection.svg index 440ea71e32..042fc49aed 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeSection.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeSection.svg @@ -70,7 +70,7 @@ TechDraw_TreeSection 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/TechDraw/Gui/Resources/icons/TechDraw_TreeSpreadsheet.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeSpreadsheet.svg index a8dbf281fe..38d3bc51fe 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeSpreadsheet.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeSpreadsheet.svg @@ -707,7 +707,7 @@ TechDraw_TreeSpreadsheet 2016-05-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/TechDraw/Gui/Resources/icons/TechDraw_TreeSymbol.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeSymbol.svg index 54547ceed5..06eb731bc4 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeSymbol.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeSymbol.svg @@ -564,7 +564,7 @@ rdf:resource="" /> TechDraw_TreeSymbol 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/TechDraw/Gui/Resources/icons/TechDraw_TreeView.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeView.svg index 477906772a..46568a17f4 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeView.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_TreeView.svg @@ -58,7 +58,7 @@ TechDraw_TreeView 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/TechDraw/Gui/Resources/icons/TechDraw_VerticalDimension.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_VerticalDimension.svg index 9313f9abf0..1cc62fd61f 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_VerticalDimension.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_VerticalDimension.svg @@ -204,7 +204,7 @@ TechDraw_Dimension_Vertical 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/TechDraw/Gui/Resources/icons/TechDraw_VerticalExtentDimension.svg b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_VerticalExtentDimension.svg index b3020bc84f..dcecbd774b 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_VerticalExtentDimension.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/TechDraw_VerticalExtentDimension.svg @@ -630,7 +630,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_View 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/TechDraw/Gui/Resources/icons/actions/TechDraw_ArchView.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ArchView.svg index 96fbdc9877..3ca209da14 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ArchView.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ArchView.svg @@ -984,7 +984,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> techdraw-arch-view 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/TechDraw/Gui/Resources/icons/actions/TechDraw_AxoLengthDimension.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_AxoLengthDimension.svg index 4beb683668..1275b11edb 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_AxoLengthDimension.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_AxoLengthDimension.svg @@ -186,7 +186,7 @@ TechDraw_Dimension 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/TechDraw/Gui/Resources/icons/actions/TechDraw_ClipGroup.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ClipGroup.svg index 1421c833a1..a8eaf31d99 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ClipGroup.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ClipGroup.svg @@ -132,7 +132,7 @@ techdraw-clip 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/TechDraw/Gui/Resources/icons/actions/TechDraw_ClipGroupAdd.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ClipGroupAdd.svg index 1b74788916..5c0c3f8f56 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ClipGroupAdd.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ClipGroupAdd.svg @@ -145,7 +145,7 @@ techdraw-clipplus 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/TechDraw/Gui/Resources/icons/actions/TechDraw_ClipGroupRemove.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ClipGroupRemove.svg index d85e50b9b6..84edc1de78 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ClipGroupRemove.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ClipGroupRemove.svg @@ -135,7 +135,7 @@ techdraw-clipminus 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/TechDraw/Gui/Resources/icons/actions/TechDraw_ComplexSection.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ComplexSection.svg index d0e0e2fd7f..088fee89a0 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ComplexSection.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ComplexSection.svg @@ -754,7 +754,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_View 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/TechDraw/Gui/Resources/icons/actions/TechDraw_DetailView.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_DetailView.svg index 7386a4500e..c57136c9bc 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_DetailView.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_DetailView.svg @@ -135,7 +135,7 @@ TechDraw_DetailView 2016-11-20 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_DraftView.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_DraftView.svg index 3be67a248c..ee51825b0f 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_DraftView.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_DraftView.svg @@ -501,7 +501,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> techdraw-draft-view 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/TechDraw/Gui/Resources/icons/actions/TechDraw_ExportPageDXF.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ExportPageDXF.svg index 94f1a34061..7abacb7461 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ExportPageDXF.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ExportPageDXF.svg @@ -30,7 +30,7 @@ 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/TechDraw/Gui/Resources/icons/actions/TechDraw_ExportPageSVG.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ExportPageSVG.svg index fc367d1bef..fa6ed9a2ed 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ExportPageSVG.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ExportPageSVG.svg @@ -30,7 +30,7 @@ 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/TechDraw/Gui/Resources/icons/actions/TechDraw_Hatch.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Hatch.svg index 622b762cc8..3ea828b513 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Hatch.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Hatch.svg @@ -13,7 +13,7 @@ TechDraw_Hatch 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/TechDraw/Gui/Resources/icons/actions/TechDraw_HoleShaftFit.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_HoleShaftFit.svg index 11b6f7ac31..2598cd6978 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_HoleShaftFit.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_HoleShaftFit.svg @@ -235,7 +235,7 @@ TechDraw_Dimension 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/TechDraw/Gui/Resources/icons/actions/TechDraw_Image.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Image.svg index 7f74ae46f5..4e32a2c7c6 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Image.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Image.svg @@ -903,7 +903,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_Image 2016-11-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/TechDraw/Gui/Resources/icons/actions/TechDraw_MoveView.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_MoveView.svg index 2b69f8647d..887245c3b0 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_MoveView.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_MoveView.svg @@ -562,7 +562,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_View 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/TechDraw/Gui/Resources/icons/actions/TechDraw_Multiview.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Multiview.svg index 736e07c359..b772cdcd51 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Multiview.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Multiview.svg @@ -143,7 +143,7 @@ TechDraw_Multiview 2016-10-29 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_PageDefault.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_PageDefault.svg index cc93b3900f..fa987067dc 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_PageDefault.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_PageDefault.svg @@ -929,7 +929,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/TechDraw/Gui/Resources/icons/actions/TechDraw_PageTemplate.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_PageTemplate.svg index 44c0122581..2f7613629f 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_PageTemplate.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_PageTemplate.svg @@ -17,7 +17,7 @@ techdraw-new-pick 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/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectShape.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectShape.svg index ee862fff7a..21818c019c 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectShape.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectShape.svg @@ -549,7 +549,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_View 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/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectionGroup.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectionGroup.svg index b2e0c10d71..1ae0258830 100755 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectionGroup.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ProjectionGroup.svg @@ -607,7 +607,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> techdraw-projgroup 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/TechDraw/Gui/Resources/icons/actions/TechDraw_RedrawPage.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_RedrawPage.svg index e5bda21aad..e042eb20dc 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_RedrawPage.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_RedrawPage.svg @@ -440,7 +440,7 @@ FreeCAD - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_SectionView.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_SectionView.svg index 3283742566..5ec7d76d56 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_SectionView.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_SectionView.svg @@ -667,7 +667,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_SectionView 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/TechDraw/Gui/Resources/icons/actions/TechDraw_ShareView.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ShareView.svg index a75e70cebd..9dc7419f19 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ShareView.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ShareView.svg @@ -547,7 +547,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_View 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/TechDraw/Gui/Resources/icons/actions/TechDraw_SpreadsheetView.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_SpreadsheetView.svg index 1f9aa47942..16a764f821 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_SpreadsheetView.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_SpreadsheetView.svg @@ -136,7 +136,7 @@ TechDraw_SpreadsheetView 2016-05-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/TechDraw/Gui/Resources/icons/actions/TechDraw_StackBottom.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_StackBottom.svg index c1436c7516..64bf11aebf 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_StackBottom.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_StackBottom.svg @@ -629,7 +629,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> techdraw-view 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/TechDraw/Gui/Resources/icons/actions/TechDraw_StackDown.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_StackDown.svg index 5d00a41fc8..c6a2b01c2c 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_StackDown.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_StackDown.svg @@ -629,7 +629,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> techdraw-view 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/TechDraw/Gui/Resources/icons/actions/TechDraw_StackTop.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_StackTop.svg index ae5bf8aae0..276bd42b2d 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_StackTop.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_StackTop.svg @@ -629,7 +629,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> techdraw-view 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/TechDraw/Gui/Resources/icons/actions/TechDraw_StackUp.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_StackUp.svg index 98696d7b90..e163c87f1b 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_StackUp.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_StackUp.svg @@ -629,7 +629,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> techdraw-view 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/TechDraw/Gui/Resources/icons/actions/TechDraw_Symbol.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Symbol.svg index 246f289925..79e30cb985 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Symbol.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Symbol.svg @@ -32,7 +32,7 @@ TechDraw_Symbol 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/TechDraw/Gui/Resources/icons/actions/TechDraw_ToggleFrame.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ToggleFrame.svg index c20ee4cc5e..391cd86024 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ToggleFrame.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ToggleFrame.svg @@ -762,7 +762,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> TechDraw_ToggleFrame 2016-01-30 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg index 666acc1e2e..37b539a65c 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg @@ -143,7 +143,7 @@ TechDraw_View 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/TechDraw/Gui/Resources/icons/actions/section-down.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/section-down.svg index a48f0e4de0..30cf9f8be4 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/section-down.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/section-down.svg @@ -262,7 +262,7 @@ section-right 2016-10-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/TechDraw/Gui/Resources/icons/actions/section-left.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/section-left.svg index 0f1016e848..18241ceb43 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/section-left.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/section-left.svg @@ -267,7 +267,7 @@ section-right 2016-10-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/TechDraw/Gui/Resources/icons/actions/section-right.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/section-right.svg index e99464de4f..5c739df3b1 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/section-right.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/section-right.svg @@ -245,7 +245,7 @@ section-right 2016-10-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/TechDraw/Gui/Resources/icons/actions/section-up.svg b/src/Mod/TechDraw/Gui/Resources/icons/actions/section-up.svg index e6e64c2c62..b0757f0d42 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/actions/section-up.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/actions/section-up.svg @@ -262,7 +262,7 @@ section-right 2016-10-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/TechDraw/Gui/Resources/icons/arrow-ccw.svg b/src/Mod/TechDraw/Gui/Resources/icons/arrow-ccw.svg index c5ca60bd53..b41302fb81 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/arrow-ccw.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/arrow-ccw.svg @@ -47,7 +47,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_Rotate.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/TechDraw/Gui/Resources/icons/arrow-cw.svg b/src/Mod/TechDraw/Gui/Resources/icons/arrow-cw.svg index e2f4aae1a8..bb1b6fb5a3 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/arrow-cw.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/arrow-cw.svg @@ -149,7 +149,7 @@ FreeCAD/src/Mod/Draft/Resources/icons/Draft_Rotate.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/TechDraw/Gui/Resources/icons/arrow-down.svg b/src/Mod/TechDraw/Gui/Resources/icons/arrow-down.svg index c69ad2c53b..a750cf4f92 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/arrow-down.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/arrow-down.svg @@ -256,7 +256,7 @@ arrow-down 2016-11-24 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/TechDraw/Gui/Resources/icons/arrow-left.svg b/src/Mod/TechDraw/Gui/Resources/icons/arrow-left.svg index 9bc5365634..97ec6a3b2b 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/arrow-left.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/arrow-left.svg @@ -256,7 +256,7 @@ arrow-left 2016-11-24 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/TechDraw/Gui/Resources/icons/arrow-right.svg b/src/Mod/TechDraw/Gui/Resources/icons/arrow-right.svg index 7b25dbfe60..832165b643 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/arrow-right.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/arrow-right.svg @@ -256,7 +256,7 @@ arrow-right 2016-11-24 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/TechDraw/Gui/Resources/icons/arrow-up.svg b/src/Mod/TechDraw/Gui/Resources/icons/arrow-up.svg index a5a3b0dd58..e65ab83b19 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/arrow-up.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/arrow-up.svg @@ -256,7 +256,7 @@ arrow-up 2016-11-24 - http://www.freecadweb.org/wiki/index.php?title=Artwork + http://www.freecad.org/wiki/index.php?title=Artwork FreeCAD diff --git a/src/Mod/TechDraw/Gui/Resources/icons/preferences-techdraw.svg b/src/Mod/TechDraw/Gui/Resources/icons/preferences-techdraw.svg index 23bb44e5dc..cb0ea23154 100644 --- a/src/Mod/TechDraw/Gui/Resources/icons/preferences-techdraw.svg +++ b/src/Mod/TechDraw/Gui/Resources/icons/preferences-techdraw.svg @@ -543,7 +543,7 @@ rdf:resource="https://www.gnu.org/copyleft/lesser.html" /> preferences-techdraw 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/TechDraw/Gui/TaskCenterLine.cpp b/src/Mod/TechDraw/Gui/TaskCenterLine.cpp index 1e49f95b86..68110786de 100644 --- a/src/Mod/TechDraw/Gui/TaskCenterLine.cpp +++ b/src/Mod/TechDraw/Gui/TaskCenterLine.cpp @@ -346,7 +346,7 @@ void TaskCenterLine::updateOrientation() { // When the orientation was changed, it can be that the centerline becomes invalid // this can lead to a crash, see e.g. - // https://forum.freecadweb.org/viewtopic.php?f=35&t=44255&start=20#p503220 + // https://forum.freecad.org/viewtopic.php?f=35&t=44255&start=20#p503220 // The centerline creation can fail if m_type is edge and both selected edges are vertical or horizontal. // To test the validity before an existing centerline is changed, we create a new one with the desired parameters. int orientation = m_cl->m_mode; diff --git a/src/Mod/TechDraw/Gui/mrichtextedit.cpp b/src/Mod/TechDraw/Gui/mrichtextedit.cpp index 01dae52f08..813ae665fc 100644 --- a/src/Mod/TechDraw/Gui/mrichtextedit.cpp +++ b/src/Mod/TechDraw/Gui/mrichtextedit.cpp @@ -23,7 +23,7 @@ /******************************** * includes changes by wandererfan@gmail.com - * for FreeCAD project https://www.freecadweb.org/ + * for FreeCAD project https://www.freecad.org/ ********************************/ #include "PreCompiled.h" diff --git a/src/Mod/TechDraw/Gui/mrichtextedit.h b/src/Mod/TechDraw/Gui/mrichtextedit.h index 27c59c7fe3..cafe0617a4 100644 --- a/src/Mod/TechDraw/Gui/mrichtextedit.h +++ b/src/Mod/TechDraw/Gui/mrichtextedit.h @@ -22,7 +22,7 @@ */ /******************************** * includes changes by wandererfan@gmail.com - * for FreeCAD project https://www.freecadweb.org/ + * for FreeCAD project https://www.freecad.org/ ********************************/ diff --git a/src/Mod/TechDraw/Symbols/misc/Balloon_Editable_Text.svg b/src/Mod/TechDraw/Symbols/misc/Balloon_Editable_Text.svg index 08441a8c70..09a9eea94c 100644 --- a/src/Mod/TechDraw/Symbols/misc/Balloon_Editable_Text.svg +++ b/src/Mod/TechDraw/Symbols/misc/Balloon_Editable_Text.svg @@ -2,7 +2,7 @@ diff --git a/src/Mod/TechDraw/Templates/zh_CN/landscape/A0_Landscape_CN_NO_CLIP.svg b/src/Mod/TechDraw/Templates/zh_CN/landscape/A0_Landscape_CN_NO_CLIP.svg index 469cf44d73..b8121cae68 100644 --- a/src/Mod/TechDraw/Templates/zh_CN/landscape/A0_Landscape_CN_NO_CLIP.svg +++ b/src/Mod/TechDraw/Templates/zh_CN/landscape/A0_Landscape_CN_NO_CLIP.svg @@ -1,7 +1,7 @@ diff --git a/src/Mod/TechDraw/Templates/zh_CN/landscape/A1_Landscape_CN_CLIP.svg b/src/Mod/TechDraw/Templates/zh_CN/landscape/A1_Landscape_CN_CLIP.svg index 202ac15f99..b838dbb51f 100644 --- a/src/Mod/TechDraw/Templates/zh_CN/landscape/A1_Landscape_CN_CLIP.svg +++ b/src/Mod/TechDraw/Templates/zh_CN/landscape/A1_Landscape_CN_CLIP.svg @@ -1,7 +1,7 @@ diff --git a/src/Mod/TechDraw/Templates/zh_CN/landscape/A1_Landscape_CN_NO_CLIP.svg b/src/Mod/TechDraw/Templates/zh_CN/landscape/A1_Landscape_CN_NO_CLIP.svg index ee7444d595..d80a32c500 100644 --- a/src/Mod/TechDraw/Templates/zh_CN/landscape/A1_Landscape_CN_NO_CLIP.svg +++ b/src/Mod/TechDraw/Templates/zh_CN/landscape/A1_Landscape_CN_NO_CLIP.svg @@ -1,7 +1,7 @@ diff --git a/src/Mod/TechDraw/Templates/zh_CN/landscape/A2_Landscape_CN_CLIP.svg b/src/Mod/TechDraw/Templates/zh_CN/landscape/A2_Landscape_CN_CLIP.svg index 2aef60ed8d..a40aa3cdde 100644 --- a/src/Mod/TechDraw/Templates/zh_CN/landscape/A2_Landscape_CN_CLIP.svg +++ b/src/Mod/TechDraw/Templates/zh_CN/landscape/A2_Landscape_CN_CLIP.svg @@ -1,7 +1,7 @@ diff --git a/src/Mod/TechDraw/Templates/zh_CN/landscape/A2_Landscape_CN_NO_CLIP.svg b/src/Mod/TechDraw/Templates/zh_CN/landscape/A2_Landscape_CN_NO_CLIP.svg index 4d74151c37..070894ad52 100644 --- a/src/Mod/TechDraw/Templates/zh_CN/landscape/A2_Landscape_CN_NO_CLIP.svg +++ b/src/Mod/TechDraw/Templates/zh_CN/landscape/A2_Landscape_CN_NO_CLIP.svg @@ -1,7 +1,7 @@ diff --git a/src/Mod/TechDraw/Templates/zh_CN/landscape/A3_Landscape_CN_CLIP.svg b/src/Mod/TechDraw/Templates/zh_CN/landscape/A3_Landscape_CN_CLIP.svg index be6535d4dc..709d27dc8b 100644 --- a/src/Mod/TechDraw/Templates/zh_CN/landscape/A3_Landscape_CN_CLIP.svg +++ b/src/Mod/TechDraw/Templates/zh_CN/landscape/A3_Landscape_CN_CLIP.svg @@ -1,7 +1,7 @@ diff --git a/src/Mod/TechDraw/Templates/zh_CN/landscape/A3_Landscape_CN_NO_CLIP.svg b/src/Mod/TechDraw/Templates/zh_CN/landscape/A3_Landscape_CN_NO_CLIP.svg index eb7d8b3da3..8bdd83c5c4 100644 --- a/src/Mod/TechDraw/Templates/zh_CN/landscape/A3_Landscape_CN_NO_CLIP.svg +++ b/src/Mod/TechDraw/Templates/zh_CN/landscape/A3_Landscape_CN_NO_CLIP.svg @@ -1,7 +1,7 @@ diff --git a/src/Mod/TechDraw/Templates/zh_CN/landscape/A4_Landscape_CN_CLIP.svg b/src/Mod/TechDraw/Templates/zh_CN/landscape/A4_Landscape_CN_CLIP.svg index 7b21fab3cd..5d3d87cf66 100644 --- a/src/Mod/TechDraw/Templates/zh_CN/landscape/A4_Landscape_CN_CLIP.svg +++ b/src/Mod/TechDraw/Templates/zh_CN/landscape/A4_Landscape_CN_CLIP.svg @@ -1,7 +1,7 @@ diff --git a/src/Mod/TechDraw/Templates/zh_CN/landscape/A4_Landscape_CN_NO_CLIP.svg b/src/Mod/TechDraw/Templates/zh_CN/landscape/A4_Landscape_CN_NO_CLIP.svg index 3b4011e2e1..2f041eaa61 100644 --- a/src/Mod/TechDraw/Templates/zh_CN/landscape/A4_Landscape_CN_NO_CLIP.svg +++ b/src/Mod/TechDraw/Templates/zh_CN/landscape/A4_Landscape_CN_NO_CLIP.svg @@ -1,7 +1,7 @@ diff --git a/src/Mod/TechDraw/Templates/zh_CN/portrait/A3_Portrait_CN_CLIP.svg b/src/Mod/TechDraw/Templates/zh_CN/portrait/A3_Portrait_CN_CLIP.svg index fad9ca57fc..cd49b22804 100644 --- a/src/Mod/TechDraw/Templates/zh_CN/portrait/A3_Portrait_CN_CLIP.svg +++ b/src/Mod/TechDraw/Templates/zh_CN/portrait/A3_Portrait_CN_CLIP.svg @@ -1,7 +1,7 @@ diff --git a/src/Mod/TechDraw/Templates/zh_CN/portrait/A4_Portrait_CN_CLIP.svg b/src/Mod/TechDraw/Templates/zh_CN/portrait/A4_Portrait_CN_CLIP.svg index 434f8b7c50..59059c4b3d 100644 --- a/src/Mod/TechDraw/Templates/zh_CN/portrait/A4_Portrait_CN_CLIP.svg +++ b/src/Mod/TechDraw/Templates/zh_CN/portrait/A4_Portrait_CN_CLIP.svg @@ -1,7 +1,7 @@ diff --git a/src/Mod/TechDraw/moveViews.py b/src/Mod/TechDraw/moveViews.py index 3c7feaf31f..4f32d67d29 100644 --- a/src/Mod/TechDraw/moveViews.py +++ b/src/Mod/TechDraw/moveViews.py @@ -34,7 +34,7 @@ import FreeCADGui svgHead = ( "\n' + + ' xmlns:freecad="http://www.freecad.org/wiki/index.php?title=Svg_Namespace">\n' ) svgTail = "\n" diff --git a/src/Mod/TemplatePyMod/MengerSponge.py b/src/Mod/TemplatePyMod/MengerSponge.py index 416c758c1c..a8eefbbbe7 100644 --- a/src/Mod/TemplatePyMod/MengerSponge.py +++ b/src/Mod/TemplatePyMod/MengerSponge.py @@ -2,7 +2,7 @@ # (c) 2012 Werner Mayer LGPL # The script is based on the work of daxmick at -# http://forum.freecadweb.org/viewtopic.php?f=3&t=2307 +# http://forum.freecad.org/viewtopic.php?f=3&t=2307 import threading import Mesh diff --git a/src/Mod/Test/BaseTests.py b/src/Mod/Test/BaseTests.py index ecb5193da5..41fa4324f5 100644 --- a/src/Mod/Test/BaseTests.py +++ b/src/Mod/Test/BaseTests.py @@ -506,7 +506,7 @@ class MatrixTestCase(unittest.TestCase): self.assertEqual(type(res), FreeCAD.Matrix) def testMatrixPlacementMatrix(self): - # Example taken from https://forum.freecadweb.org/viewtopic.php?f=3&t=61000 + # Example taken from https://forum.freecad.org/viewtopic.php?f=3&t=61000 mat = FreeCAD.Matrix(-0.470847778020266, 0.8150598976807029, 0.3376088628746235, diff --git a/src/Mod/Test/Document.py b/src/Mod/Test/Document.py index 6e6a9b77e7..3bfe503281 100644 --- a/src/Mod/Test/Document.py +++ b/src/Mod/Test/Document.py @@ -528,7 +528,7 @@ class DocumentBasicCases(unittest.TestCase): self.assertNotEqual(ext.Link, sli) def testIssue4823(self): - # https://forum.freecadweb.org/viewtopic.php?f=3&t=52775 + # https://forum.freecad.org/viewtopic.php?f=3&t=52775 # The issue was only visible in GUI mode and it crashed in the tree view obj = self.Doc.addObject("App::Origin") self.Doc.removeObject(obj.Name) diff --git a/src/Mod/Test/TestData/basic_metadata.xml b/src/Mod/Test/TestData/basic_metadata.xml index 092bc7e44f..b88779d39b 100644 --- a/src/Mod/Test/TestData/basic_metadata.xml +++ b/src/Mod/Test/TestData/basic_metadata.xml @@ -14,7 +14,7 @@ https://github.com/chennes/FreeCAD-Package/blob/main/README.md https://github.com/chennes/FreeCAD-Package/blob/main/README.md https://github.com/chennes/FreeCAD-Package/issues - https://forum.freecadweb.org/ + https://forum.freecad.org/ Resources/icons/PackageIcon.svg Tag0 Tag1 diff --git a/src/Mod/Web/Gui/Command.cpp b/src/Mod/Web/Gui/Command.cpp index 88f87cb18f..63e9b9c37c 100644 --- a/src/Mod/Web/Gui/Command.cpp +++ b/src/Mod/Web/Gui/Command.cpp @@ -56,7 +56,7 @@ void CmdWebOpenWebsite::activated(int iMsg) { Q_UNUSED(iMsg); doCommand(Doc,"import WebGui"); - doCommand(Command::Gui,"WebGui.openBrowser('http://www.freecadweb.org/')"); + doCommand(Command::Gui,"WebGui.openBrowser('http://www.freecad.org/')"); } //=========================================================================== diff --git a/src/Tools/ThumbnailProvider/FCConfig.h b/src/Tools/ThumbnailProvider/FCConfig.h index 98c5f748e8..f144b7e027 100644 --- a/src/Tools/ThumbnailProvider/FCConfig.h +++ b/src/Tools/ThumbnailProvider/FCConfig.h @@ -83,7 +83,7 @@ #define HAVE_UINTPTR_T #endif #else -#error "FreeCAD is not ported to this OS yet. For help see www.freecadweb.org" +#error "FreeCAD is not ported to this OS yet. For help see www.freecad.org" #endif #ifdef FC_OS_WIN32 diff --git a/src/Tools/embedded/Win32/FreeCAD_widget/FreeCAD_widget.cpp b/src/Tools/embedded/Win32/FreeCAD_widget/FreeCAD_widget.cpp index 47ee6a7bb6..ef91dfe0d3 100644 --- a/src/Tools/embedded/Win32/FreeCAD_widget/FreeCAD_widget.cpp +++ b/src/Tools/embedded/Win32/FreeCAD_widget/FreeCAD_widget.cpp @@ -205,7 +205,7 @@ INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) #include -// See also https://www.freecadweb.org/wiki/Embedding_FreeCAD +// See also https://www.freecad.org/wiki/Embedding_FreeCAD std::string OnFileOpen(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { diff --git a/src/Tools/fcinfo b/src/Tools/fcinfo index 7c64dad318..33c3c99db0 100755 --- a/src/Tools/fcinfo +++ b/src/Tools/fcinfo @@ -26,7 +26,7 @@ __title__ = "FreeCAD File info utility" __author__ = "Yorik van Havre" -__url__ = ["http://www.freecadweb.org"] +__url__ = ["http://www.freecad.org"] __doc__ = """ This utility prints information about a given FreeCAD file (*.FCStd) on screen, including document properties, number of included objects, diff --git a/src/WindowsInstaller/README.md b/src/WindowsInstaller/README.md index 6807e86e97..9e194776c6 100644 --- a/src/WindowsInstaller/README.md +++ b/src/WindowsInstaller/README.md @@ -29,7 +29,7 @@ Now you have 2 options: * Either you got an already compiled FreeCAD, then copy all FreeCAD files to the folder
*~\FreeCAD" e.g. "C:\FreeCAD\Installer\FreeCAD* -* Or you compiled FreeCAD on your own as described [here](https://wiki.freecadweb.org/Compile_on_Windows). Then: +* Or you compiled FreeCAD on your own as described [here](https://wiki.freecad.org/Compile_on_Windows). Then: * Open the file *Settings.nsh* as described in step 3. above and set there
`!define FILES_FREECAD` to the folder you specified as `CMAKE_INSTALL_PREFIX` * Copy into that folder the file *Delete.bat* that is part of the installer diff --git a/src/XDGData/org.freecadweb.FreeCAD.appdata.xml.in b/src/XDGData/org.freecadweb.FreeCAD.appdata.xml.in index 0e28f9bf7b..859d8f8dea 100644 --- a/src/XDGData/org.freecadweb.FreeCAD.appdata.xml.in +++ b/src/XDGData/org.freecadweb.FreeCAD.appdata.xml.in @@ -39,22 +39,22 @@ - https://wiki.freecadweb.org/images/7/72/Freecad016_screenshot1.jpg + https://wiki.freecad.org/images/7/72/Freecad016_screenshot1.jpg - https://wiki.freecadweb.org/images/f/f7/FreeCAD_highlight_3_0.19.jpg + https://wiki.freecad.org/images/f/f7/FreeCAD_highlight_3_0.19.jpg - https://wiki.freecadweb.org/images/c/c3/Arch_tutorial_43.jpg + https://wiki.freecad.org/images/c/c3/Arch_tutorial_43.jpg - https://wiki.freecadweb.org/images/f/f4/Freecad-document-01.jpg + https://wiki.freecad.org/images/f/f4/Freecad-document-01.jpg - https://www.freecadweb.org - https://www.freecadweb.org/tracker - https://forum.freecadweb.org - https://www.freecadweb.org/wiki/Donate + https://www.freecad.org + https://www.freecad.org/tracker + https://forum.freecad.org + https://www.freecad.org/wiki/Donate yorik_AT_uncreated.net diff --git a/tools/build/MacOS/BUILD_OSX.md b/tools/build/MacOS/BUILD_OSX.md index 9b38665969..b1c21a9631 100644 --- a/tools/build/MacOS/BUILD_OSX.md +++ b/tools/build/MacOS/BUILD_OSX.md @@ -294,6 +294,6 @@ mv freecadd freecad; [lnk1]: [lnk2]: -[lnk3]: +[lnk3]: [lnk4]: [lnk5]: