mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 09:14:46 +01:00
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.
This commit is contained in:
parent
1feac44d3b
commit
1e2a942b4a
@ -46,7 +46,7 @@ export function EventName({ value, onChange, isActionStep = false }: EventNameIn
|
||||
|
||||
<small>
|
||||
{eventNamesGrouped[0].options.length === 0 && "You haven't sent any custom events."}{' '}
|
||||
<a href="https://posthog.com/docs/integrations" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://posthog.com/docs/libraries" target="_blank" rel="noopener noreferrer">
|
||||
See documentation
|
||||
</a>{' '}
|
||||
on how to send custom events in lots of languages.
|
||||
|
Loading…
Reference in New Issue
Block a user