From 742ad41359a1794b5dcef4697652fcbbeaeb2458 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 28 Apr 2015 13:45:40 -0700 Subject: [PATCH] Fix link to C++ FQA Fix the link to the "static initialization order fiasco" discussion in the C++ Frequently Questioned Answers. --- src/doc/complement-design-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/complement-design-faq.md b/src/doc/complement-design-faq.md index 952416ac160e1..8341712e738f3 100644 --- a/src/doc/complement-design-faq.md +++ b/src/doc/complement-design-faq.md @@ -79,7 +79,7 @@ feature. A nice replacement is the [lazy constructor macro][lcm] by [Marvin Löbel][kim]. -[fqa]: https://mail.mozilla.org/pipermail/rust-dev/2013-April/003815.html +[fqa]: http://yosefk.com/c++fqa/ctors.html#fqa-10.12 [elp]: http://ericlippert.com/2013/02/06/static-constructors-part-one/ [lcm]: https://gist.github.com/Kimundi/8782487 [kim]: https://github.com/Kimundi