Skip to content

Commit 246aa4f

Browse files
authored
modify link to the repo for the version checking
1 parent 088a124 commit 246aa4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fr/lumi/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public String callGithubForTag() {
166166
StringBuilder response = new StringBuilder();
167167
try {
168168
// Make HTTP GET request
169-
URL url = new URL("https://api.github.com/repos/lumi-git/AutoCommands/tags");
169+
URL url = new URL("https://api.github.com/repos/AutoPluginsDev/AutoCommands/tags");
170170
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
171171
connection.setRequestMethod("GET");
172172
connection.setRequestProperty("Accept", "application/json");

0 commit comments

Comments
 (0)