Skip to content

Commit bef834e

Browse files
committed
update docs for open-source-parsers org
1 parent 0973f2e commit bef834e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/jsoncpp.dox

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

8686
\section _pbuild Build instructions
8787
The build instructions are located in the file
88-
<a HREF="https://github.com/jacobsa/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.txt">README.txt</a> in the top-directory of the project.
8989

9090
The latest version of the source is available in the project's GitHub repository:
91-
<a HREF="https://github.com/jacobsa/jsoncpp/">
91+
<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/jacobsa/jsoncpp/blob/master/NEWS.txt">NEWS.txt</a> in the top-directory of the project.
96+
<a HREF="https://github.com/open-source-parsers/jsoncpp/blob/master/NEWS.txt">NEWS.txt</a> in the top-directory of the project.
9797

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

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

112112
\section _license License
113-
See file <a href="https://github.com/jacobsa/jsoncpp/blob/master/LICENSE"><code>LICENSE</code></a> in the top-directory of the project.
113+
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.
114114

115115
Basically JsonCpp is licensed under MIT license, or public domain if desired
116116
and recognized in your jurisdiction.

doc/roadmap.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/*! \page roadmap JsonCpp roadmap
2-
Moved to: https://github.com/jacobsa/jsoncpp/wiki/Roadmap
2+
Moved to: https://github.com/open-source-parsers/jsoncpp/wiki/Roadmap
33
*/

0 commit comments

Comments
 (0)