Skip to content

Commit

Permalink
Fix links in release notes.
Browse files Browse the repository at this point in the history
My bad!
  • Loading branch information
brson committed Jun 25, 2015
1 parent 70b2f47 commit 3f178b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASES.md
Expand Up @@ -6,7 +6,7 @@ Version 1.1.0 (June 2015)
Highlights
----------

* The [`std::fs` module has been expanded][fs-expand] to expand the set of
* The [`std::fs` module has been expanded][fs] to expand the set of
functionality exposed:
* `DirEntry` now supports optimizations like `file_type` and `metadata` which
don't incur a syscall on some platforms.
Expand All @@ -28,7 +28,7 @@ Libraries
whitespace boundaries.
* On both Windows and Unix, new extension traits provide conversion of
I/O types to and from the underlying system handles. On Unix, these
traits are [`FrowRawFd`] and [`AsRawFd`], on Windows `FromRawHandle`
traits are [`FromRawFd`] and [`AsRawFd`], on Windows `FromRawHandle`
and `AsRawHandle`. These are implemented for `File`, `TcpStream`,
`TcpListener`, and `UpdSocket`. Further implementations for
`std::process` will be stabilized later.
Expand Down

0 comments on commit 3f178b8

Please sign in to comment.