Skip to content

Commit

Permalink
Replace an FTP link in comments with an equivalent HTTPS link
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Oct 24, 2024
1 parent 55b7f8e commit 3dfc352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_data_structures/src/graph/dominators/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! Algorithm based on Loukas Georgiadis,
//! "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,
//! "A Fast Algorithm for Finding Dominators in a Flowgraph"
Expand Down

0 comments on commit 3dfc352

Please sign in to comment.