diff --git a/content/index.md b/content/index.md
index 4c63f63..3ba50a5 100644
--- a/content/index.md
+++ b/content/index.md
@@ -28,8 +28,8 @@ The self-describing aspects of the protocols have a few stipulations:
The Multiformats Project describes a series of protocols. Currently, the following protocols exist:
-- [multiaddr](./multiaddr) (WIP) - self-describing network addresses
-- [multibase](https://github.com/multiformats/multibase) (WIP) - self-describing base encodings
+- [multiaddr](./multiaddr) - self-describing network addresses
+- [multibase](https://github.com/multiformats/multibase) - self-describing base encodings
- [multicodec](https://github.com/multiformats/multicodec) - self-describing serialization
- [multihash](./multihash) - self-describing hashes
diff --git a/content/multiaddr.md b/content/multiaddr.md
index fc1c727..6d0e5e9 100644
--- a/content/multiaddr.md
+++ b/content/multiaddr.md
@@ -4,8 +4,6 @@ multiformat = "multiaddr"
stars = "multiformats/multiaddr"
+++
-⚠️️ _(Note: this page is a work in progress; [please improve it here](https://github.com/multiformats/website/blob/master/content/multiaddr.md))_ ⚠️️
-
> ## Self-describing network addresses
Multiaddr is a format for encoding addresses from various well-established network protocols. It is useful to write applications that future-proof their use of addresses, and allow multiple transport protocols and addresses to coexist.