diff --git a/README.md b/README.md
index 54e2d9fe..743667a7 100644
--- a/README.md
+++ b/README.md
@@ -401,9 +401,9 @@ Building is litterally 3 commands
**Step 1:**
$ make clean
**Step 2:**
-$ make menuconfig
+$ make menuconfig
-- Configure your build
- -- Choose applets to include
+ -- Choose applets to include
-- If we're cross compiling see below...
**Step 3:**
$ make
@@ -413,7 +413,7 @@ To install, run ./busybox --install -s /path/to/wherever
#### Cross Compiling
Cross-compiling busybo* is easy. First, you need a toolchain.
**Step 1:**
-Grab the latest [buildroot](https://download.buildroot.org) and build it (same as above, $ make clean;make menuconfig;make)
+Grab the latest [buildroot](https://buildroot.org/download.html) and build it (same as above, $ make clean;make menuconfig;make)
**Step 2**
Configure with *make menuconfig* -- Specifically, tell busybotnet where your *toolchain and sysroot* are located.
**Step 3**