From 84f2efb488b8d2c4cae8ec070be18721e279f5e7 Mon Sep 17 00:00:00 2001 From: Serhii Kulykov Date: Thu, 5 Sep 2024 08:51:25 +0300 Subject: [PATCH] docs: use correct vaadin.com links in layouts READMEs (#7764) --- packages/horizontal-layout/README.md | 2 +- packages/vertical-layout/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/horizontal-layout/README.md b/packages/horizontal-layout/README.md index 9c7e4369302..5c702a3d394 100644 --- a/packages/horizontal-layout/README.md +++ b/packages/horizontal-layout/README.md @@ -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 diff --git a/packages/vertical-layout/README.md b/packages/vertical-layout/README.md index 887de37fa61..b643d52fc77 100644 --- a/packages/vertical-layout/README.md +++ b/packages/vertical-layout/README.md @@ -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