Fix broken absolute/relative link in Playground Editor #1025

Closed
joshuayuan wants to merge 2 commits from patch-1 into main
3 changed files with 1 additions and 26 deletions
Showing only changes of commit e3a8956936 - Show all commits

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.