Skip to content

Commit 5a65132

Browse files
committed
README/NEWS links
1 parent bef834e commit 5a65132

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/jsoncpp.dox

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@ std::cout << root;
8585

8686
\section _pbuild Build instructions
8787
The build instructions are located in the file
88-
<a HREF="https://github.com/open-source-parsers/jsoncpp/blob/master/README.txt">README.txt</a> in the top-directory of the project.
88+
<a HREF="https://github.com/open-source-parsers/jsoncpp/blob/master/README.md">README.md</a> in the top-directory of the project.
8989

9090
The latest version of the source is available in the project's GitHub repository:
9191
<a HREF="https://github.com/open-source-parsers/jsoncpp/">
9292
jsoncpp</a>
9393

9494
\section _news What's New?
9595
The description of latest changes can be found in
96-
<a HREF="https://github.com/open-source-parsers/jsoncpp/blob/master/NEWS.txt">NEWS.txt</a> in the top-directory of the project.
97-
98-
<strong>TODO</strong>: Move to wiki.
96+
<a HREF="https://github.com/open-source-parsers/jsoncpp/wiki/NEWS">
97+
the NEWS wiki
98+
</a>.
9999

100100
\section _rlinks Related links
101101
- <a HREF="http://www.json.org/">JSON</a> Specification and alternate language implementations.

0 commit comments

Comments
 (0)