Skip to content

Commit

Permalink
Use new repository for languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Aug 8, 2024
1 parent 69371d3 commit 8f361d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/presti/ree6/language/LanguageService.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static void downloadLanguages() {
}

try {
RequestUtility.requestJson(RequestUtility.Request.builder().url("https://api.github.com/repos/Ree6-Applications/Ree6/contents/languages").build()).getAsJsonArray().forEach(jsonElement -> {
RequestUtility.requestJson(RequestUtility.Request.builder().url("https://api.github.com/repos/Ree6-Applications/Language/contents/languages").build()).getAsJsonArray().forEach(jsonElement -> {
String language = jsonElement.getAsJsonObject().get("name").getAsString().replace(".yml", "");
String download = jsonElement.getAsJsonObject().get("download_url").getAsString();

Expand Down

0 comments on commit 8f361d3

Please sign in to comment.