Skip to content

Commit

Permalink
Update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
egozcl committed Sep 20, 2020
1 parent b11e805 commit 079bb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/brianmcmichael/sagu/SAGU.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class SAGU extends JFrame implements ActionListener {
TITLE + " is free software.\n" +
"Your feedback is appreciated.\n" +
"This program is not any way affiliated with Amazon Web Services or Amazon.com.";
private static final String URL_STRING = "http://simpleglacieruploader.brianmcmichael.com/";
private static final String URL_STRING = "https://simpleamazonglacieruploader.github.io/";
private static final String AWS_SITE_STRING = "Get AWS Credentials";

public static final String ACCESS_LABEL = "Access Key: ";
Expand Down

0 comments on commit 079bb81

Please sign in to comment.