Skip to content

Commit 1e404fb

Browse files
authored
Fix mixed content and simplify links
1 parent dc37858 commit 1e404fb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ React Tooltip
1010
[![node version][node-image]][node-url]
1111
[![npm download][download-image]][download-url]
1212

13-
[npm-image]: http://img.shields.io/npm/v/rc-tooltip.svg?style=flat-square
14-
[npm-url]: http://npmjs.org/package/rc-tooltip
13+
[npm-image]: https://img.shields.io/npm/v/rc-tooltip.svg?style=flat-square
14+
[npm-url]: https://npmjs.org/package/rc-tooltip
1515
[travis-image]: https://img.shields.io/travis/react-component/tooltip.svg?style=flat-square
1616
[travis-url]: https://travis-ci.org/react-component/tooltip
1717
[coveralls-image]: https://img.shields.io/coveralls/react-component/tooltip.svg?style=flat-square
1818
[coveralls-url]: https://coveralls.io/r/react-component/tooltip?branch=master
19-
[gemnasium-image]: http://img.shields.io/gemnasium/react-component/tooltip.svg?style=flat-square
19+
[gemnasium-image]: https://img.shields.io/gemnasium/react-component/tooltip.svg?style=flat-square
2020
[gemnasium-url]: https://gemnasium.com/react-component/tooltip
2121
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
22-
[node-url]: http://nodejs.org/download/
22+
[node-url]: https://nodejs.org/download/
2323
[download-image]: https://img.shields.io/npm/dm/rc-tooltip.svg?style=flat-square
2424
[download-url]: https://npmjs.org/package/rc-tooltip
2525

2626
## Screenshot
2727

28-
<img src="http://gtms03.alicdn.com/tps/i3/TB1NQUSHpXXXXaUXFXXlQqyZXXX-1312-572.png" width="600"/>
28+
<img src="https://gtms03.alicdn.com/tps/i3/TB1NQUSHpXXXXaUXFXXlQqyZXXX-1312-572.png" width="600"/>
2929

3030
## Browsers support
3131

@@ -60,9 +60,9 @@ ReactDOM.render(
6060
## Examples
6161

6262
`npm start` and then go to
63-
[http://localhost:8007/examples](http://localhost:8007/examples)
63+
<http://localhost:8007/examples>
6464

65-
Online examples: [http://react-component.github.io/tooltip/examples/](http://react-component.github.io/tooltip/examples/)
65+
Online examples: <https://react-component.github.io/tooltip/examples/>
6666

6767
## API
6868

0 commit comments

Comments
 (0)