Replace an FTP link in comments with an equivalent HTTPS link
This commit is contained in:
parent
55b7f8e800
commit
3dfc352145
@ -2,7 +2,7 @@
|
|||||||
//!
|
//!
|
||||||
//! Algorithm based on Loukas Georgiadis,
|
//! Algorithm based on Loukas Georgiadis,
|
||||||
//! "Linear-Time Algorithms for Dominators and Related Problems",
|
//! "Linear-Time Algorithms for Dominators and Related Problems",
|
||||||
//! <ftp://ftp.cs.princeton.edu/techreports/2005/737.pdf>
|
//! <https://www.cs.princeton.edu/techreports/2005/737.pdf>
|
||||||
//!
|
//!
|
||||||
//! Additionally useful is the original Lengauer-Tarjan paper on this subject,
|
//! Additionally useful is the original Lengauer-Tarjan paper on this subject,
|
||||||
//! "A Fast Algorithm for Finding Dominators in a Flowgraph"
|
//! "A Fast Algorithm for Finding Dominators in a Flowgraph"
|
||||||
|
Loading…
Reference in New Issue
Block a user