Skip to content

Commit 1ac166c

Browse files
authored
Update README.md
1 parent a58b168 commit 1ac166c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This is a very cool tool for Kotlin developers, it can convert a JSON string to
4444
Have a try with the settings dialog :stuck_out_tongue_winking_eye:
4545

4646
### Features
47-
* Generating Kotlin data class from any legal JSON string or any **URLs that returns a JSON string as response** or **local file that contains JSON string**, for more detail about supported source types, refer to [the documentation](https://github.com/wuseal/JsonToKotlinClass/blob/3.0/doc_for_json_sources.md)
47+
* Generating Kotlin data class from any legal JSON string or any **URLs that returns a JSON string as response** or **local file that contains JSON string**, for more detail about supported source types, refer to [the documentation](https://github.com/wuseal/JsonToKotlinClass/blob/master/doc_for_json_sources.md)
4848
* Generating Kotlin data class from any legal JSON text when right click on directory and select `New` -> `Kotlin data class File from JSON`
4949
* Supporting (almostly) all kinds of JSON libs' annotation(Gson, Jackson, Fastjson, MoShi and LoganSquare, kotlinx.serialization(default custom value))
5050
* [Customizing your own annotations](https://github.com/wuseal/JsonToKotlinClass/issues/19)
@@ -59,7 +59,7 @@ Have a try with the settings dialog :stuck_out_tongue_winking_eye:
5959
* [Android Parcelable support](https://github.com/wuseal/JsonToKotlinClass/issues/44)
6060
* [Customize parent class declaration](https://github.com/wuseal/JsonToKotlinClass/issues/44)
6161
* Generating kotlin data class property order by alphabetical
62-
* [Support customizing this plugin by `Extensions` module](https://github.com/wuseal/JsonToKotlinClass/blob/3.0-doc-extensions/doc_for_extensions.md)
62+
* [Support customizing this plugin by `Extensions` module](https://github.com/wuseal/JsonToKotlinClass/blob/master/doc_for_extensions.md)
6363

6464
### Generate Example
6565
This is the example JSON from json.org

0 commit comments

Comments
 (0)