Skip to content

Commit

Permalink
docs: Broken url (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrr523 authored Dec 23, 2023
1 parent 4b37de8 commit 322060f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc-site/docs/FAQs/caclute-checksum-is-slow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ When calculating small files, using core is faster than using worker.

## Usage

You can use core lib directly in the browser and Nodejs, or you can use us to run on the worker(browser use [webworker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers), Nodejs use [worker_threads]((https://nodejs.org/api/worker_threads.html))).
You can use core lib directly in the browser and Nodejs, or you can use us to run on the worker(browser use [webworker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers), Nodejs use [worker_threads](https://nodejs.org/api/worker_threads.html)).

<Tabs groupId="example">

Expand Down

0 comments on commit 322060f

Please sign in to comment.