We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c2d182 + 246aa4f commit e3b4a4cCopy full SHA for e3b4a4c
src/main/java/fr/lumi/Main.java
@@ -166,7 +166,7 @@ public String callGithubForTag() {
166
StringBuilder response = new StringBuilder();
167
try {
168
// Make HTTP GET request
169
- URL url = new URL("https://api.github.com/repos/lumi-git/AutoCommands/tags");
+ URL url = new URL("https://api.github.com/repos/AutoPluginsDev/AutoCommands/tags");
170
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
171
connection.setRequestMethod("GET");
172
connection.setRequestProperty("Accept", "application/json");
0 commit comments