Fixed some wiki links.

This commit is contained in:
Revar Desmera
2017-03-30 05:10:55 -07:00
parent 60d0735dfb
commit 70e5ce205b
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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 = {}