From 297e4bc4c76bfbadead5048891459cf4a6271294 Mon Sep 17 00:00:00 2001 From: Patrick Lopes <34777258+patlopes@users.noreply.github.com> Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] Rrvideo receipe update (#1390) * Update export-to-video.md The file was pointing to the old Rrvideo repo The old repository soon is going to be closed as the Rrvideo was merged on Rrweb This change is pointing this recipe to the new and updated official doc. * Update export-to-video.zh_CN.md The file was pointing to the old Rrvideo repo The old repository soon is going to be closed as the Rrvideo was merged on Rrweb This change is pointing this recipe to the new and updated official doc. Chinese version --- docs/recipes/export-to-video.md | 2 +- docs/recipes/export-to-video.zh_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/recipes/export-to-video.md b/docs/recipes/export-to-video.md index 557ad9b0..4afc6510 100644 --- a/docs/recipes/export-to-video.md +++ b/docs/recipes/export-to-video.md @@ -4,4 +4,4 @@ The event data recorded by rrweb is a performant, easy to compress, text-based f But if you really need to convert it into a video format, there are some tools that can do this work. -Use [rrvideo](https://github.com/rrweb-io/rrvideo). +Use [rrvideo](https://github.com/rrweb-io/rrweb/blob/master/packages/rrvideo/README.md). diff --git a/docs/recipes/export-to-video.zh_CN.md b/docs/recipes/export-to-video.zh_CN.md index c18c680b..458bf4f3 100644 --- a/docs/recipes/export-to-video.zh_CN.md +++ b/docs/recipes/export-to-video.zh_CN.md @@ -2,4 +2,4 @@ rrweb 录制的数据是一种高效、易于压缩的文本格式,可以用于像素级的回放。但如果有进一步将录制数据转换为视频的需求,同样可以通过一些工具实现。 -使用 [rrvideo](https://github.com/rrweb-io/rrvideo)。 +使用 [rrvideo](https://github.com/rrweb-io/rrweb/blob/master/packages/rrvideo/README.zh_CN.md)。