about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-06-16 13:56:54 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-06-16 18:16:29 -0700
commitebac770abb529ebdd1b9de830ee82069d4f754da (patch)
tree03263267c01d764a9cd57bd7b8ae42b1f74cd28d /src
parentaccb442b38cb5e7f64ed80199ce5d77f3e4c4dd7 (diff)
downloadrust-ebac770abb529ebdd1b9de830ee82069d4f754da.tar.gz
rust-ebac770abb529ebdd1b9de830ee82069d4f754da.zip
doc: Fix a link in the FAQ
Closes #14914
Diffstat (limited to 'src')
-rw-r--r--src/doc/complement-design-faq.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/complement-design-faq.md b/src/doc/complement-design-faq.md
index 8a8f6e02b6d..14579f31a13 100644
--- a/src/doc/complement-design-faq.md
+++ b/src/doc/complement-design-faq.md
@@ -115,10 +115,10 @@ rationale and discussion.
 
 ## No guaranteed tail-call optimization
 
-In general, tail-call optimization is not guaranteed: see for a detailed
-explanation with references. There is a [proposed extension][tce] that would
-allow tail-call elimination in certain contexts. The compiler is still free to
-optimize tail-calls [when it pleases][sco], however.
+In general, tail-call optimization is not guaranteed: see [here][tml] for a
+detailed explanation with references. There is a [proposed extension][tce] that
+would allow tail-call elimination in certain contexts. The compiler is still
+free to optimize tail-calls [when it pleases][sco], however.
 
 [tml]: https://mail.mozilla.org/pipermail/rust-dev/2013-April/003557.html
 [sco]: http://llvm.org/docs/CodeGenerator.html#sibling-call-optimization