From 0941bcbb54170462b53cd6e6a6b08816a6e8f57b Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Mon, 13 Apr 2015 18:02:14 -0500 Subject: [PATCH] chromium link --- Projects-using-jsoncpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects-using-jsoncpp.md b/Projects-using-jsoncpp.md index d74f167..41b2f49 100644 --- a/Projects-using-jsoncpp.md +++ b/Projects-using-jsoncpp.md @@ -11,7 +11,7 @@ Others * Debian ships with **jsoncpp**. * [Cinder](https://github.com/cinder/Cinder) includes **jsoncpp**. * [HackerRank](https://hackerrank.com) makes **jsoncpp** available in its [C++ environment](https://www.hackerrank.com/environment). -* Chromium includes jsoncpp somewhere. It uses the `0.y.z` branch because, though it uses a C++11 compiler, it [does not provide the C++11 library features](https://chromium-cpp.appspot.com/). +* Chromium [includes jsoncpp](https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp/). It uses the `0.y.z` branch because, though it uses a C++11 compiler, it [does not provide the C++11 library features](https://chromium-cpp.appspot.com/). Comparisons -----------