diff --git a/docs/content/design/design.md b/docs/content/design/design.md
index 109ea876b800..e9fa1fe426ee 100644
--- a/docs/content/design/design.md
+++ b/docs/content/design/design.md
@@ -39,7 +39,7 @@ This separation allows each node to only care about what it is best at. By separ
The following diagram shows how queries and data flow through this architecture, and which nodes (and external dependencies, discussed below) are involved:
-
+
All nodes can be run in some highly available fashion, either as symmetric peers in a share-nothing cluster or as hot-swap failover nodes.
@@ -51,7 +51,7 @@ Aside from these nodes, there are 3 external dependencies to the system:
The following diagram illustrates the cluster's management layer, showing how certain nodes and dependencies help manage the cluster by tracking and exchanging metadata:
-
+
### Segments and Data Storage
diff --git a/docs/content/design/indexing-service.md b/docs/content/design/indexing-service.md
index 910448df23ca..eac3083bfa06 100644
--- a/docs/content/design/indexing-service.md
+++ b/docs/content/design/indexing-service.md
@@ -13,7 +13,7 @@ Overlords and middle managers may run on the same node or across multiple nodes
Indexing Service Overview
-------------------------
-![Indexing Service](../img/indexing_service.png "Indexing Service")
+![Indexing Service](../../img/indexing_service.png "Indexing Service")