update links of packages and README

This commit is contained in:
Mark-fenng
2021-07-23 08:45:29 +08:00
parent 6c34ffa7ce
commit 4f0d21a053
3 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@
"typings": "typings/index.d.ts", "typings": "typings/index.d.ts",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/rrweb-io/rrweb-player.git" "url": "git+https://github.com/rrweb-io/rrweb.git"
}, },
"keywords": [ "keywords": [
"rrweb" "rrweb"
@@ -54,7 +54,7 @@
"author": "yanzhen@smartx.com", "author": "yanzhen@smartx.com",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/rrweb-io/rrweb-player/issues" "url": "https://github.com/rrweb-io/rrweb/issues"
}, },
"homepage": "https://github.com/rrweb-io/rrweb-player#readme" "homepage": "https://github.com/rrweb-io/rrweb#readme"
} }

View File

@@ -1,6 +1,6 @@
# rrweb-snapshot # rrweb-snapshot
[![Build Status](https://travis-ci.org/rrweb-io/rrweb-snapshot.svg?branch=master)](https://travis-ci.org/rrweb-io/rrweb-snapshot) [![Join the chat at https://gitter.im/rrweb-io/rrweb-snapshot](https://badges.gitter.im/rrweb-io/rrweb-snapshot.svg)](https://gitter.im/rrweb-io/rrweb-snapshot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/rrweb-io/rrweb.svg?branch=master)](https://travis-ci.org/rrweb-io/rrweb) [![Join the chat at slack](https://img.shields.io/badge/slack-@rrweb-teal.svg?logo=slack)](https://join.slack.com/t/rrweb/shared_invite/zt-siwoc6hx-uWay3s2wyG8t5GpZVb8rWg)
Snapshot the DOM into a stateful and serializable data structure. Snapshot the DOM into a stateful and serializable data structure.
Also, provide the ability to rebuild the DOM via snapshot. Also, provide the ability to rebuild the DOM via snapshot.

View File

@@ -11,7 +11,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/rrweb-io/rrweb-snapshot.git" "url": "git+https://github.com/rrweb-io/rrweb.git"
}, },
"keywords": [ "keywords": [
"rrweb", "rrweb",
@@ -31,9 +31,9 @@
"author": "yanzhen@smartx.com", "author": "yanzhen@smartx.com",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/rrweb-io/rrweb-snapshot/issues" "url": "https://github.com/rrweb-io/rrweb/issues"
}, },
"homepage": "https://github.com/rrweb-io/rrweb-snapshot#readme", "homepage": "https://github.com/rrweb-io/rrweb/tree/master/packages/rrweb-snapshot#readme",
"devDependencies": { "devDependencies": {
"@types/chai": "^4.1.4", "@types/chai": "^4.1.4",
"@types/jsdom": "^16.2.4", "@types/jsdom": "^16.2.4",