From 70e2c812e89d5bc5173ebe5069568171d16d1f1c Mon Sep 17 00:00:00 2001 From: unadlib Date: Sat, 16 Dec 2023 03:44:06 +0800 Subject: [PATCH] docs(website): update --- README.md | 2 +- package.json | 2 +- website/docs/extra-topics/comparison-with-immer.md | 2 +- website/docs/getting-started/performance.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 306a9168..9337c4c6 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ This is why Mutative was created. > Mutative passed all of Immer's test cases. -Measure(ops/sec) to update 50K arrays and 1K objects, bigger is better([view source](https://github.com/unadlib/mutative/blob/main/test/performance/benchmark.ts)). [Mutative v0.7.1 vs Immer v10.0.3] +Measure(ops/sec) to update 50K arrays and 1K objects, bigger is better([view source](https://github.com/unadlib/mutative/blob/main/test/performance/benchmark.ts)). [Mutative v1.0.0 vs Immer v10.0.3] ![Benchmark](benchmark.jpg) diff --git a/package.json b/package.json index 9c8d9a1f..a96efb7c 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "bugs": { "url": "https://github.com/unadlib/mutative/issues" }, - "homepage": "https://github.com/unadlib/mutative#readme", + "homepage": "https://mutative.js.org/", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", diff --git a/website/docs/extra-topics/comparison-with-immer.md b/website/docs/extra-topics/comparison-with-immer.md index aa256a34..c7180370 100644 --- a/website/docs/extra-topics/comparison-with-immer.md +++ b/website/docs/extra-topics/comparison-with-immer.md @@ -25,7 +25,7 @@ Mutative has fewer bugs such as accidental draft escapes than Immer, [view detai > Mutative passed all of Immer's test cases. -Measure(ops/sec) to update 50K arrays and 1K objects, bigger is better([view source](https://github.com/unadlib/mutative/blob/main/test/performance/benchmark.ts)). [Mutative v0.7.1 vs Immer v10.0.3] +Measure(ops/sec) to update 50K arrays and 1K objects, bigger is better([view source](https://github.com/unadlib/mutative/blob/main/test/performance/benchmark.ts)). [Mutative v1.0.0 vs Immer v10.0.3] ![Benchmark](img/benchmark.jpg) diff --git a/website/docs/getting-started/performance.md b/website/docs/getting-started/performance.md index bf995a5c..ff1b4138 100644 --- a/website/docs/getting-started/performance.md +++ b/website/docs/getting-started/performance.md @@ -69,7 +69,7 @@ const state = create(baseState, (draft) => { > Mutative passed all of Immer's test cases. -Measure(ops/sec) to update 50K arrays and 1K objects, bigger is better([view source](https://github.com/unadlib/mutative/blob/main/test/performance/benchmark.ts)). [Mutative v0.7.1 vs Immer v10.0.3] +Measure(ops/sec) to update 50K arrays and 1K objects, bigger is better([view source](https://github.com/unadlib/mutative/blob/main/test/performance/benchmark.ts)). [Mutative v1.0.0 vs Immer v10.0.3] ![Benchmark](img/benchmark.jpg)