diff --git a/docs/APIReference-ContentBlock.md b/docs/APIReference-ContentBlock.md
index 40bf6f5824..1419dd7263 100644
--- a/docs/APIReference-ContentBlock.md
+++ b/docs/APIReference-ContentBlock.md
@@ -118,7 +118,7 @@ _Properties_
> Note
>
-> Use [Immutable Map API](http://facebook.github.io/immutable-js/docs/#/Map)
+> Use [Immutable Map API](https://web.archive.org/web/20150623131347/http://facebook.github.io:80/immutable-js/docs/#/Map)
> for the `ContentBlock` constructor or to set properties.
@@ -260,7 +260,7 @@ Executes a callback for each contiguous range of entities within this `ContentBl
> Note
>
-> Use [Immutable Map API](http://facebook.github.io/immutable-js/docs/#/Map)
+> Use [Immutable Map API](https://web.archive.org/web/20150623131347/http://facebook.github.io:80/immutable-js/docs/#/Map)
> for the `ContentBlock` constructor or to set properties.
### `key`
diff --git a/docs/APIReference-ContentState.md b/docs/APIReference-ContentState.md
index c715183c74..659670f576 100644
--- a/docs/APIReference-ContentState.md
+++ b/docs/APIReference-ContentState.md
@@ -140,7 +140,7 @@ _Methods_
_Properties_
-> Use [Immutable Map API](http://facebook.github.io/immutable-js/docs/#/Map) to
+> Use [Immutable Map API](https://web.archive.org/web/20150623131347/http://facebook.github.io:80/immutable-js/docs/#/Map) to
> set properties.
>
> **Example**
@@ -416,7 +416,7 @@ editing.
## Properties
-> Use [Immutable Map API](http://facebook.github.io/immutable-js/docs/#/Map) to
+> Use [Immutable Map API](https://web.archive.org/web/20150623131347/http://facebook.github.io:80/immutable-js/docs/#/Map) to
> set properties.
### `blockMap`
diff --git a/docs/APIReference-SelectionState.md b/docs/APIReference-SelectionState.md
index 4960654132..f01f057a23 100644
--- a/docs/APIReference-SelectionState.md
+++ b/docs/APIReference-SelectionState.md
@@ -137,7 +137,7 @@ _Methods_
_Properties_
-> Use [Immutable Map API](http://facebook.github.io/immutable-js/docs/#/Record/Record) to
+> Use [Immutable Map API](https://web.archive.org/web/20150623131347/http://facebook.github.io:80/immutable-js/docs/#/Map) to
> set properties.
>
> **Example**
@@ -308,7 +308,7 @@ Returns a serialized version of the `SelectionState`. Useful for debugging.
## Properties
-> Use [Immutable Map API](http://facebook.github.io/immutable-js/docs/#/Record/Record) to
+> Use [Immutable Map API](https://web.archive.org/web/20150623131347/http://facebook.github.io:80/immutable-js/docs/#/Map) to
> set properties.
```js
diff --git a/docs/Advanced-Topics-Custom-Block-Render.md b/docs/Advanced-Topics-Custom-Block-Render.md
index ae7a7739e9..96bbdb82b6 100644
--- a/docs/Advanced-Topics-Custom-Block-Render.md
+++ b/docs/Advanced-Topics-Custom-Block-Render.md
@@ -35,7 +35,7 @@ by matching the Draft block render map with the matched tag.
## Configuring block render map
Draft's default block render map can be overwritten by passing an
-[Immutable Map](http://facebook.github.io/immutable-js/docs/#/Map) to
+[Immutable Map](https://web.archive.org/web/20150623131347/http://facebook.github.io:80/immutable-js/docs/#/Map) to
the editor blockRender props.
_example of overwriting default block render map:_