Fixed links in documentation

This commit is contained in:
elvis
2025-08-28 23:10:30 +02:00
parent 131683d4aa
commit 5812c75e37
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
//! Bisimilarity by Paige and Tarjan from Three Partition Refinement Algorithms
//! by Robert Paige L., Robert Endre Tarjan; pages 977 to 983
//! https://doi.org/10.1137/0216062
//! <https://doi.org/10.1137/0216062>
use std::cell::RefCell;
use std::collections::hash_map::Entry;