diff --git a/doc/bibliography.html b/doc/bibliography.html
index b541abf62..e79333f52 100644
--- a/doc/bibliography.html
+++ b/doc/bibliography.html
@@ -453,6 +453,11 @@
Bibliography
Data Structures for Weighted Matching and Nearest Common Ancestors with Linking
Proceedings of the First Annual ACM-SIAM Symposium on Discrete Algorithms, pp. 434-443, 1990.
+77
+Zvi Galil
+Efficient Algorithms for Finding Maximum Matching in Graphs
+ACM Computing Surveys (CSUR), 18(1), 23-38, 1986.
+
diff --git a/doc/maximum_weighted_matching.html b/doc/maximum_weighted_matching.html
index ab40f1f45..ca3f221a7 100644
--- a/doc/maximum_weighted_matching.html
+++ b/doc/maximum_weighted_matching.html
@@ -1,5 +1,6 @@