From d9ef0e0a4447843de32a9d64866ba64184ae271b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 16 Feb 2015 07:11:57 -0800 Subject: [PATCH] Minor correction --- doc/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage.rst b/doc/usage.rst index c59bc84f..f05fead8 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -59,7 +59,7 @@ Android NDK C++ Format provides `Android.mk file`__ that can be used to build the library with Android NDK. For an example of using C++ Format with Android NDK, see -`android-ndk-example `_ +the `android-ndk-example `_ repository. __ https://github.com/cppformat/cppformat/blob/master/Android.mk