This is a small update for the JavaScript/TypeScript chapter, focusing on Javascript runtimes. This is part of working towards closing #268.
update the information on JavaScript runtimes
add https: to linked dependencies
fix a double / in a URL introduced in #352
Related to #268
Checklist
ALL contributions
[x] I previewed my changes locally using e.g. python3 -m http.server 4000 and confirmed they work correctly.
[x] I checked for broken links, e.g. using the link checker GitHub Action workflow, or locally by using docker run --init -it -v `pwd`:/docs lycheeverse/lychee /docs --config=docs/lychee.toml, at least for the files I changed.
Changes in this PR
This is a small update for the JavaScript/TypeScript chapter, focusing on Javascript runtimes. This is part of working towards closing #268.
https:
to linked dependencies/
in a URL introduced in #352Related to #268
Checklist
ALL contributions
python3 -m http.server 4000
and confirmed they work correctly.docker run --init -it -v `pwd`:/docs lycheeverse/lychee /docs --config=docs/lychee.toml
, at least for the files I changed.CITATION.cff
file.