Skip to content

Commit c41a51c

Browse files
committed
New fixes to links.
1 parent 3043983 commit c41a51c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Date := "27/08/2015",
5353
## example/init.g, ... or example-1.3/init.g, ... )
5454
#
5555
ArchiveURL :=
56-
"https://github.com/ruthhoffmann/PatternClass/releases/download/v2.0/PatternClass2.0",
56+
"https://github.com/ruthhoffmann/PatternClass/releases/download/2.0/PatternClass2.0",
5757

5858
## All provided formats as list of file extensions, separated by white
5959
## space or commas.
@@ -261,7 +261,7 @@ PackageDoc := rec(
261261
BookName := "PatternClass",
262262
# format/extension can be one of .zoo, .tar.gz, .tar.bz2, -win.zip
263263
Archive :=
264-
"https://github.com/ruthhoffmann/PatternClass/releases/download/v2.0/PatternClass2.0.tar.gz",
264+
"https://github.com/ruthhoffmann/PatternClass/releases/download/2.0/PatternClass2.0.tar.gz",
265265
ArchiveURLSubset := ["doc"],
266266
HTMLStart := "doc/chap0.html",
267267
PDFFile := "doc/manual.pdf",

0 commit comments

Comments
 (0)