From e745abc7e5bf397b83b78b7e4a7547a7453b1d2f Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Fri, 26 Oct 2018 10:42:15 +0200 Subject: [PATCH] Add link to docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64cadc1..6287505 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An emulator for the MOS 6502 CPU written in Rust. ## Features * Builds on stable Rust. -* Runs on `#[no_std]`, which means it works without the standard library. It is +* Runs on [`#[no_std]`](https://doc.rust-lang.org/1.7.0/book/no-stdlib.html), which means it works without the standard library. It is portable, has very few dependencies, and doesn't depend on a full-fledged `libc`.