Fix readme wiki links
This commit is contained in:
parent
3b7a98d64a
commit
7675310258
20
Readme.md
20
Readme.md
|
@ -8,17 +8,17 @@ inspiration of this workbench, and with some code borrowed as well. The
|
||||||
emphasis of Assembly3 is on full support of nested and multi-document
|
emphasis of Assembly3 is on full support of nested and multi-document
|
||||||
assemblies.
|
assemblies.
|
||||||
|
|
||||||
You can find more details at Assembly3 [wiki](/wiki).
|
You can find more details at Assembly3 [wiki](../../wiki/Home).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Although Assembly3 workbench is written in Python, it relies on quite a few
|
Although Assembly3 workbench is written in Python, it depends on a few external
|
||||||
FreeCAD core changes to work properly. At the moment of this writing, these
|
python extensions. In addition, it relies on quite a few FreeCAD core changes
|
||||||
changes has not been merged into upstream yet, and only exists as a forked
|
to work properly. At the moment of this writing, these changes have not been
|
||||||
branch. Pre-built images are available at the
|
merged into upstream yet, and only exists as a forked branch. Pre-built images
|
||||||
[release page](https://github.com/realthunder/FreeCAD_assembly3/releases).
|
are available at the [release page](https://github.com/realthunder/FreeCAD_assembly3/releases).
|
||||||
Or, if you want to build everything yourself, please check out the build
|
Or, if you want to build everything yourself, please check out the build
|
||||||
instruction [[here|BuildInstruction]]
|
instruction [here](../../wiki/Build-Instruction).
|
||||||
|
|
||||||
## Design
|
## Design
|
||||||
|
|
||||||
|
@ -26,16 +26,16 @@ The design of Assembly3 (and the fork of FreeCAD) partially follows the
|
||||||
unfinished FreeCAD Assembly [project plan](https://www.freecadweb.org/wiki/Assembly_project),
|
unfinished FreeCAD Assembly [project plan](https://www.freecadweb.org/wiki/Assembly_project),
|
||||||
in particularly, the section [Infrustracture](https://www.freecadweb.org/wiki/Assembly_project#Infrastructure)
|
in particularly, the section [Infrustracture](https://www.freecadweb.org/wiki/Assembly_project#Infrastructure)
|
||||||
and [Object model](https://www.freecadweb.org/wiki/Assembly_project#Object_model).
|
and [Object model](https://www.freecadweb.org/wiki/Assembly_project#Object_model).
|
||||||
You can find more details at [[wiki|Design]].
|
You can find more details at [here](../../wiki|Design).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Before starting to use the Assembly3 workbench, it is necessary for the user to
|
Before starting to use the Assembly3 workbench, it is necessary for the user to
|
||||||
be familiar with a few new [[concepts|Concepts]] introduced by the forked
|
be familiar with a few new [concepts](../../wiki/Concepts) introduced by the forked
|
||||||
FreeCAD.
|
FreeCAD.
|
||||||
|
|
||||||
You can find instructions on common operations along with some tutorials at
|
You can find instructions on common operations along with some tutorials at
|
||||||
[[here|Usage]].
|
[here](../../wiki/Usage).
|
||||||
|
|
||||||
## Comparing with Assembly2
|
## Comparing with Assembly2
|
||||||
|
|
||||||
|
|
2
slvs
2
slvs
|
@ -1 +1 @@
|
||||||
Subproject commit 17872741e55db538181a37f354752f13cb0a3abb
|
Subproject commit 665f4a65a3bc57abc13335c787bf5033394baa42
|
Loading…
Reference in New Issue
Block a user