From 6d819854c60a373f12b53b29285ecc2f64d6b04c Mon Sep 17 00:00:00 2001 From: marioalexis Date: Sun, 4 Oct 2020 16:19:41 -0300 Subject: [PATCH] README.md: Fix links to wiki --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index fc691e7c11..bea88e986b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ### Your own 3D parametric modeler [Website](https://www.freecadweb.org) • -[Documentation](https://www.freecadweb.org/wiki/) • +[Documentation](https://wiki.freecadweb.org) • [Forum](https://forum.freecadweb.org/) • [Bug tracker](https://www.freecadweb.org/tracker/) • [Git repository](https://github.com/FreeCAD/FreeCAD) @@ -17,7 +17,7 @@

-![screenshot](http://www.freecadweb.org/wiki/images/thumb/7/72/Freecad016_screenshot1.jpg/800px-Freecad016_screenshot1.jpg) +![screenshot](https://wiki.freecadweb.org/images/thumb/7/72/Freecad016_screenshot1.jpg/800px-Freecad016_screenshot1.jpg) Overview -------- @@ -55,7 +55,7 @@ Precompiled (installable) packages are available for Windows and Mac on the On most Linux distributions, FreeCAD is directly installable from the software center application. -Other options are described at the [wiki Download page](http://www.freecadweb.org/wiki/Download). +Other options are described at the [wiki Download page](https://wiki.freecadweb.org/Download). Build Status ------------ @@ -82,11 +82,11 @@ you will usually need to compile them yourself. The pages below contain up-to-date build instructions: -- [Linux](http://www.freecadweb.org/wiki/CompileOnUnix) -- [Windows](http://www.freecadweb.org/wiki/CompileOnWindows) -- [Mac OSX](http://www.freecadweb.org/wiki/CompileOnMac) -- [Cygwin](http://www.freecadweb.org/wiki/CompileOnCygwin) -- [MinGW](http://www.freecadweb.org/wiki/CompileOnMinGW) +- [Linux](https://wiki.freecadweb.org/Compile_on_Linux) +- [Windows](https://wiki.freecadweb.org/Compile_on_Windows) +- [Mac OSX](https://wiki.freecadweb.org/Compile_on_MacOS) +- [Cygwin](https://wiki.freecadweb.org/Compile_on_Cygwin) +- [MinGW](https://wiki.freecadweb.org/Compile_on_MinGW) Usage & Getting help -------------------- @@ -95,13 +95,13 @@ The FreeCAD wiki contains documentation on general FreeCAD usage, Python scripting, and development. These pages might help you get started: -- [Getting started](http://www.freecadweb.org/wiki/Getting_started) -- [Features list](http://www.freecadweb.org/wiki/Feature_list) -- [Frequent questions](http://www.freecadweb.org/wiki/FAQ/en) -- [Workbenches](http://www.freecadweb.org/wiki/Workbench_Concept) -- [Scripting](http://www.freecadweb.org/wiki/Power_users_hub) -- [Development](http://www.freecadweb.org/wiki/Developer_hub) +- [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) -The [FreeCAD forum](http://forum.freecadweb.org) is also a great place +The [FreeCAD forum](https://forum.freecadweb.org) is also a great place to find help and solve specific problems you might encounter when learning to use FreeCAD.