about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-07-15 13:12:39 +0000
committerbors <bors@rust-lang.org>2018-07-15 13:12:39 +0000
commit2d89320a9a842a167f6bb4dbcef6b6d4d00e7eb8 (patch)
treec753408e33cf2d174defd5f196b927446f04d1cf
parent7afa0ccb37a3006ef3cedbdd60da4febee41500b (diff)
parentecb2dc6b410b5b7603b894acc8cc70b348e8edab (diff)
downloadrust-2d89320a9a842a167f6bb4dbcef6b6d4d00e7eb8.tar.gz
rust-2d89320a9a842a167f6bb4dbcef6b6d4d00e7eb8.zip
Auto merge of #52351 - mbrubeck:docs, r=apasel422
Fix link to RFC 1510

None
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 503ce7ede0d..1e1ae4a8b6a 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -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