Skip to content

Commit 30cff80

Browse files
authored
Fix link for sass/sync-message-port (#362)
1 parent 01b4df1 commit 30cff80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ inherently asynchronous in Node.js, this package supports the synchronous
9191
implemented with the [`Atomics.wait()`] primitive. We hope to release this
9292
library as a stand-alone package at some point in the future.
9393

94-
[synchronous message-passing library]: https://github.com/sass/embedded-host-node/blob/main/lib/src/sync-process/sync-message-port.ts
94+
[synchronous message-passing library]: https://github.com/sass/sync-message-port
9595
[`Atomics.wait()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/wait
9696

9797
---

0 commit comments

Comments
 (0)