Skip to content

Commit ffd5e0f

Browse files
committed
Update link to JDA docs
1 parent 2e73549 commit ffd5e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ JDABuilder.createDefault(botToken)
6969
.build();
7070
```
7171

72-
then connect to vc by using the [direct audio controller](https://ci.dv8tion.net/job/JDA5/javadoc/net/dv8tion/jda/api/JDA.html#getDirectAudioController()) like this:
72+
then connect to vc by using the [direct audio controller](https://docs.jda.wiki/net/dv8tion/jda/api/JDA.html#getDirectAudioController()) like this:
7373
```java
7474
jda.getDirectAudioController().connect(voiceChannel);
7575
```

0 commit comments

Comments
 (0)