From bfbe165f5a52c8e180ec16b8bf3e6b29209e6aa2 Mon Sep 17 00:00:00 2001 From: Astro <astro@spaceboyz.net> Date: Sun, 8 Sep 2019 17:34:54 +0200 Subject: [PATCH] README: fix markdown syntax --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6668c1c..0bd8441 100644 --- a/README.md +++ b/README.md @@ -120,9 +120,9 @@ extension (e.g `example` must be renamed as `example.elf`). | Crate | Documentation | Description | | ---- | --- | --- | -| card10-sys | [card10-sys][docs.rs] | Unsafe C bindings for l0dables | -| card10-alloc | [card10-alloc][docs.rs] | alloc::* support for l0dables | -| card10-l0dable | [card10-l0dable][docs.rs] | High-level crate for building l0dables | +| card10-sys | [docs.rs][card10-sys] | Unsafe C bindings for l0dables | +| card10-alloc | [docs.rs][card10-alloc] | alloc::* support for l0dables | +| card10-l0dable | [docs.rs][card10-l0dable] | High-level crate for building l0dables | | example | | l0dable example | | rkanoid | | Arkanoid clone | | draw-image | | Example of drawing a static image to the display | -- GitLab