Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md with https links #278

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -174,7 +174,7 @@ If you are *still* requiring support for IE6/IE7, consider including [JSON3](htt
<script>
(function () {
if (!window.JSON) {
document.write('<scr' + 'ipt src="http://cdnjs.cloudflare.com/ajax/libs/json3/3.3.2/json3.min.js"><\/scr' + 'ipt>')
document.write('<scr' + 'ipt src="https://cdnjs.cloudflare.com/ajax/libs/json3/3.3.2/json3.min.js"><\/scr' + 'ipt>')
}
}());
</script>
Expand Down Expand Up @@ -207,7 +207,7 @@ make test
* Opera

## Ender Support
Reqwest can be used as an [Ender](http://enderjs.com) module. Add it to your existing build as such:
Reqwest can be used as an [Ender](https://enderjs.com) module. Add it to your existing build as such:

$ ender add reqwest

Expand Down Expand Up @@ -263,7 +263,7 @@ define(function(require){
```

## spm
Reqwest can also be installed via spm [![](http://spmjs.io/badge/reqwest)](http://spmjs.io/package/reqwest)
Reqwest can also be installed via spm [![](https://spmjs.io/badge/reqwest)](https://spmjs.io/package/reqwest)

```
spm install reqwest
Expand Down