From fe0c555e00e1b750cc792131ed771b1c0025efd1 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Sun, 2 Dec 2018 22:59:02 +0000 Subject: [PATCH] c-tips: format other resources list better --- src/c-tips/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/c-tips/index.md b/src/c-tips/index.md index f4eb4d6..af1812e 100644 --- a/src/c-tips/index.md +++ b/src/c-tips/index.md @@ -401,8 +401,9 @@ Rust Reference. ## Other Resources -* In this book: [A little C with your Rust](../interoperability/c-with-rust.md) -* In this book: [A little Rust with your C](../interoperability/rust-with-c.md) +* In this book: + * [A little C with your Rust](../interoperability/c-with-rust.md) + * [A little Rust with your C](../interoperability/rust-with-c.md) * [The Rust Embedded FAQs](https://docs.rust-embedded.org/faq.html) * [Rust Pointers for C Programmers](http://blahg.josefsipek.net/?p=580) * [I used to use pointers - now what?](https://github.com/diwic/reffers-rs/blob/master/docs/Pointers.md)