Skip to content

Commit

Permalink
append -manual.pdf to readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalsaleh committed Sep 28, 2023
1 parent b59041e commit 57ca9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.g
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ GeneratePackageYML:=function(pkg)
AppendTo(stream, "\n");
fi;

AppendTo(stream, "pdf: ", pkg.ArchiveURL, ".pdf\n");
AppendTo(stream, "pdf: ", pkg.ArchiveURL, "-manual.pdf\n");
AppendTo(stream, "\n");

AppendTo(stream, "abstract: |\n");
Expand Down

0 comments on commit 57ca9d5

Please # to comment.