You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/APIReference-Entity.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ updating entity objects, which are used for annotating text ranges with metadata
12
12
This module also houses the single store used to maintain entity data.
13
13
14
14
This article is dedicated to covering the details of the API. See the
15
-
[advanced topics article on entities](/draft-js/docs/advanced-topics-entities.html)
15
+
[advanced topics article on entities](/docs/advanced-topics-entities.html)
16
16
for more detail on how entities may be used.
17
17
18
18
Please note that the API for entity storage and management has changed recently;
19
19
for details on updating your application
20
-
[see our v0.10 API Migration Guide](/draft-js/docs/v0-10-api-migration.html#content).
20
+
[see our v0.10 API Migration Guide](/docs/v0-10-api-migration.html#content).
21
21
22
22
Entity objects returned by `Entity` methods are represented as
23
23
[DraftEntityInstance](https://github.com/facebook/draft-js/blob/master/src/model/entity/DraftEntityInstance.js) immutable records. These have a simple set of getter functions and should
0 commit comments