From 6f78131dee06f1554a1c3aeb7db164ca7a450964 Mon Sep 17 00:00:00 2001 From: Serhii Kulykov Date: Wed, 14 Aug 2024 09:55:36 +0300 Subject: [PATCH] chore: fix contributing guide links in packages README (#7651) --- CONTRIBUTING.md | 2 +- PULL_REQUEST_TEMPLATE.md | 2 +- packages/a11y-base/README.md | 2 +- packages/accordion/README.md | 2 +- packages/app-layout/README.md | 2 +- packages/avatar-group/README.md | 2 +- packages/avatar/README.md | 2 +- packages/board/README.md | 2 +- packages/button/README.md | 2 +- packages/charts/README.md | 2 +- packages/checkbox-group/README.md | 2 +- packages/checkbox/README.md | 2 +- packages/combo-box/README.md | 2 +- packages/component-base/README.md | 2 +- packages/confirm-dialog/README.md | 2 +- packages/cookie-consent/README.md | 2 +- packages/crud/README.md | 2 +- packages/custom-field/README.md | 2 +- packages/date-picker/README.md | 2 +- packages/date-time-picker/README.md | 2 +- packages/details/README.md | 2 +- packages/dialog/README.md | 2 +- packages/email-field/README.md | 2 +- packages/field-base/README.md | 2 +- packages/field-highlighter/README.md | 2 +- packages/form-layout/README.md | 2 +- packages/grid-pro/README.md | 2 +- packages/grid/README.md | 2 +- packages/horizontal-layout/README.md | 2 +- packages/icon/README.md | 2 +- packages/input-container/README.md | 2 +- packages/integer-field/README.md | 2 +- packages/item/README.md | 2 +- packages/list-box/README.md | 2 +- packages/login/README.md | 2 +- packages/map/README.md | 2 +- packages/menu-bar/README.md | 2 +- packages/message-input/README.md | 2 +- packages/message-list/README.md | 2 +- packages/multi-select-combo-box/README.md | 2 +- packages/notification/README.md | 2 +- packages/number-field/README.md | 2 +- packages/password-field/README.md | 2 +- packages/popover/README.md | 2 +- packages/progress-bar/README.md | 2 +- packages/radio-group/README.md | 2 +- packages/rich-text-editor/README.md | 2 +- packages/scroller/README.md | 2 +- packages/select/README.md | 2 +- packages/side-nav/README.md | 10 +++------- packages/split-layout/README.md | 2 +- packages/tabs/README.md | 2 +- packages/tabsheet/README.md | 2 +- packages/text-area/README.md | 2 +- packages/text-field/README.md | 2 +- packages/time-picker/README.md | 2 +- packages/tooltip/README.md | 2 +- packages/upload/README.md | 2 +- packages/vertical-layout/README.md | 2 +- packages/virtual-list/README.md | 2 +- 60 files changed, 62 insertions(+), 66 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ccde22174c..69104d5a98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,4 +2,4 @@ *There are many ways to contribute to the Vaadin Web Components project. You can ask questions and participate in discussions in the [Vaadin Forum](https://vaadin.com/forum/), [create issues](https://github.com/vaadin/web-components/issues/new/choose) to file bug reports and enhancement suggestions, or contribute code.* -The contributing docs have moved to: https://vaadin.com/docs/latest/contributing/pr +The contributing docs have moved to: https://vaadin.com/docs/latest/contributing diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index b3f2d2c23e..cbae99a53d 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -14,7 +14,7 @@ Fixes # (issue) ## Checklist -- [ ] I have read the contribution guide: https://vaadin.com/docs/latest/contributing/overview +- [ ] I have read the contribution guide: https://vaadin.com/docs/latest/contributing/pr - [ ] I have added a description following the guideline. - [ ] The issue is created in the corresponding repository and I have referenced it. - [ ] I have added tests to ensure my change is effective and works as intended. diff --git a/packages/a11y-base/README.md b/packages/a11y-base/README.md index a03def0894..7233c41750 100644 --- a/packages/a11y-base/README.md +++ b/packages/a11y-base/README.md @@ -4,7 +4,7 @@ A set of accessibility helpers, mixins and controllers used by Vaadin components ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/accordion/README.md b/packages/accordion/README.md index 311122f43a..3514139101 100644 --- a/packages/accordion/README.md +++ b/packages/accordion/README.md @@ -60,7 +60,7 @@ import '@vaadin/accordion/src/vaadin-accordion.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/app-layout/README.md b/packages/app-layout/README.md index 80db362f85..4c548dbfa4 100644 --- a/packages/app-layout/README.md +++ b/packages/app-layout/README.md @@ -75,7 +75,7 @@ import '@vaadin/app-layout/src/vaadin-drawer-toggle.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/avatar-group/README.md b/packages/avatar-group/README.md index 359209b0d2..ac401bd2bf 100644 --- a/packages/avatar-group/README.md +++ b/packages/avatar-group/README.md @@ -59,7 +59,7 @@ import '@vaadin/avatar-group/src/vaadin-avatar-group.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/avatar/README.md b/packages/avatar/README.md index c3235f1b0c..d64612edca 100644 --- a/packages/avatar/README.md +++ b/packages/avatar/README.md @@ -53,7 +53,7 @@ import '@vaadin/avatar/src/vaadin-avatar.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/board/README.md b/packages/board/README.md index fd5e8f38f4..95f6603319 100644 --- a/packages/board/README.md +++ b/packages/board/README.md @@ -48,7 +48,7 @@ import '@vaadin/board'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/button/README.md b/packages/button/README.md index 58b9d79682..82f0e4a964 100644 --- a/packages/button/README.md +++ b/packages/button/README.md @@ -53,7 +53,7 @@ import '@vaadin/button/src/vaadin-button.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/charts/README.md b/packages/charts/README.md index 5c959bf5dc..02095aeae6 100644 --- a/packages/charts/README.md +++ b/packages/charts/README.md @@ -41,7 +41,7 @@ import '@vaadin/charts'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/checkbox-group/README.md b/packages/checkbox-group/README.md index 2b1fdb1e01..3bf49c3b86 100644 --- a/packages/checkbox-group/README.md +++ b/packages/checkbox-group/README.md @@ -54,7 +54,7 @@ import '@vaadin/checkbox-group/src/vaadin-checkbox-group.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/checkbox/README.md b/packages/checkbox/README.md index e882985a97..3b4eb74f51 100644 --- a/packages/checkbox/README.md +++ b/packages/checkbox/README.md @@ -53,7 +53,7 @@ import '@vaadin/checkbox/src/vaadin-checkbox.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/combo-box/README.md b/packages/combo-box/README.md index 45a2cda58c..9f9867e19a 100644 --- a/packages/combo-box/README.md +++ b/packages/combo-box/README.md @@ -64,7 +64,7 @@ import '@vaadin/combo-box/src/vaadin-combo-box.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/component-base/README.md b/packages/component-base/README.md index f726a86814..8479463d8a 100644 --- a/packages/component-base/README.md +++ b/packages/component-base/README.md @@ -4,7 +4,7 @@ A set of helpers and mixins used by Vaadin components. ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/confirm-dialog/README.md b/packages/confirm-dialog/README.md index 7ef98c7d2d..962df20b4b 100644 --- a/packages/confirm-dialog/README.md +++ b/packages/confirm-dialog/README.md @@ -53,7 +53,7 @@ import '@vaadin/confirm-dialog/src/vaadin-confirm-dialog.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/cookie-consent/README.md b/packages/cookie-consent/README.md index 6feb23ad51..faf3c576b3 100644 --- a/packages/cookie-consent/README.md +++ b/packages/cookie-consent/README.md @@ -30,7 +30,7 @@ import '@vaadin/cookie-consent'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/crud/README.md b/packages/crud/README.md index 79d4819ef0..e816783b06 100644 --- a/packages/crud/README.md +++ b/packages/crud/README.md @@ -53,7 +53,7 @@ import '@vaadin/crud/src/vaadin-crud.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/custom-field/README.md b/packages/custom-field/README.md index 26acf44fcf..3de4af657f 100644 --- a/packages/custom-field/README.md +++ b/packages/custom-field/README.md @@ -55,7 +55,7 @@ import '@vaadin/custom-field/src/vaadin-custom-field.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/date-picker/README.md b/packages/date-picker/README.md index b6874a6456..2b0933ac38 100644 --- a/packages/date-picker/README.md +++ b/packages/date-picker/README.md @@ -51,7 +51,7 @@ import '@vaadin/date-picker/src/vaadin-date-picker.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/date-time-picker/README.md b/packages/date-time-picker/README.md index adee2f9d01..cd30bf2d3e 100644 --- a/packages/date-time-picker/README.md +++ b/packages/date-time-picker/README.md @@ -49,7 +49,7 @@ import '@vaadin/date-time-picker/src/vaadin-date-time-picker.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/details/README.md b/packages/details/README.md index c1a94a7496..9f2571708d 100644 --- a/packages/details/README.md +++ b/packages/details/README.md @@ -54,7 +54,7 @@ import '@vaadin/details/src/vaadin-details.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/dialog/README.md b/packages/dialog/README.md index 5f478b909b..a9beda7f10 100644 --- a/packages/dialog/README.md +++ b/packages/dialog/README.md @@ -58,7 +58,7 @@ import '@vaadin/dialog/src/vaadin-dialog.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/email-field/README.md b/packages/email-field/README.md index f41d7df731..ffe3addb13 100644 --- a/packages/email-field/README.md +++ b/packages/email-field/README.md @@ -49,7 +49,7 @@ import '@vaadin/email-field/src/vaadin-email-field.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/field-base/README.md b/packages/field-base/README.md index 655c5f3517..fe7c15ecbd 100644 --- a/packages/field-base/README.md +++ b/packages/field-base/README.md @@ -4,7 +4,7 @@ A set of mixins and controllers used by Vaadin field components. ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/field-highlighter/README.md b/packages/field-highlighter/README.md index a925ffa2ed..354ba2a409 100644 --- a/packages/field-highlighter/README.md +++ b/packages/field-highlighter/README.md @@ -4,7 +4,7 @@ A set of field helpers used by [Vaadin Collaboration Engine](https://vaadin.com/ ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/form-layout/README.md b/packages/form-layout/README.md index 1cef40088b..52d62c19e7 100644 --- a/packages/form-layout/README.md +++ b/packages/form-layout/README.md @@ -55,7 +55,7 @@ import '@vaadin/form-layout/src/vaadin-form-layout.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/grid-pro/README.md b/packages/grid-pro/README.md index e70e34e2b5..0a968b470f 100644 --- a/packages/grid-pro/README.md +++ b/packages/grid-pro/README.md @@ -68,7 +68,7 @@ import '@vaadin/grid-pro/src/vaadin-grid-pro-edit-column.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/grid/README.md b/packages/grid/README.md index 5da9ff9368..44db956a06 100644 --- a/packages/grid/README.md +++ b/packages/grid/README.md @@ -87,7 +87,7 @@ import '@vaadin/grid/src/vaadin-grid-tree-column.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/horizontal-layout/README.md b/packages/horizontal-layout/README.md index a52fb4aa39..9c7e436930 100644 --- a/packages/horizontal-layout/README.md +++ b/packages/horizontal-layout/README.md @@ -52,7 +52,7 @@ import '@vaadin/horizontal-layout/src/vaadin-horizontal-layout.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/icon/README.md b/packages/icon/README.md index 2a0a4ababc..eb090c9742 100644 --- a/packages/icon/README.md +++ b/packages/icon/README.md @@ -49,7 +49,7 @@ import '@vaadin/icon/src/vaadin-icon.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/input-container/README.md b/packages/input-container/README.md index c3cc3bce08..b5bc0e0a96 100644 --- a/packages/input-container/README.md +++ b/packages/input-container/README.md @@ -4,7 +4,7 @@ A web component used internally by Vaadin field components. ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/integer-field/README.md b/packages/integer-field/README.md index a794bf2732..33230cd697 100644 --- a/packages/integer-field/README.md +++ b/packages/integer-field/README.md @@ -49,7 +49,7 @@ import '@vaadin/integer-field/src/vaadin-integer-field.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/item/README.md b/packages/item/README.md index abe8ae8e81..5c3124f9c7 100644 --- a/packages/item/README.md +++ b/packages/item/README.md @@ -51,7 +51,7 @@ import '@vaadin/item/src/vaadin-item.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/list-box/README.md b/packages/list-box/README.md index 023acd3472..604fadf390 100644 --- a/packages/list-box/README.md +++ b/packages/list-box/README.md @@ -58,7 +58,7 @@ import '@vaadin/list-box/src/vaadin-list-box.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/login/README.md b/packages/login/README.md index 0f9c366877..d6dc666c55 100644 --- a/packages/login/README.md +++ b/packages/login/README.md @@ -54,7 +54,7 @@ import '@vaadin/login/src/vaadin-login-form.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/map/README.md b/packages/map/README.md index 20faa5429a..033a80baea 100644 --- a/packages/map/README.md +++ b/packages/map/README.md @@ -30,7 +30,7 @@ import '@vaadin/map'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/menu-bar/README.md b/packages/menu-bar/README.md index 8018cda915..63614d88e5 100644 --- a/packages/menu-bar/README.md +++ b/packages/menu-bar/README.md @@ -63,7 +63,7 @@ import '@vaadin/menu-bar/src/vaadin-menu-bar.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/message-input/README.md b/packages/message-input/README.md index 3f892536c2..3be28a6c8e 100644 --- a/packages/message-input/README.md +++ b/packages/message-input/README.md @@ -49,7 +49,7 @@ import '@vaadin/message-input/src/vaadin-message-input.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/message-list/README.md b/packages/message-list/README.md index e6e39654c3..b188a37c08 100644 --- a/packages/message-list/README.md +++ b/packages/message-list/README.md @@ -57,7 +57,7 @@ import '@vaadin/message-list/src/vaadin-message-list.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/multi-select-combo-box/README.md b/packages/multi-select-combo-box/README.md index 241fba1d8e..efa1789789 100644 --- a/packages/multi-select-combo-box/README.md +++ b/packages/multi-select-combo-box/README.md @@ -54,7 +54,7 @@ import '@vaadin/multi-select-combo-box/src/vaadin-multi-select-combo-box.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/notification/README.md b/packages/notification/README.md index 93a7b437f1..68f233e6d3 100644 --- a/packages/notification/README.md +++ b/packages/notification/README.md @@ -59,7 +59,7 @@ import '@vaadin/notification/src/vaadin-notification.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/number-field/README.md b/packages/number-field/README.md index 4cc2442c7f..a755cb3e01 100644 --- a/packages/number-field/README.md +++ b/packages/number-field/README.md @@ -49,7 +49,7 @@ import '@vaadin/number-field/src/vaadin-number-field.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/password-field/README.md b/packages/password-field/README.md index 4b77b72de4..bd1d57592d 100644 --- a/packages/password-field/README.md +++ b/packages/password-field/README.md @@ -49,7 +49,7 @@ import '@vaadin/password-field/src/vaadin-password-field.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/popover/README.md b/packages/popover/README.md index 1ae1f4a2a8..6fbdbb52f2 100644 --- a/packages/popover/README.md +++ b/packages/popover/README.md @@ -43,7 +43,7 @@ import '@vaadin/popover/src/vaadin-popover.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/progress-bar/README.md b/packages/progress-bar/README.md index d044c5ab18..fcd466d6f0 100644 --- a/packages/progress-bar/README.md +++ b/packages/progress-bar/README.md @@ -53,7 +53,7 @@ import '@vaadin/progress-bar/src/vaadin-progress-bar.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/radio-group/README.md b/packages/radio-group/README.md index c522c5649f..d771e53205 100644 --- a/packages/radio-group/README.md +++ b/packages/radio-group/README.md @@ -53,7 +53,7 @@ import '@vaadin/radio-group/src/vaadin-radio-group.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/rich-text-editor/README.md b/packages/rich-text-editor/README.md index f5bdc7adab..2bc8ba5c5d 100644 --- a/packages/rich-text-editor/README.md +++ b/packages/rich-text-editor/README.md @@ -53,7 +53,7 @@ import '@vaadin/rich-text-editor/src/vaadin-rich-text-editor.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/scroller/README.md b/packages/scroller/README.md index 3fa58263ab..bd4b0ac3a2 100644 --- a/packages/scroller/README.md +++ b/packages/scroller/README.md @@ -59,7 +59,7 @@ import '@vaadin/scroller/src/vaadin-scroller.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/select/README.md b/packages/select/README.md index 088aa3c62a..4c98dc4215 100644 --- a/packages/select/README.md +++ b/packages/select/README.md @@ -70,7 +70,7 @@ import '@vaadin/select/src/vaadin-select.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/side-nav/README.md b/packages/side-nav/README.md index 57759bfd56..de1742dfc0 100644 --- a/packages/side-nav/README.md +++ b/packages/side-nav/README.md @@ -20,13 +20,9 @@ A web component for navigation menus. Parent - - Child 1 - + Child 1 - - Child 2 - + Child 2 ``` @@ -70,7 +66,7 @@ import '@vaadin/side-nav/src/vaadin-side-nav.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/split-layout/README.md b/packages/split-layout/README.md index 25e72ffa40..a60f975848 100644 --- a/packages/split-layout/README.md +++ b/packages/split-layout/README.md @@ -60,7 +60,7 @@ import '@vaadin/split-layout/src/vaadin-split-layout.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/tabs/README.md b/packages/tabs/README.md index e132c844a4..c36742468e 100644 --- a/packages/tabs/README.md +++ b/packages/tabs/README.md @@ -56,7 +56,7 @@ import '@vaadin/tabs/src/vaadin-tabs.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/tabsheet/README.md b/packages/tabsheet/README.md index ecce067b63..05eaa1af05 100644 --- a/packages/tabsheet/README.md +++ b/packages/tabsheet/README.md @@ -61,7 +61,7 @@ import '@vaadin/tabsheet/src/vaadin-tabsheet.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/text-area/README.md b/packages/text-area/README.md index 0df3a0c7d3..13956fa8cb 100644 --- a/packages/text-area/README.md +++ b/packages/text-area/README.md @@ -49,7 +49,7 @@ import '@vaadin/text-area/src/vaadin-text-area.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/text-field/README.md b/packages/text-field/README.md index 0c89da4941..0700b35a9d 100644 --- a/packages/text-field/README.md +++ b/packages/text-field/README.md @@ -49,7 +49,7 @@ import '@vaadin/text-field/src/vaadin-text-field.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/time-picker/README.md b/packages/time-picker/README.md index ecbeee7441..c8f91d4b07 100644 --- a/packages/time-picker/README.md +++ b/packages/time-picker/README.md @@ -51,7 +51,7 @@ import '@vaadin/time-picker/src/vaadin-time-picker.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/tooltip/README.md b/packages/tooltip/README.md index 4023313e93..5755787312 100644 --- a/packages/tooltip/README.md +++ b/packages/tooltip/README.md @@ -50,7 +50,7 @@ import '@vaadin/tooltip/src/vaadin-tooltip.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/upload/README.md b/packages/upload/README.md index e584b5fbbe..1a576fbf82 100644 --- a/packages/upload/README.md +++ b/packages/upload/README.md @@ -53,7 +53,7 @@ import '@vaadin/upload/src/vaadin-upload.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/vertical-layout/README.md b/packages/vertical-layout/README.md index c610398fc3..887de37fa6 100644 --- a/packages/vertical-layout/README.md +++ b/packages/vertical-layout/README.md @@ -52,7 +52,7 @@ import '@vaadin/vertical-layout/src/vaadin-vertical-layout.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License diff --git a/packages/virtual-list/README.md b/packages/virtual-list/README.md index ce06d7755a..d154238e52 100644 --- a/packages/virtual-list/README.md +++ b/packages/virtual-list/README.md @@ -57,7 +57,7 @@ import '@vaadin/virtual-list/src/vaadin-virtual-list.js'; ## Contributing -Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. +Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License