From 680955df2701280c860587221f4e0d43c42dbd85 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sat, 15 Oct 2016 18:51:36 +0300 Subject: [PATCH] Move the documentation link higher in README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6009a47..18c659b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ### Stacktrace -Library for storing and printing backtraces. +Library for storing and printing backtraces. [Documentation](http://apolukhin.github.io/stacktrace/index.html) + ### Test results @ | Build | Tests coverage | More info @@ -7,9 +8,6 @@ Library for storing and printing backtraces. Master branch: | [![Build Status](https://travis-ci.org/apolukhin/stacktrace.svg?branch=master)](https://travis-ci.org/apolukhin/stacktrace) [![Build status](https://ci.appveyor.com/api/projects/status/e070eams56vu0lm6/branch/master?svg=true)](https://ci.appveyor.com/project/apolukhin/stacktrace/branch/master) | [![Coverage Status](https://coveralls.io/repos/apolukhin/stacktrace/badge.png?branch=master)](https://coveralls.io/r/apolukhin/stacktrace?branch=master) | [details...](http://www.boost.org/development/tests/master/developer/stacktrace.html) -[Latest developer documentation](http://apolukhin.github.io/stacktrace/index.html) - - ### Caution This is not an official Boost C++ library. It wasn't reviewed and can't be downloaded from www.boost.org. This library is available to the community to know real interest and get comments for refinement. The intention is to submit library to formal review, if community think that it is interesting!