From 7067d07de4c5e700e15fcee36d5ca264e952024d Mon Sep 17 00:00:00 2001
From: Julio Cabrapan Duarte <jcabdu@outlook.com>
Date: Sat, 4 Apr 2020 14:03:39 +0200
Subject: [PATCH 1/2] Update docs.md

---
 docs.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs.md b/docs.md
index 8c78fbd..d2dfeb9 100644
--- a/docs.md
+++ b/docs.md
@@ -20,7 +20,7 @@ great place to get started:
 
 ### The Rust Wasm Book
 
-[The Rust Wasm Book](docs/book) describes how to use Rust and
+[The Rust Wasm Book](https://rustwasm.github.io/docs/book/) describes how to use Rust and
 WebAssembly together. There's a tutorial to create an end to end project
 using Rust and WebAssembly and finally the book concludes with reference
 sections full of general, good-to-know information to explore more
@@ -30,13 +30,13 @@ with Rust and WebAssembly.
 
 If you'd like a deeper dive into Rust and WebAssembly, these resources
 are for you. These books are good to look into after you've gone through
-the tutorial in [The Rust Wasm Book](docs/book) or you already have some
+the tutorial in [The Rust Wasm Book](https://rustwasm.github.io/docs/book/) or you already have some
 familiarity with Rust, WebAssembly, and JavaScript. These books go into
 more depth about the Rust WebAssembly tools and crates.
 
 ### The `wasm-bindgen` Guide
 
-[The `wasm-bindgen` Guide](docs/wasm-bindgen) covers the `wasm-bindgen`
+[The `wasm-bindgen` Guide](https://rustwasm.github.io/docs/wasm-bindgen/) covers the `wasm-bindgen`
 tool and crate. `wasm-bindgen` is a Rust library and CLI tool that
 facilitate high-level interactions between wasm modules and JavaScript.
 This is great to read if you're seeking more information about how

From 743828983f33a66d687cb33dbc93c9c80a139530 Mon Sep 17 00:00:00 2001
From: Julio Cabrapan Duarte <jcabdu@outlook.com>
Date: Sat, 4 Apr 2020 14:04:50 +0200
Subject: [PATCH 2/2] Update docs.md

---
 docs.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.md b/docs.md
index d2dfeb9..b7a3d10 100644
--- a/docs.md
+++ b/docs.md
@@ -47,7 +47,7 @@ curious.
 
 ### The `wasm-pack` Book
 
-[The `wasm-pack` Book](docs/wasm-pack) covers the Rust to WebAssembly
+[The `wasm-pack` Book](https://rustwasm.github.io/docs/wasm-pack/) covers the Rust to WebAssembly
 workflow tool. This book covers prerequistes, project setup, and
 available commands for `wasm-pack`. The `wasm-pack` book has quick start
 guides to using generated templates and highlights how the workflow with