diff --git a/images/how-iroh-works/connect-by-key.svg b/images/how-iroh-works/connect-by-key.svg
deleted file mode 100644
index f686cee..0000000
--- a/images/how-iroh-works/connect-by-key.svg
+++ /dev/null
@@ -1,112 +0,0 @@
-
diff --git a/images/how-iroh-works/embedding-phone.svg b/images/how-iroh-works/embedding-phone.svg
deleted file mode 100644
index df4cb51..0000000
--- a/images/how-iroh-works/embedding-phone.svg
+++ /dev/null
@@ -1,121 +0,0 @@
-
diff --git a/images/how-iroh-works/endpoint-startup.svg b/images/how-iroh-works/endpoint-startup.svg
deleted file mode 100644
index 2e8c23a..0000000
--- a/images/how-iroh-works/endpoint-startup.svg
+++ /dev/null
@@ -1,137 +0,0 @@
-
diff --git a/images/how-iroh-works/hole-punching-lan.svg b/images/how-iroh-works/hole-punching-lan.svg
deleted file mode 100644
index c62dfaa..0000000
--- a/images/how-iroh-works/hole-punching-lan.svg
+++ /dev/null
@@ -1,156 +0,0 @@
-
diff --git a/images/how-iroh-works/hole-punching.svg b/images/how-iroh-works/hole-punching.svg
deleted file mode 100644
index d4757f1..0000000
--- a/images/how-iroh-works/hole-punching.svg
+++ /dev/null
@@ -1,257 +0,0 @@
-
diff --git a/images/how-iroh-works/publish-relay-dht.svg b/images/how-iroh-works/publish-relay-dht.svg
deleted file mode 100644
index cdf67db..0000000
--- a/images/how-iroh-works/publish-relay-dht.svg
+++ /dev/null
@@ -1,149 +0,0 @@
-
diff --git a/images/how-iroh-works/publish-relay.svg b/images/how-iroh-works/publish-relay.svg
deleted file mode 100644
index ca079a7..0000000
--- a/images/how-iroh-works/publish-relay.svg
+++ /dev/null
@@ -1,125 +0,0 @@
-
diff --git a/images/how-iroh-works/routing-moves.svg b/images/how-iroh-works/routing-moves.svg
deleted file mode 100644
index 357ba06..0000000
--- a/images/how-iroh-works/routing-moves.svg
+++ /dev/null
@@ -1,148 +0,0 @@
-
diff --git a/what-is-iroh.mdx b/what-is-iroh.mdx
index a36c91a..41ebbbf 100644
--- a/what-is-iroh.mdx
+++ b/what-is-iroh.mdx
@@ -11,7 +11,7 @@ application — in Rust, or in C, C++, Swift, Python, JavaScript, and Kotlin
through [our bindings](/languages).
-
+
## Core features
@@ -52,7 +52,7 @@ That key — not an IP address — is the address. It lets you connect to a peer
matter where it is, even as its network location changes underneath it.
-
+
### Reliable connections
@@ -62,7 +62,7 @@ possible. When network conditions change, iroh immediately reacts and switches
to the new best path — transparently, without dropping the connection.
-
+
Now that we've seen *what* iroh does, here's *how*.
@@ -94,7 +94,7 @@ closest relay becomes the **home relay**, and the endpoint keeps a secure
WebSocket connection open to it.
-
+
### Finding peers
@@ -110,7 +110,7 @@ reach Bob resolves that record with a DNS or HTTPS query. See
[DNS address lookup](/connecting/dns-address-lookup).
-
+
#### Mainline DHT lookup
@@ -122,7 +122,7 @@ exact same signed record using the
[DHT address lookup](/connecting/dht-address-lookup).
-
+
### Direct connections
@@ -141,7 +141,7 @@ but using its own transport parameter ID. See
[NAT traversal](/concepts/nat-traversal).
-
+
#### Local connections
@@ -151,7 +151,7 @@ just needs to learn the other's local address. See
[local address lookup](/connecting/local-address-lookup).
-
+
## How the pieces stack together