Skip to content

Commit

Permalink
Fix URL in displayName description
Browse files Browse the repository at this point in the history
  • Loading branch information
xixixao authored and zpao committed Jan 15, 2014
1 parent f44e8cc commit 51e7a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/ref-03-component-specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The `mixins` array allows you to use mixins to share behavior among multiple com
string displayName
```

The `displayName` string is used in debugging messages. JSX sets this value automatically, see [JSX in Depth](react/docs/jsx-in-depth.html#react-composite-components).
The `displayName` string is used in debugging messages. JSX sets this value automatically, see [JSX in Depth](/react/docs/jsx-in-depth.html#react-composite-components).


## Lifecycle Methods
Expand Down

0 comments on commit 51e7a6b

Please sign in to comment.