Skip to content

Commit 3112915

Browse files
committed
update documents
1 parent 69202c4 commit 3112915

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Java-JsonPojo-Example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Open the **JsonPojoUtils.java**
1717
Source code are described in ##[Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/)
1818

1919
# Related articles
20-
##[Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)
20+
###[Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Java-Examples
22
## Java-JsonPojo-Example
33
This small project contains examples how to convert Java object, Hashmap, List to JSON and vice versa. It also contains examples about how to work with files.
4-
See ##[Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/) for more detail.
4+
See ##[Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/) for more detail.
55
## Simple Java-RESTful-Client-Example
66
This projects contains some examples about implementing RESTful Web Service Clients using java.net.URL package
7-
##[Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)
7+
###[Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)

0 commit comments

Comments
 (0)