We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b081a commit fdbaf86Copy full SHA for fdbaf86
gap/JupyterKernel.gi
@@ -70,8 +70,8 @@ function(conf)
70
"Running on GAP ", GAPInfo.BuildVersion, "\n")
71
, help_links := [ rec( text := "GAP website", url := "https://www.gap-system.org/")
72
, 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") ]
+ , rec( text := "GAP tutorial", url := "https://docs.gap-system.org/doc/chap0_mj.html")
+ , rec( text := "GAP reference", url := "https://docs.gap-system.org/doc/ref/chap0_mj.html") ]
75
, status := "ok" )
76
, rec() );
77
end,
0 commit comments