Index: mojom/mojom_tool/utils/wellfounded_graphs.go |
diff --git a/mojom/mojom_tool/utils/wellfounded_graphs.go b/mojom/mojom_tool/utils/wellfounded_graphs.go |
index 1266a96c4d5ec85bb1c9f3ab5a41a453fe31320a..6e2c32f67a7abcf4b1475f3cc2d8fb7bd9197290 100644 |
--- a/mojom/mojom_tool/utils/wellfounded_graphs.go |
+++ b/mojom/mojom_tool/utils/wellfounded_graphs.go |
@@ -11,7 +11,7 @@ import ( |
// This file contains an implementation of an algorithm to check the well-foundedness |
// of two-sorted directed graphs. See the paper |
-// "Well-Founded Two-Sorted Directed Graphs" (https://goo.gl/ipxFKu) for background |
+// "Well-Founded Two-Sorted Directed Graphs" (https://goo.gl/YrLmfY) for background |
// and detailed definitions. Here we give only a high-level overview. |
// |
// A two-sorted graph is a directed graph that contains two sorts of nodes called circle nodes and |