Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 4d26858

Browse files
authored
Merge pull request #68 from praveenag/master
updated help link to point to current instead of beta
2 parents 723f22b + dc00e6c commit 4d26858

File tree

1 file changed

+1
-1
lines changed
  • cypher-shell/src/main/java/org/neo4j/shell/commands

1 file changed

+1
-1
lines changed

cypher-shell/src/main/java/org/neo4j/shell/commands/Help.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class Help implements Command {
1717
public static final String COMMAND_NAME = ":help";
1818
private final Logger logger;
1919
private final CommandHelper commandHelper;
20-
public static String CYPHER_REFCARD_LINK = "https://neo4j.com/docs/developer-manual/3.1-beta/cypher/";
20+
public static String CYPHER_REFCARD_LINK = "https://neo4j.com/docs/developer-manual/current/cypher/";
2121

2222
public Help(@Nonnull final Logger shell, @Nonnull final CommandHelper commandHelper) {
2323
this.logger = shell;

0 commit comments

Comments
 (0)