From 5a65132e72af164cc6418c598fe7a8f758890635 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Sat, 5 Jul 2014 20:44:33 -0700 Subject: [PATCH] README/NEWS links --- doc/jsoncpp.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/jsoncpp.dox b/doc/jsoncpp.dox index d109562..a9ed47e 100644 --- a/doc/jsoncpp.dox +++ b/doc/jsoncpp.dox @@ -85,7 +85,7 @@ std::cout << root; \section _pbuild Build instructions The build instructions are located in the file -README.txt in the top-directory of the project. +README.md in the top-directory of the project. The latest version of the source is available in the project's GitHub repository: @@ -93,9 +93,9 @@ jsoncpp \section _news What's New? The description of latest changes can be found in -NEWS.txt in the top-directory of the project. - -TODO: Move to wiki. + + the NEWS wiki +. \section _rlinks Related links - JSON Specification and alternate language implementations.