We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9e73c commit 964ace9Copy full SHA for 964ace9
README.md
@@ -7,7 +7,7 @@ Converts a JSON string into Kotlin data classes.
7
As you've probably guessed by now, this project automatically converts JSON to Kotlin source files.
8
The tool itself is implemented 100% in Kotlin, and makes heavy use of Square's excellent [KotlinPoet](https://github.com/square/kotlinpoet) library.
9
10
-Read <a href="https://fractalwrench.co.uk/posts/json-2-kotlin/">the blog post</a> which covers how this multi-platform tool was written.
+Read [the blog post](blog/BLOG_POST.md) which covers how this multi-platform tool was written.
11
12
View [the source](https://github.com/fractalwrench/json-2-kotlin/tree/master/core/src/main/kotlin/com/fractalwrench/json2kotlin) to suggest improvements.
13
0 commit comments