Skip to content

Commit 8c92546

Browse files
committed
Update branch name (master -> stable) in package documentation
[ci skip]
1 parent 6e55830 commit 8c92546

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

M2/Macaulay2/packages/MultiprojectiveVarieties.m2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ requiredCremonaVersion := "5.2.1";
3939
if Cremona.Options.Version < requiredCremonaVersion then (
4040
<<endl<<"Your version of the Cremona package is outdated (required version "<<requiredCremonaVersion<<" or newer);"<<endl;
4141
<<"you can manually download the latest version from"<<endl;
42-
<<"https://github.com/Macaulay2/M2/tree/master/M2/Macaulay2/packages."<<endl;
42+
<<"https://github.com/Macaulay2/M2/tree/stable/M2/Macaulay2/packages."<<endl;
4343
<<"To automatically download the latest version of Cremona in your current directory,"<<endl;
4444
<<"you may run the following Macaulay2 code:"<<endl<<"***"<<endl<<endl;
45-
<<///(makeDirectory("Cremona"), for f in {"Cremona.m2","Cremona/documentation.m2","Cremona/examples.m2","Cremona/tests.m2"} do run("curl -s -o "|f|" https://raw.githubusercontent.com/Macaulay2/M2/master/M2/Macaulay2/packages/"|f));///<<endl<<endl<<"***"<<endl;
45+
<<///(makeDirectory("Cremona"), for f in {"Cremona.m2","Cremona/documentation.m2","Cremona/examples.m2","Cremona/tests.m2"} do run("curl -s -o "|f|" https://raw.githubusercontent.com/Macaulay2/M2/stable/M2/Macaulay2/packages/"|f));///<<endl<<endl<<"***"<<endl;
4646
error("required Cremona package version "|requiredCremonaVersion|" or newer");
4747
);
4848

M2/Macaulay2/packages/NCAlgebra/NCAlgebraDoc.m2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ doc ///
3939

4040
Detailed instructions for installing Bergman, as well as the NCAlgebra system, can be
4141
found in the file installNCAlgebra.txt file contained in the NCAlgebra package directory.
42-
It may also be found at @HREF"https://github.com/Macaulay2/M2/blob/master/M2/Macaulay2/packages/NCAlgebra/installNCAlgebra.txt"@.
42+
It may also be found at @HREF"https://github.com/Macaulay2/M2/blob/stable/M2/Macaulay2/packages/NCAlgebra/installNCAlgebra.txt"@.
4343

4444
Subnodes
4545
"Basic operations on noncommutative algebras"
@@ -4116,7 +4116,7 @@ doc ///
41164116
Text
41174117
Detailed instructions for installing Bergman, as well as the NCAlgebra system, can be
41184118
found in the file installNCAlgebra.txt file contained in the NCAlgebra package directory.
4119-
It may also be found at @HREF"https://github.com/Macaulay2/M2/blob/master/M2/Macaulay2/packages/NCAlgebra/installNCAlgebra.txt"@.
4119+
It may also be found at @HREF"https://github.com/Macaulay2/M2/blob/stable/M2/Macaulay2/packages/NCAlgebra/installNCAlgebra.txt"@.
41204120
SeeAlso
41214121
"Using the Bergman interface"
41224122
///

0 commit comments

Comments
 (0)