From 4226e37e0d34d7dd7ca81f7eb621c9690f152b10 Mon Sep 17 00:00:00 2001 From: Niek Candaele Date: Mon, 28 Oct 2024 20:42:49 +0100 Subject: [PATCH] fix: docs link on ErrorPage --- .../lib-components/src/components/feedback/ErrorPage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lib-components/src/components/feedback/ErrorPage/index.tsx b/packages/lib-components/src/components/feedback/ErrorPage/index.tsx index 60439a206e..f6a99b1d59 100644 --- a/packages/lib-components/src/components/feedback/ErrorPage/index.tsx +++ b/packages/lib-components/src/components/feedback/ErrorPage/index.tsx @@ -122,7 +122,7 @@ const defaultListItems = [ icon: , title: 'Documentation', description: 'Learn how to integrate our tools with your app', - to: 'docs.takaro.io', + to: 'https://docs.takaro.io', }, { icon: ,