Skip to content

Commit 2d27d20

Browse files
committed
update url of app signing guide
1 parent 8115a82 commit 2d27d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processing/mode/android/KeyStoreManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
@SuppressWarnings("serial")
4343
public class KeyStoreManager extends JFrame {
4444
static final String GUIDE_URL =
45-
"http://developer.android.com/tools/publishing/app-signing.html#cert";
45+
"https://developer.android.com/studio/publish/app-signing.html";
4646

4747
File keyStore;
4848
AndroidEditor editor;

0 commit comments

Comments
 (0)