We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0a44a commit 23d08d9Copy full SHA for 23d08d9
src/main/java/jupiter/Globals.java
@@ -33,7 +33,7 @@ public final class Globals {
33
public static final String LICENSE = "Copyright (c) 2018-2019 Andrés Castellanos";
34
35
/** Jupiter simulator online documentation */
36
- public static final String HELP = "https://andrescv.github.io/Jupiter";
+ public static final String HELP = "https://jupitersim.gitbook.io";
37
38
/** Jupiter RISC-V instruction set */
39
public static final InstructionSet iset = new InstructionSet();
0 commit comments