http -> https

Tim van der Meij 2019-03-08 00:03:03 +01:00
parent 0326a6d5ae
commit 070b91a8fc

@ -15,11 +15,11 @@ Below is an overview of how to contribute code to the PDF.js project. The basic
### Prerequisites
* Git client
* GitHub account
* [Node.js](http://nodejs.org/)
* [Node.js](https://nodejs.org/)
* Gulp (via `npm install -g gulp-cli`)
* An ES6 compatible browser
If you develop on Windows, read [[Setting up pdf.js Development Environment for Windows]]. For font testing you will need [Python](http://www.python.org/download).
If you develop on Windows, read [[Setting up pdf.js Development Environment for Windows]]. For font testing you will need [Python](https://www.python.org/download).
_Before you make any changes to the code you will probably want to jump down to the "Generating reference images" section to create the reference snapshot images so you can run the test framework and check for regressions._