File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ XMLEntities.NAUTY := UrlEntity("nauty",
9494 " https://pallini.di.uniroma1.it" );
9595XMLEntities.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
98100XMLEntities.MUTABLE_RECOMPUTED_ATTR := " " " If the argument <A>digraph</A> is
99101mutable, then the return value of this attribute is recomputed every time it is
You can’t perform that action at this time.
0 commit comments