From eb6856f3cafe178a413c841f6b6e68fd2eeefe90 Mon Sep 17 00:00:00 2001 From: Simon Ninon Date: Thu, 21 Sep 2017 13:29:26 +0200 Subject: [PATCH] [4.0.0] link to doxygen doc in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd09bc11..33addfab 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ sub.sync_commit(); A [Wiki](https://github.com/Cylix/cpp_redis/wiki) is available and provides full documentation for the library as well as [installation explanations](https://github.com/Cylix/cpp_redis/wiki/Installation). # Doxygen -A [Doxygen documentation](https://cylix.github.io/cpp_redis/html/index.html) is available and provides full API documentation for the library. +A [Doxygen documentation](https://cylix.github.io/cpp_redis/html/) is available and provides full API documentation for the library. ## License `cpp_redis` is under [MIT License](LICENSE).