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.
1 parent 088a124 commit 246aa4fCopy full SHA for 246aa4f
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