From 0fb8a6bfa8e327ac6dfdba21bbdafda46201cba5 Mon Sep 17 00:00:00 2001 From: eliyabar <13337543+eliyabar@users.noreply.github.com> Date: Thu, 16 Jun 2022 17:43:05 +0300 Subject: [PATCH] Update dive-into-event.md (#914) --- 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 b1044261..4df9152c 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).