Skip to content

Commit 5c5628a

Browse files
committed
Fixed some documentation issues pointed out by Daniel.
1 parent b96aed0 commit 5c5628a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<table width="100%">
1212
<tr>
1313
<td width="40%" align="left" valign="center">
14-
<a href="http://sourceforge.net/projects/jsoncpp">
14+
<a href="http://sourceforge.net/projects/jsoncpp/">
1515
JsonCpp project page
1616
</a>
1717
</td>

doc/jsoncpp.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here is an example of JSON data:
2222
],
2323

2424
// Tab indent size
25-
"indent" : { "length" : 3, "use_space" = true }
25+
"indent" : { "length" : 3, "use_space": true }
2626
}
2727
\endverbatim
2828

@@ -109,7 +109,7 @@ Permanent link to the latest revision of the file in subversion:
109109

110110
\section _plinks Project links
111111
- <a HREF="http://jsoncpp.sourceforge.net">json-cpp home</a>
112-
- <a HREF="http://www.sourceforge.net/projects/jsoncpp">json-cpp sourceforge project</a>
112+
- <a HREF="http://www.sourceforge.net/projects/jsoncpp/">json-cpp sourceforge project</a>
113113

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

0 commit comments

Comments
 (0)