README: update after wiki reorganization

This commit is contained in:
Hugues Delorme 2017-03-30 12:27:08 +02:00
parent b7832bb33d
commit 18e81ea27a

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/4.-Benchmarks),
gmio aims to be [fast](https://github.com/fougue/gmio/wiki/v0.3-Benchmarks),
portable(C99 conformance) and feature-rich.
Main highlights:
@ -44,7 +44,7 @@ Building gmio
gmio can be built with CMake, by default a static library is generated.
Read the [Build instructions](https://github.com/fougue/gmio/wiki/2.-Build-instructions)
Read the [Build instructions](https://github.com/fougue/gmio/wiki/v0.4-Build-instructions)
Documentation