From 292a5c9d8371569fe5b534f3b768f53835ba1862 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 20 Jan 2016 11:24:11 -0800 Subject: [PATCH] Update README URLs based on HTTP redirects --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fb270fb..9a3d6a7 100644 --- a/readme.md +++ b/readme.md @@ -63,9 +63,9 @@ Users can build and run the unit tests on their platform/compiler. RapidJSON is a header-only C++ library. Just copy the `include/rapidjson` folder to system or project's include path. RapidJSON uses following software as its dependencies: -* [CMake](http://www.cmake.org) as a general build tool +* [CMake](https://cmake.org/) as a general build tool * (optional)[Doxygen](http://www.doxygen.org) to build documentation -* (optional)[googletest](https://code.google.com/p/googletest/) for unit and performance testing +* (optional)[googletest](https://github.com/google/googletest) for unit and performance testing To generate user documentation and run tests please proceed with the steps below: