Skip to content

Commit 41cccde

Browse files
mahrudd-torrance
authored andcommitted
disabled links to source in documentation temporarily
1 parent 3240dc1 commit 41cccde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

M2/Macaulay2/m2/help.m2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@ documentationValue(Symbol, Package) := (S, pkg) -> if pkg =!= Core then
285285
-- Details for developers
286286
-----------------------------------------------------------------------------
287287

288-
linkToFile := (src, fn, pos) -> HREF { if installLayout === null then src else installLayout#"packages" | fn, fn | pos };
288+
-- temporarily disabled because sometime the links are broken
289+
linkToFile := (src, fn, pos) -> TT { fn | pos } -- HREF { if installLayout === null then src else installLayout#"packages" | fn, fn | pos };
289290

290291
-- TODO: support more objects
291292
getSource = method()

0 commit comments

Comments
 (0)