From d847f024340117339dd506683ec29a9cc1b41617 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 9 May 2024 15:39:48 -0400 Subject: [PATCH] Correct link --- docs/development/release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/release-checklist.md b/docs/development/release-checklist.md index 48f72aa9f..875b2b869 100644 --- a/docs/development/release-checklist.md +++ b/docs/development/release-checklist.md @@ -72,7 +72,7 @@ In cases where upgrading a dependency to its most recent release is breaking, it ### Update UI Dependencies -Check whether any UI dependencies (JavaScript packages, fonts, etc.) need to be updated by running `yarn outdated` from within the `project-static/` directory. [Upgrade these dependencies](http://0.0.0.0:9000/development/web-ui/#updating-dependencies) as necessary, then run `yarn bundle` to generate the necessary files for distribution. +Check whether any UI dependencies (JavaScript packages, fonts, etc.) need to be updated by running `yarn outdated` from within the `project-static/` directory. [Upgrade these dependencies](./web-ui.md#updating-dependencies) as necessary, then run `yarn bundle` to generate the necessary files for distribution. ### Rebuild the Device Type Definition Schema