From ef762299e8c6eff93e0f9383208ef641cf8e3f9a Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 17 Oct 2024 06:38:05 -0700 Subject: [PATCH] update README files Signed-off-by: Emmanuel Ferdman --- src/app/components/ATIAnalytics/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/ATIAnalytics/README.md b/src/app/components/ATIAnalytics/README.md index af4be4ffcfd..afb3d62e76d 100644 --- a/src/app/components/ATIAnalytics/README.md +++ b/src/app/components/ATIAnalytics/README.md @@ -8,7 +8,7 @@ There is a custom hook within Simorgh that handles logging click events. - [useClickTrackerHandler](https://github.com/bbc/simorgh/blob/latest/src/app/hooks/useClickTrackerHandler/index.jsx) is a custom hook that returns a click event handler that you can assign to the `onClick` attribute of the DOM element you'd like to click track. -You can find instructions and examples on how to set up and use this custom hook [here](https://github.com/bbc/simorgh/blob/latest/src/app/hooks/useClickTrackerHandler/README.md). +You can find instructions and examples on how to set up and use this custom hook [here](https://github.com/bbc/simorgh/blob/latest/src/app/hooks/useClickTrackerHandler/README.mdx). ## Logging View Events @@ -16,7 +16,7 @@ There is a custom hook within Simorgh that handles logging view events. - [useViewTracker](https://github.com/bbc/simorgh/blob/latest/src/app/hooks/useViewTracker/index.jsx) is a custom hook that returns a `ref` that you can assign to DOM elements you'd like to view track. -You can find instructions and examples on how to set up and use this custom hook [here](https://github.com/bbc/simorgh/blob/latest/src/app/hooks/useViewTracker/README.md). +You can find instructions and examples on how to set up and use this custom hook [here](https://github.com/bbc/simorgh/blob/latest/src/app/hooks/useViewTracker/README.mdx). ## Tag Inspector