0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00

Fixed the broken link of releases in README (#1357)

This commit is contained in:
Niranjan Kurhade 2023-10-29 16:05:49 +05:30 committed by GitHub
parent 0654d2248a
commit fe574ecc4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ We default to release builds of `v8` due to performance & CI reasons in `deno`.
Tells the build script where to get binary builds from. Understands `http://`
and `https://` URLs, and file paths. The default is
https://github.com/denoland/rusty_v8/releases/download.
https://github.com/denoland/rusty_v8/releases.
File-based mirrors are good for using cached downloads. First, point the
environment variable to a suitable location: