Skip to content

Commit

Permalink
update docs for open-source-parsers org
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunn2001 committed Jul 9, 2014
1 parent 0973f2e commit bef834e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/jsoncpp.dox
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ std::cout << root;

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

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

\section _news What's New?
The description of latest changes can be found in
<a HREF="https://github.com/jacobsa/jsoncpp/blob/master/NEWS.txt">NEWS.txt</a> in the top-directory of the project.
<a HREF="https://github.com/open-source-parsers/jsoncpp/blob/master/NEWS.txt">NEWS.txt</a> in the top-directory of the project.

<strong>TODO</strong>: Move to wiki.

Expand All @@ -110,7 +110,7 @@ The description of latest changes can be found in
- <a href="http://jsoncpp.sourceforge.net/old.html">http://jsoncpp.sourceforge.net/old.html</a>

\section _license License
See file <a href="https://github.com/jacobsa/jsoncpp/blob/master/LICENSE"><code>LICENSE</code></a> in the top-directory of the project.
See file <a href="https://github.com/open-source-parsers/jsoncpp/blob/master/LICENSE"><code>LICENSE</code></a> in the top-directory of the project.

Basically JsonCpp is licensed under MIT license, or public domain if desired
and recognized in your jurisdiction.
Expand Down
2 changes: 1 addition & 1 deletion doc/roadmap.dox
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*! \page roadmap JsonCpp roadmap
Moved to: https://github.com/jacobsa/jsoncpp/wiki/Roadmap
Moved to: https://github.com/open-source-parsers/jsoncpp/wiki/Roadmap
*/

0 comments on commit bef834e

Please sign in to comment.