Skip to content

Commit 3f178b8

Browse files
committed
Fix links in release notes.
My bad!
1 parent 70b2f47 commit 3f178b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Version 1.1.0 (June 2015)
66
Highlights
77
----------
88

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

0 commit comments

Comments
 (0)