From 70f309df7aa8f0c429014cb62379484c71023db9 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 18 May 2015 02:13:16 +0100 Subject: [PATCH] docs link in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9541ca8..0d06a55 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ OctaSTD is a collection of C++ utilities to aid the upcoming OctaForge C++ API. It provides containers (dynamic arrays etc) as well as other utilities. +Documentation for OctaSTD can be found at https://wiki.octaforge.org/docs/octastd. + It utilizes C++11. It also implements equivalents of certain C++14 library features that are possible to implement with the C++11 language. It does not go beyond C++11 level when it comes to core language features.