Skip to content

Commit 2dfdf24

Browse files
committed
Fix invalid links
1 parent 68ed34a commit 2dfdf24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ allprojects {
6060
"https://stleary.github.io/JSON-java/",
6161
"https://ci.dv8tion.net/job/JDA/javadoc/",
6262
"https://docs.oracle.com/javase/8/docs/api/",
63-
//"https://docs.botblock.org/JavaBotBlockAPI/core/",
63+
"https://docs.botblock.org/JavaBotBlockAPI/core/",
6464
"https://docs.botblock.org/JavaBotBlockAPI/jda/",
6565
"https://docs.botblock.org/JavaBotBlockAPI/request/"
6666
)

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
Below can you find the available Javadocs for the different Modules of this Project.
33

44
- [Core](core)
5-
- [JDA-Module](jda-module)
6-
- [Request-Module](request-module)
5+
- [JDA-Module](jda)
6+
- [Request-Module](request)

0 commit comments

Comments
 (0)