doc: fix wiki links to 0.4 pages

This commit is contained in:
Hugues Delorme 2017-04-05 12:54:11 +02:00
parent 8f05f6c09b
commit f01e01826f
2 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@ C library for geometry input/output
gmio is a reusable C library providing complete I/O support for various CAD file
formats(eg. [STL](https://en.wikipedia.org/wiki/STL_%28file_format%29))
gmio aims to be [fast](https://github.com/fougue/gmio/wiki/v0.3-Benchmarks),
gmio aims to be [fast](https://github.com/fougue/gmio/wiki/v0.4-Benchmarks),
portable(C99 conformance) and feature-rich.
Main highlights:
@ -31,12 +31,12 @@ Main highlights:
Supported formats | Read | Write
--------------------------|-----------|---------
STL ascii | ✔ | ✔
STL binary(little-endian) | ✔ | ✔
STL binary(big-endian) | ✔ | ✔
AMF uncompressed | ✗ | ✔
AMF zip | ✗ | ✔
AMF zip64 | ✗ | ✔
STL ascii | ✔ | ✔
STL binary(little-endian) | ✔ | ✔
STL binary(big-endian) | ✔ | ✔
Building gmio

View File

@ -5,7 +5,7 @@
gmio is a reusable C library providing complete I/O support for various CAD
file formats(eg. <a href="https://en.wikipedia.org/wiki/STL_%28file_format%29">STL</a>)
gmio aims to be <a href="https://github.com/fougue/gmio/wiki/4.-Benchmarks">fast</a>,
gmio aims to be <a href="https://github.com/fougue/gmio/wiki/v0.4-Benchmarks">fast</a>,
portable(C99 conformance) and feature-rich.
Main highlights:
@ -17,19 +17,19 @@
Supported formats | Read | Write
--------------------------|--------|---------
STL ascii | yes | yes
STL binary(little-endian) | yes | yes
STL binary(big-endian) | yes | yes
AMF uncompressed | no | yes
AMF zip | no | yes
AMF zip64 | no | yes
STL ascii | yes | yes
STL binary(little-endian) | yes | yes
STL binary(big-endian) | yes | yes
\section build Building gmio
gmio can be built with CMake, by default a static library is generated.
Read the <a href="https://github.com/fougue/gmio/wiki/2.-Build-instructions">Build instructions</a>
Read the <a href="https://github.com/fougue/gmio/wiki/v0.4-Build-instructions">Build instructions</a>
\section bug_report How to report a bug