Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 31dde91

Browse files
agarwalrounakfacebook-github-bot
authored andcommitted
Update link to Immutable Map in docs (#2530)
Summary: **Summary** Map in docs, wherever mentioned, links to http://facebook.github.io/immutable-js/docs/#/Map and also in some cases to http://facebook.github.io/immutable-js/docs/#/Record/Record which then redirect to https://immutable-js.github.io/immutable-js/ However, the correct link for Map is https://immutable-js.github.io/immutable-js/docs/#/Map Draft.js uses immutable 3.7.4 which released on 18 Jun 2015 according to this commit immutable-js/immutable-js@09f04e9 I have linked `Map` to the docs for that version(captured on 23 Jun 2015) through the Internet Archive. Pull Request resolved: #2530 Reviewed By: creedarky Differential Revision: D22784847 Pulled By: mrkev fbshipit-source-id: e91c92d2d26b09266bc6e53bb5e0eed0646ec60a
1 parent 1c8815a commit 31dde91

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/APIReference-ContentBlock.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ _Properties_
118118

119119
> Note
120120
>
121-
> Use [Immutable Map API](http://facebook.github.io/immutable-js/docs/#/Map)
121+
> Use [Immutable Map API](https://web.archive.org/web/20150623131347/http://facebook.github.io:80/immutable-js/docs/#/Map)
122122
> for the `ContentBlock` constructor or to set properties.
123123
124124
<ul class="apiIndex">
@@ -260,7 +260,7 @@ Executes a callback for each contiguous range of entities within this `ContentBl
260260

261261
> Note
262262
>
263-
> Use [Immutable Map API](http://facebook.github.io/immutable-js/docs/#/Map)
263+
> Use [Immutable Map API](https://web.archive.org/web/20150623131347/http://facebook.github.io:80/immutable-js/docs/#/Map)
264264
> for the `ContentBlock` constructor or to set properties.
265265
266266
### `key`

docs/APIReference-ContentState.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ _Methods_
140140

141141
_Properties_
142142

143-
> Use [Immutable Map API](http://facebook.github.io/immutable-js/docs/#/Map) to
143+
> Use [Immutable Map API](https://web.archive.org/web/20150623131347/http://facebook.github.io:80/immutable-js/docs/#/Map) to
144144
> set properties.
145145
>
146146
> **Example**
@@ -416,7 +416,7 @@ editing.
416416
417417
## Properties
418418
419-
> Use [Immutable Map API](http://facebook.github.io/immutable-js/docs/#/Map) to
419+
> Use [Immutable Map API](https://web.archive.org/web/20150623131347/http://facebook.github.io:80/immutable-js/docs/#/Map) to
420420
> set properties.
421421
422422
### `blockMap`

docs/APIReference-SelectionState.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ _Methods_
137137

138138
_Properties_
139139

140-
> Use [Immutable Map API](http://facebook.github.io/immutable-js/docs/#/Record/Record) to
140+
> Use [Immutable Map API](https://web.archive.org/web/20150623131347/http://facebook.github.io:80/immutable-js/docs/#/Map) to
141141
> set properties.
142142
>
143143
> **Example**
@@ -308,7 +308,7 @@ Returns a serialized version of the `SelectionState`. Useful for debugging.
308308

309309
## Properties
310310

311-
> Use [Immutable Map API](http://facebook.github.io/immutable-js/docs/#/Record/Record) to
311+
> Use [Immutable Map API](https://web.archive.org/web/20150623131347/http://facebook.github.io:80/immutable-js/docs/#/Map) to
312312
> set properties.
313313
314314
```js

docs/Advanced-Topics-Custom-Block-Render.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ by matching the Draft block render map with the matched tag.
3535
## Configuring block render map
3636

3737
Draft's default block render map can be overwritten by passing an
38-
[Immutable Map](http://facebook.github.io/immutable-js/docs/#/Map) to
38+
[Immutable Map](https://web.archive.org/web/20150623131347/http://facebook.github.io:80/immutable-js/docs/#/Map) to
3939
the editor blockRender props.
4040

4141
_example of overwriting default block render map:_

0 commit comments

Comments
 (0)