Skip to content

Commit ddf0553

Browse files
authored
Update java-features.md
1 parent 8233507 commit ddf0553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-features.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@ the generated java source code will be written out to `src/main/java` folder of
227227

228228
by setting the mode to static, dynamic code generation will not happen if the class to decode/encode does not have corresponding decoder/encoder, instead exception will be thrown.
229229

230-
For normal java project, please refer to demo: https://github.com/json-iterator/java/tree/master/demo
230+
For normal java project, please refer to demo: [https://github.com/json-iterator/java/tree/master/demo](https://github.com/json-iterator/java/tree/master/demo)
231231

232-
For android project, please refer to the android demo: https://github.com/json-iterator/java/tree/master/android-demo
232+
For android project, please refer to the android demo: [https://github.com/json-iterator/java/tree/master/android-demo](https://github.com/json-iterator/java/tree/master/android-demo)
233233

234234
# Object binding styles
235235

0 commit comments

Comments
 (0)