Skip to content

Commit 70cbc3e

Browse files
committedFeb 27, 2019
Replace http urls with https where supported
1 parent b0ef7d4 commit 70cbc3e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+93
-95
lines changed
 

‎CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ideas and suggestions, and contribute to the code.
66

77
There are a few preferences regarding code contributions:
88

9-
- The code of math.js follows the JavaScript Standard Style as described on http://standardjs.com/.
9+
- The code of math.js follows the JavaScript Standard Style as described on https://standardjs.com/.
1010
- Make sure you properly unit test your changes.
1111
- Before creating a pull request, run the unit tests to make sure they all pass.
1212
- Only commit changes done in the source files under `src`, not to the generated builds
@@ -15,9 +15,9 @@ There are a few preferences regarding code contributions:
1515

1616
What can I do?
1717

18-
- Search through the [issues](https://github.com/josdejong/mathjs/issues) looking
19-
for something that looks interesting to you to pick up. Some issues are marked
20-
["help wanted"](https://github.com/josdejong/mathjs/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22),
18+
- Search through the [issues](https://github.com/josdejong/mathjs/issues) looking
19+
for something that looks interesting to you to pick up. Some issues are marked
20+
["help wanted"](https://github.com/josdejong/mathjs/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22),
2121
these are typically issues which should be relatively easy to pick up.
2222

2323
Thanks!

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apache License
22
Version 2.0, January 2004
3-
http://www.apache.org/licenses/
3+
https://www.apache.org/licenses/
44

55
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
66

0 commit comments

Comments
 (0)
Please sign in to comment.