Skip to content

Commit 23d08d9

Browse files
committed
update documentation link
Former-commit-id: 05796ec
1 parent 0d0a44a commit 23d08d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/jupiter/Globals.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class Globals {
3333
public static final String LICENSE = "Copyright (c) 2018-2019 Andrés Castellanos";
3434

3535
/** Jupiter simulator online documentation */
36-
public static final String HELP = "https://andrescv.github.io/Jupiter";
36+
public static final String HELP = "https://jupitersim.gitbook.io";
3737

3838
/** Jupiter RISC-V instruction set */
3939
public static final InstructionSet iset = new InstructionSet();

0 commit comments

Comments
 (0)