Skip to content

Commit 2babf27

Browse files
committed
netlify.toml
1 parent 436761c commit 2babf27

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ tasks {
5959
sourceLink {
6060
// Unix based directory relative path to the root of the project (where you execute gradle respectively).
6161
path = "src/main/kotlin"
62-
6362
// URL showing where the source code can be accessed through the web browser
6463
url = "https://github.com/kotlin-graphics/kotlin-unsigned/tree/master/src/main/kotlin"
6564
// Suffix which is used to append the line number to the URL. Use #L for GitHub

netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[[redirects]]
2+
from = "/"
3+
to = "/build/dokka/html/kotlin-unsigned"

0 commit comments

Comments
 (0)