From 1752839b58b16516dc750c795b5d97c117a27cfb Mon Sep 17 00:00:00 2001 From: Eason Lin <48944243+EasonLin0716@users.noreply.github.com> Date: Sat, 18 Jan 2025 13:03:34 +0800 Subject: [PATCH] docs: update 'part' keyword link Current link is no longer available, change to the new available link --- docs/src/content/docs/tutorials/flutter-weather.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/tutorials/flutter-weather.mdx b/docs/src/content/docs/tutorials/flutter-weather.mdx index da0467e453e..0a8d1cdc36a 100644 --- a/docs/src/content/docs/tutorials/flutter-weather.mdx +++ b/docs/src/content/docs/tutorials/flutter-weather.mdx @@ -184,7 +184,7 @@ In order for code generation to work, we need to annotate our code using the fol For each file we also need to: - Import `json_annotation` -- Include the generated code using the [part](https://dart.dev/guides/libraries/create-library-packages#organizing-a-library-package) keyword +- Include the generated code using the [part](https://dart.dev/tools/pub/create-packages#organizing-a-package) keyword - Include `fromJson` methods for deserialization #### Location Model