Skip to content

Commit 3dfc352

Browse files
committed
Replace an FTP link in comments with an equivalent HTTPS link
1 parent 55b7f8e commit 3dfc352

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_data_structures/src/graph/dominators

1 file changed

+1
-1
lines changed

compiler/rustc_data_structures/src/graph/dominators/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! Algorithm based on Loukas Georgiadis,
44
//! "Linear-Time Algorithms for Dominators and Related Problems",
5-
//! <ftp://ftp.cs.princeton.edu/techreports/2005/737.pdf>
5+
//! <https://www.cs.princeton.edu/techreports/2005/737.pdf>
66
//!
77
//! Additionally useful is the original Lengauer-Tarjan paper on this subject,
88
//! "A Fast Algorithm for Finding Dominators in a Flowgraph"

0 commit comments

Comments
 (0)