Skip to content

Commit

Permalink
Version: 2.4.6 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousUser committed Feb 22, 2023
1 parent 548339f commit d590d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/burp/ui/MainUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private void onlineUpdateActionPerformed(ActionEvent e) {
int retCode = JOptionPane.showConfirmDialog(null, "Do you want to update config?", "Info",
JOptionPane.YES_NO_CANCEL_OPTION);
if (retCode == JOptionPane.YES_OPTION) {
String url = "https://raw.githubusercontent.com/gh0stkey/HaE/gh-pages/Config.yml";
String url = "https://cdn.jsdelivr.net/gh/gh0stkey/HaE@gh-pages/Config.yml";
OkHttpClient httpClient = new OkHttpClient();
Request httpRequest = new Request.Builder().url(url).get().build();
try {
Expand Down

0 comments on commit d590d4a

Please sign in to comment.