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 be75d63 commit f1a6e19Copy full SHA for f1a6e19
src/main/java/com/headwire/aem/tooling/intellij/explorer/WebContentFXPanel.java
@@ -46,8 +46,8 @@ public class WebContentFXPanel
46
private JFXPanel panel;
47
private WebView browser;
48
private WebEngine webEngine;
49
- private String url = "https://www.headwire.com/t/intellij-1.0.3.3.html";
50
- private String altUrl = "https://www.headwire.com/t/intellij-1.0.3.1.html";
+ private String url = "https://www.headwire.com/t/intellij-1.0.3.4.html";
+ private String altUrl = "https://www.headwire.com/t/intellij-1.0.3.3.html";
51
52
public WebContentFXPanel() {
53
0 commit comments