From f0cadaae867cdee67ce289bde0d10f7bfb6842ac Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Wed, 8 Jan 2014 14:55:27 +0100 Subject: [PATCH] Fix URL in displayName description --- docs/ref-03-component-specs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref-03-component-specs.md b/docs/ref-03-component-specs.md index 2b1b2339..9861f48a 100644 --- a/docs/ref-03-component-specs.md +++ b/docs/ref-03-component-specs.md @@ -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