Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReadmeCritic <frankensteinbot@gmail.com>2016-01-20 22:24:11 +0300
committerReadmeCritic <frankensteinbot@gmail.com>2016-01-20 22:24:11 +0300
commit292a5c9d8371569fe5b534f3b768f53835ba1862 (patch)
treebb01e3ee83dc4f721c909696b409fd9bcd075139 /readme.md
parent8fbe4429259fb7efb5a2fbf26d5d13d90e6bc9a8 (diff)
Update README URLs based on HTTP redirects
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index fb270fb9..9a3d6a7b 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: