Skip to content

Commit 35ebcec

Browse files
authored
Rollup merge of rust-lang#132096 - Zalathar:ftp-link, r=jieyouxu
Replace an FTP link in comments with an equivalent HTTPS link Modern browsers and editors often don't support following FTP links, so using an ordinary web link gives the same result in a more convenient way.
2 parents 0470728 + 3dfc352 commit 35ebcec

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)