diff --git a/src/components/Markdown.js b/src/components/Markdown.js
index e59a762..b49e564 100644
--- a/src/components/Markdown.js
+++ b/src/components/Markdown.js
@@ -127,7 +127,7 @@ function TableCell({ children }) {
function Link({ href, children }) {
const linkText = children[0].props.value;
if (linkText === "embed:") {
- return ;
+ return ;
} else {
console.log(href);
return {children};
diff --git a/src/docs/howTo/overview.md b/src/docs/howTo/overview.md
index 1333ed7..1d1f5cb 100644
--- a/src/docs/howTo/overview.md
+++ b/src/docs/howTo/overview.md
@@ -1 +1 @@
-TODO
+[embed:](https://www.youtube.com/embed/KLUsOZA-SHI)
diff --git a/src/docs/howTo/sharingMaps.md b/src/docs/howTo/sharingMaps.md
index 4dc1a51..cf5ad97 100644
--- a/src/docs/howTo/sharingMaps.md
+++ b/src/docs/howTo/sharingMaps.md
@@ -1,3 +1,5 @@
+[embed:](https://www.youtube.com/embed/ztLDznOpmsg)
+
Once you have started a game you can share a map to all other party members by clicking the Select Map button then selecting the desired map to share and clicking the Done button.
## Default Maps
diff --git a/src/docs/howTo/usingDice.md b/src/docs/howTo/usingDice.md
index 1c15c0d..f79f3cb 100644
--- a/src/docs/howTo/usingDice.md
+++ b/src/docs/howTo/usingDice.md
@@ -1,3 +1,5 @@
+[embed:](https://www.youtube.com/embed/Er_grVmqpk0)
+
Owlbear Rodeo supports a physically simulated 3D dice tray and dice. To access these features click the Show Dice Tray icon in the top left of the map view.

diff --git a/src/docs/howTo/usingDrawing.md b/src/docs/howTo/usingDrawing.md
index 7d771a1..b47b60c 100644
--- a/src/docs/howTo/usingDrawing.md
+++ b/src/docs/howTo/usingDrawing.md
@@ -1,3 +1,5 @@
+[embed:](https://www.youtube.com/embed/2e07DtB-Xrc)
+
The Drawing Tool allows you to draw on top of a map. To access the Drawing Tool click the Drawing Tool Button in the top right of the map view.

diff --git a/src/docs/howTo/usingFog.md b/src/docs/howTo/usingFog.md
index 26ef79d..2a52164 100644
--- a/src/docs/howTo/usingFog.md
+++ b/src/docs/howTo/usingFog.md
@@ -1,3 +1,5 @@
+[embed:](https://www.youtube.com/embed/AMLmyaXMyYA)
+
The Fog Tool allows you to add hidden areas to control what the other party members can see on your map. To access the Fog Tool click the Fog Tool Button in the top right of the map view.

diff --git a/src/docs/howTo/usingTokens.md b/src/docs/howTo/usingTokens.md
index 35fb227..b391c6b 100644
--- a/src/docs/howTo/usingTokens.md
+++ b/src/docs/howTo/usingTokens.md
@@ -1,3 +1,5 @@
+[embed:](https://www.youtube.com/embed/j-9X9CF7_UY)
+
Once you have a map shared between a party all players can drag tokens from the Token List on the right hand side of the screen. Tokens can then be used to represent players, monsters or any other object that needs to be moved around the map.
## Default Tokens
diff --git a/src/routes/HowTo.js b/src/routes/HowTo.js
index 6f05127..1b20842 100644
--- a/src/routes/HowTo.js
+++ b/src/routes/HowTo.js
@@ -41,9 +41,7 @@ function ReleaseNotes() {
How To