diff --git a/README.md b/README.md index ff11d72..37a2177 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Snappy Full Rendering](https://github.com/revarbat/snappy-reprap/wiki/snappy_small.png) +![Snappy Full Rendering](https://github.com/revarbat/snappy-reprap/wiki/v1.1-snappy_small.png) Snappy-Reprap v1.1 ================== @@ -11,8 +11,8 @@ What | URL -------------------- | ------------------------------------------------------- GitHub Repository | https://github.com/revarbat/snappy-reprap Project Wiki | https://github.com/revarbat/snappy-reprap/wiki -Bill of Materials | https://github.com/revarbat/snappy-reprap/wiki/BOM -How to Assemble | https://github.com/revarbat/snappy-reprap/wiki/Assembly +Bill of Materials | https://github.com/revarbat/snappy-reprap/wiki/v1.1-BOM +How to Assemble | https://github.com/revarbat/snappy-reprap/wiki/v1.1-Assembly RepRap.org Wiki Page | http://reprap.org/wiki/Snappy Dev Forum | https://groups.google.com/forum/#!forum/snappy-reprap-dev diff --git a/gen_assembly_index.py b/gen_assembly_index.py index 4bc500e..7bd6bd8 100755 --- a/gen_assembly_index.py +++ b/gen_assembly_index.py @@ -57,7 +57,7 @@ UL { class GenAssemblyIndex(object): indexfile = "docs/assembly/index.html" - markdownfile = "wiki/Assembly.md" + markdownfile = "wiki/v1.1-Assembly.md" sourcefile = "full_assembly.scad" modules = [] modinfo = {}