Move the documentation link higher in README.md

This commit is contained in:
Antony Polukhin
2016-10-15 18:51:36 +03:00
parent 14d0515395
commit 680955df27

View File

@@ -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!