We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8115a82 commit 2d27d20Copy full SHA for 2d27d20
src/processing/mode/android/KeyStoreManager.java
@@ -42,7 +42,7 @@
42
@SuppressWarnings("serial")
43
public class KeyStoreManager extends JFrame {
44
static final String GUIDE_URL =
45
- "http://developer.android.com/tools/publishing/app-signing.html#cert";
+ "https://developer.android.com/studio/publish/app-signing.html";
46
47
File keyStore;
48
AndroidEditor editor;
0 commit comments