From 76753102580dfca70e6dd511297dba5ef42aa4fd Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Thu, 1 Feb 2018 15:30:17 +0800 Subject: [PATCH] Fix readme wiki links --- Readme.md | 20 ++++++++++---------- slvs | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Readme.md b/Readme.md index 8ebe70f..bd6e545 100644 --- a/Readme.md +++ b/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 assemblies. -You can find more details at Assembly3 [wiki](/wiki). +You can find more details at Assembly3 [wiki](../../wiki/Home). ## Installation -Although Assembly3 workbench is written in Python, it relies on quite a few -FreeCAD core changes to work properly. At the moment of this writing, these -changes has not been merged into upstream yet, and only exists as a forked -branch. Pre-built images are available at the -[release page](https://github.com/realthunder/FreeCAD_assembly3/releases). +Although Assembly3 workbench is written in Python, it depends on a few external +python extensions. In addition, it relies on quite a few FreeCAD core changes +to work properly. At the moment of this writing, these changes have not been +merged into upstream yet, and only exists as a forked branch. Pre-built images +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 -instruction [[here|BuildInstruction]] +instruction [here](../../wiki/Build-Instruction). ## 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), 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). -You can find more details at [[wiki|Design]]. +You can find more details at [here](../../wiki|Design). ## Usage 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. You can find instructions on common operations along with some tutorials at -[[here|Usage]]. +[here](../../wiki/Usage). ## Comparing with Assembly2 diff --git a/slvs b/slvs index 1787274..665f4a6 160000 --- a/slvs +++ b/slvs @@ -1 +1 @@ -Subproject commit 17872741e55db538181a37f354752f13cb0a3abb +Subproject commit 665f4a65a3bc57abc13335c787bf5033394baa42