Skip to content

Commit

Permalink
Merge pull request #844 from xixixao/patch-1
Browse files Browse the repository at this point in the history
Fix URL in displayName description
  • Loading branch information
zpao committed Jan 8, 2014
2 parents 23ab30f + b4f4f10 commit 8d0885e
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 8d0885e

Please sign in to comment.