From b8f04d5b50a6ade6bbc7074af5a69fce7764b336 Mon Sep 17 00:00:00 2001 From: Tarek Oraby <42799254+tarekoraby@users.noreply.github.com> Date: Wed, 6 Apr 2022 10:52:10 +0300 Subject: [PATCH] Update links to docs (#364) Co-authored-by: Anton Platonov --- packages/ts/form/README.md | 2 +- packages/ts/hilla-frontend/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ts/form/README.md b/packages/ts/form/README.md index 3a468cd58c..8ea2488ae2 100644 --- a/packages/ts/form/README.md +++ b/packages/ts/form/README.md @@ -1,6 +1,6 @@ # Hilla Form -[API documentation ↗](https://vaadin.com/docs/latest/fusion/forms/appendix-client-side-form-binding-reference) +[API documentation ↗](https://hilla.dev/docs/data-binding/reference) [![Latest Stable Version](https://img.shields.io/npm/v/@hilla/form.svg)](https://www.npmjs.com/package/@hilla/form) diff --git a/packages/ts/hilla-frontend/README.md b/packages/ts/hilla-frontend/README.md index bdd40d0947..237fd7b8da 100644 --- a/packages/ts/hilla-frontend/README.md +++ b/packages/ts/hilla-frontend/README.md @@ -1,10 +1,10 @@ # Hilla Frontend -[API documentation ↗](https://vaadin.com/docs/latest/fusion/tutorials/in-depth-course/login-and-authentication#handling-login-and-logout) +[API documentation ↗](https://hilla.dev/docs/tutorials/in-depth-course/login-and-authentication) [![Latest Stable Version](https://img.shields.io/npm/v/@hilla/frontend.svg)](https://www.npmjs.com/package/@hilla/frontend) -A set of utilities to interact with the [Hilla](https://vaadin.com/docs/latest/fusion/overview) application server. +A set of utilities to interact with the [Hilla](https://hilla.dev/docs/) application server. A part of the Hilla project. ## Installation