File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,11 +186,11 @@ iCite Package := P -> (
186186 -- bibtex howpublished content
187187 bibPackageSource :=
188188 if isInternalPackage and isInternalSource
189- then " \\url{https://github.com/Macaulay2/M2/tree/master /M2/Macaulay2/packages}"
189+ then " \\url{https://github.com/Macaulay2/M2/tree/stable /M2/Macaulay2/packages}"
190190 else if isInternalPackage and not isInternalSource
191191 then if P#Options #HomePage =!= null
192192 then concatenate (" \" " , toString (P#Options#HomePage), " \" " )
193- else " \\url{https://github.com/Macaulay2/M2/tree/master /M2/Macaulay2/packages}"
193+ else " \\url{https://github.com/Macaulay2/M2/tree/stable /M2/Macaulay2/packages}"
194194 else if P#Options #HomePage === null
195195 then (print concatenate (" Warning: The \" " , T, " \" package provides insufficient citation data: howpublished." ))
196196 else concatenate (" \\url{" ,toString (P#Options #HomePage ), " }" );
You can’t perform that action at this time.
0 commit comments