Skip to content

Commit 1869cd9

Browse files
committed
Update manual and error messages for new digraphs-lib repo
1 parent 670c2f6 commit 1869cd9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

doc/utils.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
For these tests to complete, the digraphs library <C>digraphs-lib</C> must
6565
be downloaded and placed in the <C>digraphs</C> directory in a subfolder
6666
named <F>digraphs-lib</F>.
67-
This library can be found on the &Digraphs; website.
67+
This library can be found in the &DIGRAPHS_LIB; repository.
6868
</Description>
6969
</ManSection>
7070
<#/GAPDoc>

gap/utils.gi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ function(arg...)
196196
if file = fail then
197197
ErrorNoReturn("the file pkg/digraphs/digraphs-lib/extreme.d6.gz is ",
198198
"required for these tests to run. Please install the ",
199-
"'digraphs-lib' archive from ",
200-
"https://digraphs.github.io/Digraphs/ ",
199+
"most recent 'digraphs-lib' release archive from ",
200+
"https://github.com/digraphs/digraphs-lib ",
201201
"and try again,");
202202
fi;
203203

makedoc.g

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ XMLEntities.NAUTY := UrlEntity("nauty",
9494
"https://pallini.di.uniroma1.it");
9595
XMLEntities.EDGE_PLANARITY_SUITE := UrlEntity("edge-addition-planarity-suite",
9696
"https://github.com/graph-algorithms/edge-addition-planarity-suite");
97+
XMLEntities.DIGRAPHS_LIB := UrlEntity("digraphs-lib",
98+
"http://github.com/digraphs/digraphs-lib");
9799

98100
XMLEntities.MUTABLE_RECOMPUTED_ATTR := """If the argument <A>digraph</A> is
99101
mutable, then the return value of this attribute is recomputed every time it is

0 commit comments

Comments
 (0)