Reference packages directly in docs (removing direct references to the old rrweb-snapshot and rrweb-player repositories) (#647)

This commit is contained in:
Eoghan Murray
2026-04-01 12:00:00 +08:00
committed by GitHub
parent d002300e8d
commit eb25068b54
6 changed files with 10 additions and 10 deletions

View File

@@ -69,4 +69,4 @@ rrwebPlayer.addEventListener('ui-update-progress', (event) => {
## Develop a new replayer UI with rrweb's Replayer.
Please refer [rrweb-player](https://github.com/rrweb-io/rrweb-player).
Please refer [rrweb-player](https://github.com/rrweb-io/rrweb/packages/rrweb-player/).

View File

@@ -69,4 +69,4 @@ rrwebPlayer.addEventListener('ui-update-progress', (event) => {
## 基于 rrweb Replayer 开发自己的回放器 UI
可以参照 [rrweb-player](https://github.com/rrweb-io/rrweb-player) 的方式进行开发。
可以参照 [rrweb-player](https://github.com/rrweb-io/rrweb/packages/rrweb-player/) 的方式进行开发。