Skip to content

Commit e3b4a4c

Browse files
authored
Merge pull request #47 from AutoPluginsDev/rt-modify-tag-link
modify link to the repo for the version checking
2 parents 6c2d182 + 246aa4f commit e3b4a4c

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)