Skip to content

Commit fdbaf86

Browse files
authored
Update links to GAP manuals (#131)
1 parent 44b081a commit fdbaf86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gap/JupyterKernel.gi

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ function(conf)
7070
"Running on GAP ", GAPInfo.BuildVersion, "\n")
7171
, help_links := [ rec( text := "GAP website", url := "https://www.gap-system.org/")
7272
, rec( text := "GAP documentation", url := "https://www.gap-system.org/Doc/doc.html")
73-
, rec( text := "GAP tutorial", url := "https://www.gap-system.org/Manuals/doc/chap0.html")
74-
, rec( text := "GAP reference", url := "https://www.gap-system.org/Manuals/doc/ref/chap0.html") ]
73+
, rec( text := "GAP tutorial", url := "https://docs.gap-system.org/doc/chap0_mj.html")
74+
, rec( text := "GAP reference", url := "https://docs.gap-system.org/doc/ref/chap0_mj.html") ]
7575
, status := "ok" )
7676
, rec() );
7777
end,

0 commit comments

Comments
 (0)