Skip to content

Commit

Permalink
Merge pull request facebookarchive#12 from jeffreylin/patch-1
Browse files Browse the repository at this point in the history
[docs] Fix broken link in Advanced Topics Entities
  • Loading branch information
Isaac Salier-Hellendag committed Feb 22, 2016
2 parents 01f29c3 + f5c0863 commit 241e815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Advanced-Topics-Entities.md
Expand Up @@ -19,7 +19,7 @@ and
provide live code examples to help clarify how entities can be used, as well
as their built-in behavior.

The [Entity API Reference](/draf-js/docs/api-reference-entity.html) provides
The [Entity API Reference](/draft-js/docs/api-reference-entity.html) provides
details on the static methods to be used when creating, retrieving, or updating
entity objects.

Expand All @@ -44,7 +44,7 @@ decorate annotated ranges. _(We are considering future changes to bring
the entity store into `EditorState` or `ContentState`.)_

Using [decorators](/draft-js/docs/advanced-topics-decorators.html) or
[custom block components](docs/advanced-topics-block-components.html), you can
[custom block components](/draft-js/docs/advanced-topics-block-components.html), you can
add rich rendering to your editor based on entity metadata.

## Creating and Retrieving Entities
Expand Down

0 comments on commit 241e815

Please sign in to comment.