Skip to content

Commit e707f18

Browse files
committed
fix repository link
1 parent 11596f0 commit e707f18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ And then you can add the dependency:
5454

5555
All the examples in this README are implemented using
5656
my [kotlin4example](https://github.com/jillesvangurp/kotlin4example) library. You can find
57-
the source code that generates this README [here](https://github.com/formation-res/pg-docstore/tree/main/src/jvmTest/kotlin/com/jillesvangurp/jsondsl/readme/ReadmeGenerationTest.kt).
57+
the source code that generates this README [here](https://github.com/formation-res/json-dsl/tree/main/src/jvmTest/kotlin/com/jillesvangurp/jsondsl/readme/ReadmeGenerationTest.kt).
5858

5959
### Hello World
6060

src/jvmTest/kotlin/com/jillesvangurp/jsondsl/readme/ReadmeGenerationTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import java.io.File
77
import kotlin.math.PI
88
import kotlin.reflect.KProperty
99

10-
const val githubLink = "https://github.com/formation-res/pg-docstore"
10+
const val githubLink = "https://github.com/formation-res/json-dsl"
1111

1212
val sourceGitRepository = SourceRepository(
1313
repoUrl = githubLink,

0 commit comments

Comments
 (0)