about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>2015-04-28 13:45:40 -0700
committerJim Blandy <jimb@red-bean.com>2015-04-28 13:45:40 -0700
commit742ad41359a1794b5dcef4697652fcbbeaeb2458 (patch)
tree1530f97f27befd433bb281750e55f8338b484c14
parent441b3f0c26c2e30ddb012be968141da7ce7d9d62 (diff)
downloadrust-742ad41359a1794b5dcef4697652fcbbeaeb2458.tar.gz
rust-742ad41359a1794b5dcef4697652fcbbeaeb2458.zip
Fix link to C++ FQA
Fix the link to the "static initialization order fiasco" discussion in the C++ Frequently Questioned Answers.
-rw-r--r--src/doc/complement-design-faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/complement-design-faq.md b/src/doc/complement-design-faq.md
index 952416ac160..8341712e738 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