From 18e81ea27a3c2824c5a63e951bbdcf1b9761bbd5 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Thu, 30 Mar 2017 12:27:08 +0200 Subject: [PATCH] README: update after wiki reorganization --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6705263..eb9d9af 100644 --- a/README.md +++ b/README.md @@ -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