Replace new Short URLs with old wiki URLs
Changing
This commit is contained in:
parent
0598af8a08
commit
bb52cd1f15
24
README.md
24
README.md
|
@ -31,7 +31,7 @@ Precompiled (installable) packages are available for Windows and Mac on the
|
||||||
On most Linux distributions, FreeCAD is directly installable from the
|
On most Linux distributions, FreeCAD is directly installable from the
|
||||||
software center application.
|
software center application.
|
||||||
|
|
||||||
Other options are described at the [wiki Download page](http://www.freecadweb.org/wiki/index.php?title=Download).
|
Other options are described at the [wiki Download page](http://www.freecadweb.org/wiki/Download).
|
||||||
|
|
||||||
Build Status <img src="https://blog.travis-ci.com/images/travis-mascot-200px.png" height="30"/>
|
Build Status <img src="https://blog.travis-ci.com/images/travis-mascot-200px.png" height="30"/>
|
||||||
------------
|
------------
|
||||||
|
@ -58,11 +58,11 @@ you will usually need to compile them yourself.
|
||||||
|
|
||||||
The pages below contain up-to-date build instructions:
|
The pages below contain up-to-date build instructions:
|
||||||
|
|
||||||
- [Linux](http://www.freecadweb.org/wiki/?title=CompileOnUnix)
|
- [Linux](http://www.freecadweb.org/wiki/CompileOnUnix)
|
||||||
- [Windows](http://www.freecadweb.org/wiki/?title=CompileOnWindows)
|
- [Windows](http://www.freecadweb.org/wiki/CompileOnWindows)
|
||||||
- [Mac OSX](http://www.freecadweb.org/wiki/?title=CompileOnMac)
|
- [Mac OSX](http://www.freecadweb.org/wiki/CompileOnMac)
|
||||||
- [Cygwin](http://www.freecadweb.org/wiki/?title=CompileOnCygwin)
|
- [Cygwin](http://www.freecadweb.org/wiki/CompileOnCygwin)
|
||||||
- [MinGW](http://www.freecadweb.org/wiki/?title=CompileOnMinGW)
|
- [MinGW](http://www.freecadweb.org/wiki/CompileOnMinGW)
|
||||||
|
|
||||||
Usage & Getting help
|
Usage & Getting help
|
||||||
--------------------
|
--------------------
|
||||||
|
@ -73,12 +73,12 @@ The FreeCAD wiki contains documentation on
|
||||||
general FreeCAD usage, Python scripting, and development. These
|
general FreeCAD usage, Python scripting, and development. These
|
||||||
pages might help you get started:
|
pages might help you get started:
|
||||||
|
|
||||||
- [Getting started](http://www.freecadweb.org/wiki/?title=Getting_started)
|
- [Getting started](http://www.freecadweb.org/wiki/Getting_started)
|
||||||
- [Features list](http://www.freecadweb.org/wiki/?title=Feature_list)
|
- [Features list](http://www.freecadweb.org/wiki/Feature_list)
|
||||||
- [Frequent questions](http://www.freecadweb.org/wiki/?title=FAQ)
|
- [Frequent questions](http://www.freecadweb.org/wiki/FAQ)
|
||||||
- [Workbenches](http://www.freecadweb.org/wiki/?title=Workbench_Concept)
|
- [Workbenches](http://www.freecadweb.org/wiki/Workbench_Concept)
|
||||||
- [Scripting](http://www.freecadweb.org/wiki/?title=Power_users_hub)
|
- [Scripting](http://www.freecadweb.org/wiki/Power_users_hub)
|
||||||
- [Development](http://www.freecadweb.org/wiki/?title=Developer_hub)
|
- [Development](http://www.freecadweb.org/wiki/Developer_hub)
|
||||||
|
|
||||||
The [FreeCAD forum](http://forum.freecadweb.org) is also a great place
|
The [FreeCAD forum](http://forum.freecadweb.org) is also a great place
|
||||||
to find help and solve specific problems you might encounter when
|
to find help and solve specific problems you might encounter when
|
||||||
|
|
|
@ -104,7 +104,7 @@ text34 = translate("StartPage","creation time:")
|
||||||
text35 = translate("StartPage","last modified:")
|
text35 = translate("StartPage","last modified:")
|
||||||
text36 = translate("StartPage","location:")
|
text36 = translate("StartPage","location:")
|
||||||
text37 = translate("StartPage","User manual")
|
text37 = translate("StartPage","User manual")
|
||||||
text38 = translate("StartPage","http://www.freecadweb.org/wiki/index.php?title=Online_Help_Toc")
|
text38 = translate("StartPage","http://www.freecadweb.org/wiki/Online_Help_Toc")
|
||||||
text39 = translate("StartPage","Tutorials")
|
text39 = translate("StartPage","Tutorials")
|
||||||
text40 = translate("StartPage","Python resources")
|
text40 = translate("StartPage","Python resources")
|
||||||
text41 = translate("StartPage","File not found")
|
text41 = translate("StartPage","File not found")
|
||||||
|
@ -117,13 +117,13 @@ text47 = translate("StartPage","The section of the FreeCAD website dedicated to
|
||||||
text48 = translate("StartPage","A blog dedicated to teaching FreeCAD, maintained by members of the FreeCAD community")
|
text48 = translate("StartPage","A blog dedicated to teaching FreeCAD, maintained by members of the FreeCAD community")
|
||||||
text49 = translate("StartPage","Getting started")
|
text49 = translate("StartPage","Getting started")
|
||||||
text50 = translate("StartPage","The FreeCAD interface is divided in workbenches, which are sets of tools suited for a specific task. You can start with one of the workbenches in this list, or with the complete workbench, which presents you with some of the most used tools gathered from other workbenches. Click to read more about workbenches on the FreeCAD website.")
|
text50 = translate("StartPage","The FreeCAD interface is divided in workbenches, which are sets of tools suited for a specific task. You can start with one of the workbenches in this list, or with the complete workbench, which presents you with some of the most used tools gathered from other workbenches. Click to read more about workbenches on the FreeCAD website.")
|
||||||
text51 = translate("StartPage","http://www.freecadweb.org/wiki/index.php?title=Workbenches")
|
text51 = translate("StartPage","http://www.freecadweb.org/wiki/Workbenches")
|
||||||
text52 = translate("StartPage","Ship Design")
|
text52 = translate("StartPage","Ship Design")
|
||||||
text53 = translate("StartPage","Designing and calculating ships")
|
text53 = translate("StartPage","Designing and calculating ships")
|
||||||
text54 = translate("StartPage","The <b>Ship Design</b> module offers several tools to help ship designers to view, model and calculate profiles and other specific properties of ship hulls.")
|
text54 = translate("StartPage","The <b>Ship Design</b> module offers several tools to help ship designers to view, model and calculate profiles and other specific properties of ship hulls.")
|
||||||
text55 = translate("StartPage","Load an Architectural example model")
|
text55 = translate("StartPage","Load an Architectural example model")
|
||||||
text56 = translate("StartPage","http://www.freecadweb.org/wiki/index.php?title=Tutorials")
|
text56 = translate("StartPage","http://www.freecadweb.org/wiki/Tutorials")
|
||||||
text57 = translate("StartPage","http://www.freecadweb.org/wiki/index.php?title=Power_users_hub")
|
text57 = translate("StartPage","http://www.freecadweb.org/wiki/Power_users_hub")
|
||||||
text58 = translate("StartPage","Your version of FreeCAD is up to date.")
|
text58 = translate("StartPage","Your version of FreeCAD is up to date.")
|
||||||
text59 = translate("StartPage","There is a new release of FreeCAD available.")
|
text59 = translate("StartPage","There is a new release of FreeCAD available.")
|
||||||
text60 = translate("StartPage","Load an FEM 3D example analysis")
|
text60 = translate("StartPage","Load an FEM 3D example analysis")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user