Skip to content

Commit 0b4ba4f

Browse files
Merge branch 'main' into gh-page
2 parents b38eb79 + 62cb148 commit 0b4ba4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ npm-debug.log*
6262
yarn-debug.log*
6363
yarn-error.log*
6464
/kotlin-js-store/
65+
.kotlin/
6566
#/package.json
6667
#/package-lock.json

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ dokka {
202202
documentedVisibilities = setOf(VisibilityModifier.Public)
203203

204204
sourceLink {
205-
remoteUrl("https://github.com/g0dkar/qrcode-kotlin")
205+
remoteUrl("https://github.com/g0dkar/qrcode-kotlin/tree/main")
206206
}
207207
}
208208
}

0 commit comments

Comments
 (0)