Skip to content

Commit bd36793

Browse files
committed
Fix CHANGELOG.md links
1 parent 8cda34d commit bd36793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2727
for that parameter will result in a 0 passed to libc's `kill`, while a
2828
`Some`-argument will result in the previous behavior for the contained
2929
`Signal`.
30-
([#445](https://github.com/nix-rust/nix/pull/410))
30+
([#445](https://github.com/nix-rust/nix/pull/445))
3131
- The minimum supported version of rustc is now 1.7.0.
3232
([#444](https://github.com/nix-rust/nix/pull/444))
3333
- Changed `KEvent` to an opaque structure that may only be modified by its
@@ -48,7 +48,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4848
([#410](https://github.com/nix-rust/nix/pull/410))
4949
- `SigFlags` in `::nix::sys::signal` has be renamed to `SigmaskHow` and its type
5050
has changed from `bitflags` to `enum` in order to conform to our conventions.
51-
([#410](https://github.com/nix-rust/nix/pull/460))
51+
([#460](https://github.com/nix-rust/nix/pull/460))
5252

5353
### Fixed
5454
- Fixed using kqueue with `EVFILT_USER` on FreeBSD

0 commit comments

Comments
 (0)