Skip to content

Commit b10b87e

Browse files
Use https on readme links (#1104)
1 parent 565d821 commit b10b87e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ const csv = Papa.unparse(data[, config]);
4242
Homepage & Demo
4343
----------------
4444

45-
- [Homepage](http://papaparse.com)
46-
- [Demo](http://papaparse.com/demo)
45+
- [Homepage](https://www.papaparse.com)
46+
- [Demo](https://www.papaparse.com/demo)
4747

4848
To learn how to use Papa Parse:
4949

50-
- [Documentation](http://papaparse.com/docs)
50+
- [Documentation](https://www.papaparse.com/docs)
5151

5252
The website is hosted on [Github Pages](https://pages.github.com/). Its content is also included in the docs folder of this repository. If you want to contribute on it just clone the master of this repository and open a pull request.
5353

@@ -62,7 +62,7 @@ Papa Parse can also parse in a node streaming style which makes `.pipe` availabl
6262
Get Started
6363
-----------
6464

65-
For usage instructions, see the [homepage](http://papaparse.com) and, for more detail, the [documentation](http://papaparse.com/docs).
65+
For usage instructions, see the [homepage](https://www.papaparse.com) and, for more detail, the [documentation](https://www.papaparse.com/docs).
6666

6767
Tests
6868
-----

0 commit comments

Comments
 (0)