aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author zaaarf <me@zaaarf.foo>2024-01-20 18:23:44 +0100
committer zaaarf <me@zaaarf.foo>2024-01-20 18:23:44 +0100
commit89f36dcc1efb3c44024b3d8ee570484b41550dd1 (patch)
treef3ffe544bc0233f54b859d3a5441f23b0dba704e
parentb30ec02499fca2457caf0d03d73a7fe913a9a750 (diff)
fix: new javadoc url
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index b026c54..53920c6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,7 +14,7 @@ java {
javadoc {
options {
- links 'https://lll.fantabos.co/javadoc/lillero'
+ links 'https://docs.zaaarf.foo/lillero'
}
}
@@ -30,4 +30,4 @@ dependencies {
implementation 'org.ow2.asm:asm-commons:9.4'
implementation 'cpw.mods:modlauncher:8.1.3'
implementation 'ftbsc:lll:0.3.2'
-} \ No newline at end of file
+}