update docs for open-source-parsers org

This commit is contained in:
Christopher Dunn 2014-07-05 19:05:10 -07:00
parent 0973f2e6bc
commit bef834edca
2 changed files with 5 additions and 5 deletions

View File

@ -85,15 +85,15 @@ std::cout << root;
\section _pbuild Build instructions \section _pbuild Build instructions
The build instructions are located in the file 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: 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> jsoncpp</a>
\section _news What's New? \section _news What's New?
The description of latest changes can be found in 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. <strong>TODO</strong>: Move to wiki.
@ -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> - <a href="http://jsoncpp.sourceforge.net/old.html">http://jsoncpp.sourceforge.net/old.html</a>
\section _license License \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 Basically JsonCpp is licensed under MIT license, or public domain if desired
and recognized in your jurisdiction. and recognized in your jurisdiction.

View File

@ -1,3 +1,3 @@
/*! \page roadmap JsonCpp roadmap /*! \page roadmap JsonCpp roadmap
Moved to: https://github.com/jacobsa/jsoncpp/wiki/Roadmap Moved to: https://github.com/open-source-parsers/jsoncpp/wiki/Roadmap
*/ */