From e2a8fe3aa0b7ac40d611ac7d294fdfb09ede9669 Mon Sep 17 00:00:00 2001 From: eliyabar <13337543+eliyabar@users.noreply.github.com> Date: Mon, 13 Jun 2022 15:28:48 +0300 Subject: [PATCH] Update dive-into-event.md --- docs/recipes/dive-into-event.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/dive-into-event.md b/docs/recipes/dive-into-event.md index b10442615e..4df9152c19 100644 --- a/docs/recipes/dive-into-event.md +++ b/docs/recipes/dive-into-event.md @@ -67,4 +67,4 @@ source -> IncrementalSource.Font data -> fontData ``` -enum IncrementalSource's definition can be found in this [list](https://github.com/rrweb-io/rrweb/blob/master/src/types.ts#L64). +enum IncrementalSource's definition can be found in this [list](https://github.com/rrweb-io/rrweb/blob/master/packages/rrweb/typings/types.d.ts#L62).