From 1e2a942b4a89c830a9ad0af83f35c6517b6fd8bd Mon Sep 17 00:00:00 2001 From: Neil Kakkar Date: Wed, 5 May 2021 22:30:09 +0100 Subject: [PATCH] Fix Broken Link to Integrations (#4220) I noted that we redirect `docs/integrations/*` to `docs/libraries/*`, but found this specific one to be broken. Not sure if I should be fixing it like this, or by adding to a redirect rule. --- frontend/src/scenes/actions/EventName.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/scenes/actions/EventName.tsx b/frontend/src/scenes/actions/EventName.tsx index 714eb345fa8..1d93df3f609 100644 --- a/frontend/src/scenes/actions/EventName.tsx +++ b/frontend/src/scenes/actions/EventName.tsx @@ -46,7 +46,7 @@ export function EventName({ value, onChange, isActionStep = false }: EventNameIn {eventNamesGrouped[0].options.length === 0 && "You haven't sent any custom events."}{' '} - + See documentation {' '} on how to send custom events in lots of languages.