Skip to content

Commit a875914

Browse files
committed
Use HTTPS links
1 parent 8420292 commit a875914

File tree

5 files changed

+10
-17
lines changed

5 files changed

+10
-17
lines changed

readme.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@
88

99
> Linter for [Awesome](https://awesome.re) lists
1010
11-
[![Build Status](https://travis-ci.org/sindresorhus/awesome-lint.svg?branch=master)](https://travis-ci.org/sindresorhus/awesome-lint)
11+
[![Build Status](https://travis-ci.com/sindresorhus/awesome-lint.svg?branch=master)](https://travis-ci.com/sindresorhus/awesome-lint)
1212

1313
Intended to make it easier to create and maintain Awesome lists.
1414

1515
Includes a bunch of [general Markdown rules](https://github.com/sindresorhus/awesome-lint/blob/master/config.js) and some [Awesome specific rules](https://github.com/sindresorhus/awesome-lint/tree/master/rules).
1616

1717
![](media/screenshot.png)
1818

19-
2019
## CLI
2120

2221
### Install
@@ -149,13 +148,7 @@ Returns a `Promise` for a list of [`VFile`](https://github.com/wooorm/vfile) obj
149148

150149
Show the lint output. This can be custom reported by setting `options.reporter=<function>` and passing in `options` as a parameter.
151150

152-
153151
## Maintainers
154152

155-
- [Sindre Sorhus](http://github.com/sindresorhus)
153+
- [Sindre Sorhus](https://github.com/sindresorhus)
156154
- [Travis Fischer](https://github.com/transitive-bullshit)
157-
158-
159-
## License
160-
161-
MIT

test/fixtures/license/error4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## License
22

3-
[![CC4](https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by.png)](http://creativecommons.org/licenses/by/4.0/)
3+
[![CC4](https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by.png)](https://creativecommons.org/licenses/by/4.0/)
44

55
This license is invalid because it points to a png instead of an svg.

test/fixtures/license/success0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ This license section below is 100% valid.
1010

1111
## License
1212

13-
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
13+
[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
1414

15-
To the extent possible under law, [Sindre Sorhus](http://sindresorhus.com) has waived all copyright and related or neighboring rights to this work.
15+
To the extent possible under law, [Sindre Sorhus](https://sindresorhus.com) has waived all copyright and related or neighboring rights to this work.

test/fixtures/list-item/0.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All list-items in this document should be linted as **valid**.
99
- [foo](https://foo.com) - A valid description?
1010
- [foo](https://foo.com) - A valid description???
1111
- [foo](https://foo.com) - A valid description????!??
12-
- [foo](https://foo.com) - A valid description with [link](http://bar.org).
12+
- [foo](https://foo.com) - A valid description with [link](https://bar.org).
1313
- [foo](https://foo.com) - A valid description. ![image](image.png)
1414
- [foo](https://foo.com) - A valid description. <img src="image.png">
1515
- [foo](https://foo.com) - `valid description` here.
@@ -24,12 +24,12 @@ All list-items in this document should be linted as **valid**.
2424

2525
These are valid list items that don't need a description.
2626

27-
- [How to Write a Video Player in Less Than 1k Lines](http://dranger.com/ffmpeg)
27+
- [How to Write a Video Player in Less Than 1k Lines](https://dranger.com/ffmpeg)
2828
- [Learn FFmpeg libav the Hard Way](https://github.com/leandromoreira/ffmpeg-libav-tutorial)
2929

3030
## Edge Cases
3131

32-
- [dat](http://dat-data.com) - Real-time replication and versioning for data sets.
32+
- [dat](https://dat-data.com) - Real-time replication and versioning for data sets.
3333
- [webcat](https://github.com/mafintosh/webcat) - p2p pipe across the web using WebRTC that uses your GitHub private/public key for authentication.
3434
- [Brain.js](https://github.com/BrainJS/brain.js) - Machine-learning framework.
3535
- [Cash](https://github.com/dthree/cash) - Cross-platform Unix shell commands in pure JavaScript.
@@ -66,7 +66,7 @@ These list items are special-cases which have simple descripitions and no dash s
6666

6767
These list items use inline code in the link text.
6868
- [`@electronjs` on Twitter](https://twitter.com/electronjs)
69-
- [`#node.js` on Freenode](http://webchat.freenode.net/?channels=node.js)
69+
- [`#node.js` on Freenode](https://webchat.freenode.net/?channels=node.js)
7070
- [`@electron_ru` on Telegram](https://telegram.me/electron_ru) *(Russian)*
7171

7272
These list items start with common lower-case acronyms.

test/fixtures/list-item/2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ We want to ensure that ToC list-items don't get linted by the awesome/list-item
1111
## Docs
1212

1313
- [foo](https://foo.com) - Valid description.
14-
- [foo](https://foo.com) - A valid description with [link](http://bar.org).
14+
- [foo](https://foo.com) - A valid description with [link](https://bar.org).

0 commit comments

Comments
 (0)