From 29b8729e14de7de82f4a43136294bc5648f822b9 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Thu, 25 Jul 2024 16:43:31 +0200 Subject: [PATCH] package --- src/contents/example.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contents/example.tsx b/src/contents/example.tsx index 3b731f40..e0571abf 100644 --- a/src/contents/example.tsx +++ b/src/contents/example.tsx @@ -153,7 +153,7 @@ export function Example() { </div> <i><h6>By </h6></i> <div className="example-exercise"> - <p>Create a simple bar Chart with Victory, using their <a href="https://commerce.nearform.com/open-source/victory"> documentation</a> and dummy data of your choice. </p> + <p>Create a simple bar Chart with React-Charts, using their <a href="https://mui.com/x/react-charts/"> documentation</a> and dummy data of your choice. </p> </div> </div> <hr/> -- GitLab