Fix links in documentation (#135)

The "Software installed on GitHub-hosted runners" link was broken.

The other changed links were redirecting from moved pages.
This commit is contained in:
per1234
2020-09-23 15:28:07 -07:00
committed by GitHub
parent b9436a7e86
commit 1ce870e10f
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
### NCC
In order to avoid uploading `node_modules/` to the repository, we use [zeit/ncc](https://github.com/zeit/ncc) to create a single `index.js` file that gets saved in `dist/`.
In order to avoid uploading `node_modules/` to the repository, we use [vercel/ncc](https://github.com/vercel/ncc) to create a single `index.js` file that gets saved in `dist/`.
### Developing