From 91e83d5224c94525bde97fe466ea9fdba57f0e16 Mon Sep 17 00:00:00 2001 From: Romain Lenzotti Date: Sun, 1 Dec 2024 12:54:53 +0100 Subject: [PATCH] docs: update what-is-news-v8.md --- docs/introduction/what-is-news-v8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/what-is-news-v8.md b/docs/introduction/what-is-news-v8.md index 36f47c41c3f..73c9ef3859d 100644 --- a/docs/introduction/what-is-news-v8.md +++ b/docs/introduction/what-is-news-v8.md @@ -10,7 +10,7 @@ We have also rethought the hooks feature to make it more useful and easier to us Now, you can use the [`@tsed/hooks`](/docs/hooks) package to subscribe to hooks outside the DI context. Additionally, some deprecated methods and packages were removed or updated to be aligned with new DI functions (aka [Functional API](/docs/providers.md)). -For further details, you can view the full release notes here. +For further details, you can view the full [release notes here](https://github.com/tsedio/tsed/releases). See the [migration guide](/introduction/migrate-from-v7) to upgrade your application to v8.