Skip to content

Commit 61faee1

Browse files
authored
Merge pull request #1537 from coliff/patch-1
https links
2 parents ca41bf1 + d580018 commit 61faee1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<img src="https://img.shields.io/david/dev/Browsersync/browser-sync.svg?style=flat-square&label=devDeps" />
1818
</a>
1919
</p>
20-
<p align="center"><a href="http://www.browsersync.io"><img src="https://raw.githubusercontent.com/BrowserSync/browsersync.github.io/master/public/img/logo-gh.png" /></a></p>
20+
<p align="center"><a href="https://www.browsersync.io"><img src="https://raw.githubusercontent.com/BrowserSync/browsersync.github.io/master/public/img/logo-gh.png" /></a></p>
2121
<p align="center">Keep multiple browsers & devices in sync when building websites.</p>
2222

2323
<p align="center">Browsersync is developed and maintained internally at <a href="http://www.wearejh.com">JH</a></p>
@@ -26,13 +26,13 @@
2626

2727
## Features
2828

29-
Please visit [browsersync.io](http://browsersync.io) for a full run-down of features
29+
Please visit [browsersync.io](https://browsersync.io) for a full run-down of features
3030

3131
## Requirements
3232

3333
Browsersync works by injecting an asynchronous script tag (`<script async>...</script>`) right after the `<body>` tag
3434
during initial request. In order for this to work properly the `<body>` tag must be present. Alternatively you
35-
can provide a custom rule for the snippet using [snippetOptions](http://www.browsersync.io/docs/options/#option-snippetOptions)
35+
can provide a custom rule for the snippet using [snippetOptions](https://www.browsersync.io/docs/options/#option-snippetOptions)
3636

3737
## Upgrading from 1.x to 2.x ?
3838
Providing you haven't accessed any internal properties, everything will just work as
@@ -55,7 +55,7 @@ browserSync({server: true}, function(err, bs) {
5555

5656
## Install and trouble shooting
5757

58-
[browsersync.io docs](http://browsersync.io)
58+
[browsersync.io docs](https://browsersync.io)
5959

6060
## Integrations / recipes
6161

0 commit comments

Comments
 (0)