]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #52351 - mbrubeck:docs, r=apasel422
authorbors <bors@rust-lang.org>
Sun, 15 Jul 2018 13:12:39 +0000 (13:12 +0000)
committerbors <bors@rust-lang.org>
Sun, 15 Jul 2018 13:12:39 +0000 (13:12 +0000)
Fix link to RFC 1510

None

RELEASES.md

index 503ce7ede0d7d55f05699e04eb37cbbef8c09d4c..1e1ae4a8b6af955f84b8f627e93b55f96afcc9af 100644 (file)
@@ -3087,7 +3087,7 @@ Language
   [RFC 1513](https://github.com/rust-lang/rfcs/blob/master/text/1513-less-unwinding.md).
 * [Add a new crate type, 'cdylib'](https://github.com/rust-lang/rust/pull/33553).
   cdylibs are dynamic libraries suitable for loading by non-Rust hosts.
-  [RFC 1510](https://github.com/rust-lang/rfcs/blob/master/text/1510-rdylib.md).
+  [RFC 1510](https://github.com/rust-lang/rfcs/blob/master/text/1510-cdylib.md).
   Note that Cargo does not yet directly support cdylibs.
 
 Stabilized APIs