Skip to content

Commit

Permalink
Fix broken absolute/relative link in Playground Editor (facebook#1025)
Browse files Browse the repository at this point in the history
Summary:
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

Pull Request resolved: facebook#1025

Reviewed By: yungsters

Differential Revision: D23031145

Pulled By: yungsters

fbshipit-source-id: 7adaf4856d38546f2f75b47912edd7dcc23da294
  • Loading branch information
joshuayuan authored and facebook-github-bot committed Oct 4, 2022
1 parent e1b401c commit 68c0385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Playground/src/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 68c0385

Please sign in to comment.