From 8433eb7c7c9a5a8565c4204d86a0662e6d3e63d3 Mon Sep 17 00:00:00 2001 From: xmo-odoo Date: Mon, 16 Mar 2015 10:51:20 +0100 Subject: [PATCH] Link to inserting raw HTML document --- docs/02.3-jsx-gotchas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02.3-jsx-gotchas.md b/docs/02.3-jsx-gotchas.md index ddf06de2d..2cb9f67be 100644 --- a/docs/02.3-jsx-gotchas.md +++ b/docs/02.3-jsx-gotchas.md @@ -46,7 +46,7 @@ You can use mixed arrays with strings and JSX elements.
{['First ', ·, ' Second']}
``` -As a last resort, you always have the ability to [insert raw HTML](/react/docs/dom-differences.html). +As a last resort, you always have the ability to [insert raw HTML](/react/tips/dangerously-set-inner-html.html). ```javascript