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

Commit

Permalink
Fix link. (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-famiglietti authored and flarnie committed Dec 9, 2016
1 parent a1817a7 commit 3f424d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/APIReference-Data-Conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ this.state = {
};
```

Given an HTML fragment, convert it to an array of `ContentBlock` objects. Construct content state from the array of block elements and then update the editor state with it. Full example available [here](https://github.com/facebook/draft-js/tree/master/examples/draft-0-9-1/convertToHTML).
Given an HTML fragment, convert it to an array of `ContentBlock` objects. Construct content state from the array of block elements and then update the editor state with it. Full example available [here](https://github.com/facebook/draft-js/tree/master/examples/draft-0-9-1/convertFromHTML).

0 comments on commit 3f424d1

Please sign in to comment.