Skip to content

Commit

Permalink
docs: use correct vaadin.com links in layouts READMEs (#7764)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Sep 5, 2024
1 parent 5b513be commit 84f2efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/horizontal-layout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A web component that places its content side-by-side in a row.

[Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/basic-layouts/#horizontal-layout)
[Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/horizontal-layout)

```html
<vaadin-horizontal-layout theme="spacing padding">
Expand Down
2 changes: 1 addition & 1 deletion packages/vertical-layout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A web component that places its content top-to-bottom in a column.

[Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/basic-layouts/#horizontal-layout)
[Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/vertical-layout)

```html
<vaadin-vertical-layout theme="spacing padding">
Expand Down

0 comments on commit 84f2efb

Please sign in to comment.