Fix links in documentation

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 00:25:28 -07:00
parent 51d2bf1911
commit 443d231bc2
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