about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2018-07-13 11:00:33 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2018-07-13 11:00:33 -0700
commitecb2dc6b410b5b7603b894acc8cc70b348e8edab (patch)
tree32dfde08417e5814e2e1b2e767ccdc9a8433a552
parentbce32b532de61434841b7c2ce3085e1f63d6a7a1 (diff)
downloadrust-ecb2dc6b410b5b7603b894acc8cc70b348e8edab.tar.gz
rust-ecb2dc6b410b5b7603b894acc8cc70b348e8edab.zip
Fix link to RFC 1510
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index cf80c166759..e53f9be57a9 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -3064,7 +3064,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