Skip to content

Commit 6e55830

Browse files
committed
Update branch name (master -> stable) in package citations
1 parent c3c29b5 commit 6e55830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

M2/Macaulay2/packages/PackageCitations.m2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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), "}");

0 commit comments

Comments
 (0)