diff --git a/src/ipfs.io/docs/api/index.html b/src/ipfs.io/docs/api/index.html
index 16965991..557b9d9b 100644
--- a/src/ipfs.io/docs/api/index.html
+++ b/src/ipfs.io/docs/api/index.html
@@ -1,5 +1,5 @@
---
-baseurl: ../../
+baseurl: ../..
site: ipfs
template: tmpl/layouts/ipfs.html
tagline: API Reference
@@ -18,7 +18,7 @@
# API Reference
-[Every command](docs/commands/) usable from the cli is also available through
+[Every command](../commands/) usable from the cli is also available through
the HTTP API. For example:
```sh
diff --git a/src/ipfs.io/docs/commands/index.html b/src/ipfs.io/docs/commands/index.html
index 5302b6ed..da583e83 100644
--- a/src/ipfs.io/docs/commands/index.html
+++ b/src/ipfs.io/docs/commands/index.html
@@ -1,5 +1,5 @@
---
-baseurl: ../../
+baseurl: ../..
site: ipfs
template: tmpl/layouts/ipfs.html
tagline: Command Reference
diff --git a/src/ipfs.io/docs/examples/index.html b/src/ipfs.io/docs/examples/index.html
index 4da693d8..44c7bf92 100644
--- a/src/ipfs.io/docs/examples/index.html
+++ b/src/ipfs.io/docs/examples/index.html
@@ -1,5 +1,5 @@
---
-baseurl: ../../
+baseurl: ../..
site: ipfs
template: tmpl/layouts/ipfs.html
---
diff --git a/src/ipfs.io/docs/getting-started/index.html b/src/ipfs.io/docs/getting-started/index.html
index d336984c..dddf5960 100644
--- a/src/ipfs.io/docs/getting-started/index.html
+++ b/src/ipfs.io/docs/getting-started/index.html
@@ -1,5 +1,5 @@
---
-baseurl: ../../
+baseurl: ../..
site: ipfs
template: tmpl/layouts/ipfs.html
tagline: Getting Started
@@ -21,7 +21,7 @@
# Getting Started
-If you haven't done so, [install ipfs](docs/install).
+If you haven't done so, [install ipfs](../install).
## init the repo
diff --git a/src/ipfs.io/docs/index.html b/src/ipfs.io/docs/index.html
index 24b1cbe8..6751f34a 100644
--- a/src/ipfs.io/docs/index.html
+++ b/src/ipfs.io/docs/index.html
@@ -1,5 +1,5 @@
---
-baseurl: ../
+baseurl: ..
site: ipfs
template: tmpl/layouts/ipfs.html
tagline:
@@ -12,10 +12,10 @@
## Documentation
-- [Install](docs/install)
-- [Getting Started](docs/getting-started)
-- [Command Reference](docs/commands)
-- [API Reference](docs/api)
+- [Install](install)
+- [Getting Started](getting-started)
+- [Command Reference](commands)
+- [API Reference](api)
## Code
diff --git a/src/ipfs.io/docs/install/index.html b/src/ipfs.io/docs/install/index.html
index 15e7f6f7..0087b8c8 100644
--- a/src/ipfs.io/docs/install/index.html
+++ b/src/ipfs.io/docs/install/index.html
@@ -1,5 +1,5 @@
---
-baseurl: ../../
+baseurl: ../..
site: ipfs
template: tmpl/layouts/ipfs.html
---
@@ -42,7 +42,7 @@
That's it!
-
+
Getting Started with IPFS
@@ -59,9 +59,9 @@
Dependencies:
-- [Install Go 1.4](https://golang.org/doc/install) (to compile. [make sure it's 1.4](docs/install#check-go-version))
+- [Install Go 1.4](https://golang.org/doc/install) (to compile. [make sure it's 1.4](#check-go-version))
- [Install Git](http://git-scm.com/) (to download dependencies)
-- *Optionally*, install [FUSE](docs/install#install-fuse) (for mounting / advanced use)
+- *Optionally*, install [FUSE](#install-fuse) (for mounting / advanced use)
Then run:
@@ -78,7 +78,7 @@
That's it!
-
+
Getting Started with IPFS
@@ -91,7 +91,7 @@
#### Help!
If you have any problems, come get live help at
-[#ipfs](docs/#community) or via [the mailing list](docs/#community).
+[#ipfs](../#community) or via [the mailing list](../#community).
#### Check Go Version
diff --git a/src/ipfs.io/index.html b/src/ipfs.io/index.html
index b64c2778..2aa6a7e4 100644
--- a/src/ipfs.io/index.html
+++ b/src/ipfs.io/index.html
@@ -1,5 +1,5 @@
---
-baseurl: ./
+baseurl: .
site: ipfs
title: IPFS is a new peer-to-peer hypermedia protocol.
---
diff --git a/tmpl/layouts/ipfs.html b/tmpl/layouts/ipfs.html
index 53783e8a..db25d6a9 100644
--- a/tmpl/layouts/ipfs.html
+++ b/tmpl/layouts/ipfs.html
@@ -4,7 +4,7 @@
-
+
{% endblock %}
{% block analytics %}
diff --git a/tmpl/layouts/white.html b/tmpl/layouts/white.html
index 99e5a305..6c3f5bda 100644
--- a/tmpl/layouts/white.html
+++ b/tmpl/layouts/white.html
@@ -6,11 +6,7 @@
- {% if baseurl %}
-