Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class Help implements Command {
public static final String COMMAND_NAME = ":help";
private final Logger logger;
private final CommandHelper commandHelper;
public static String CYPHER_REFCARD_LINK = "https://neo4j.com/docs/developer-manual/3.1-beta/cypher/";
public static String CYPHER_REFCARD_LINK = "https://neo4j.com/docs/developer-manual/current/cypher/";

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