Skip to content

Commit 736db0e

Browse files
BarsaTMex3m1024
authored andcommitted
Updated link to plugin page (#146)
* Updated link to plugin page * Improved message
1 parent ff9a92f commit 736db0e

File tree

1 file changed

+3
-2
lines changed
  • ui/jetbrains/src/main/java/com/neueda/jetbrains/plugin/graphdb/jetbrains/actions/execute

1 file changed

+3
-2
lines changed

ui/jetbrains/src/main/java/com/neueda/jetbrains/plugin/graphdb/jetbrains/actions/execute/LandingPageAction.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
import java.net.URI;
1010

1111
public class LandingPageAction {
12-
public static final String URL = "https://google.com";
12+
public static final String URL = "https://technologies.neueda.com/plugin";
1313

1414
public static void open() {
1515
Analytics.event("landingPage", "clicked");
16-
int ok = Messages.showOkCancelDialog("todo " + URL, "todo", "Read more", "Cancel",
16+
int ok = Messages.showOkCancelDialog("This feature is planned for a \nfuture release of the premium version.\n" +
17+
"If you are interested, please visit: \n\n" + URL, "Premium Version", "Find more", "Cancel",
1718
AllIcons.General.QuestionDialog);
1819
if (ok == 0) {
1920
Analytics.event("landingPage", "land");

0 commit comments

Comments
 (0)