Skip to content

Commit 706d2f4

Browse files
acdlitegaearon
authored andcommitted
Fix portal link (#10845)
1 parent 8b39991 commit 706d2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/portals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Portals provide a first-class way to render children into a DOM node that exists
1010
ReactDOM.createPortal(child, container)
1111
```
1212

13-
The first argument (`child`) is any [renderable React child](/docs/react-component.html#render), such as an element, string, or fragment. The second argument (`container`) is a DOM element.
13+
The first argument (`child`) is any [renderable React child](/react/docs/react-component.html#render), such as an element, string, or fragment. The second argument (`container`) is a DOM element.
1414

1515
## Usage
1616

0 commit comments

Comments
 (0)