Fix broken absolute-relative link in Playground Editor

The correct link is https://yogalayout.com/docs/absolute-relative-layout
The current link leads to a broken page https://yogalayout.com/docs/absolute-position
This commit is contained in:
Joshua Yuan
2020-08-10 09:18:52 -07:00
committed by GitHub
parent 084d5935e6
commit e3a8956936

View File

@@ -308,7 +308,7 @@ export default class Editor extends Component<Props> {
))}
<h2>
Position Type
<InfoText doclink="/docs/absolute-position">
<InfoText doclink="/docs/absolute-relative-layout">
Relative position offsets the node from it's calculated
position. Absolute position removes the node from the flexbox
flow and positions it at the given position.