From 1a013909a19b0f679c354b6f84bf55daa61fbe60 Mon Sep 17 00:00:00 2001 From: Pavel Klochkov <143810329+pavel-kaiko@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:53:21 +0200 Subject: [PATCH] docs(link): Fix wrong link for the components library in the architecture.md (#4045) --- platform/docs/docs/development/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/docs/docs/development/architecture.md b/platform/docs/docs/development/architecture.md index 4ac056194..f8755c68a 100644 --- a/platform/docs/docs/development/architecture.md +++ b/platform/docs/docs/development/architecture.md @@ -162,7 +162,7 @@ logic you desire. As the components are presentational, you may swap out the viewer. The UI library is here to make development easier and quicker, but it is not mandatory for extension components to use. -[Check out our component library!](https://react.ohif.org/) +[Check out our component library!](https://ui.ohif.org/) ## Overview of the architecture