Skip to content

Commit 7992ce6

Browse files
committed
Fix link
1 parent 34a3066 commit 7992ce6

File tree

1 file changed

+1
-1
lines changed
  • blog/content/edition-2/posts/07-hardware-interrupts

1 file changed

+1
-1
lines changed

blog/content/edition-2/posts/07-hardware-interrupts/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The default configuration of the PICs is not usable, because it sends interrupt
7777

7878
The configuration happens by writing special values to the command and data ports of the PICs. Fortunately there is already a crate called [`pic8259`], so we don't need to write the initialization sequence ourselves. In case you are interested how it works, check out [its source code][pic crate source], it's fairly small and well documented.
7979

80-
[pic crate source]: https://docs.rs/crate/pic8259/0.2.0/source/src/lib.rs
80+
[pic crate source]: https://docs.rs/crate/pic8259/0.10.0/source/src/lib.rs
8181

8282
To add the crate as dependency, we add the following to our project:
8383

0 commit comments

Comments
 (0)