Skip to content

Commit eded901

Browse files
committed
docs: use https links
1 parent cb94002 commit eded901

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
@@ -11,9 +11,9 @@ It consists of a single, public JSON file and does not include any logic,
1111
allowing it to remain as un-opinionated as possible with an API.
1212
It aggregates data from the following sources:
1313

14-
- http://www.iana.org/assignments/media-types/media-types.xhtml
15-
- http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
16-
- http://hg.nginx.org/nginx/raw-file/default/conf/mime.types
14+
- https://www.iana.org/assignments/media-types/media-types.xhtml
15+
- https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
16+
- https://hg.nginx.org/nginx/raw-file/default/conf/mime.types
1717

1818
## Installation
1919

@@ -48,9 +48,9 @@ Each mime type has the following properties:
4848

4949
- `.source` - where the mime type is defined.
5050
If not set, it's probably a custom media type.
51-
- `apache` - [Apache common media types](http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types)
52-
- `iana` - [IANA-defined media types](http://www.iana.org/assignments/media-types/media-types.xhtml)
53-
- `nginx` - [nginx media types](http://hg.nginx.org/nginx/raw-file/default/conf/mime.types)
51+
- `apache` - [Apache common media types](https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types)
52+
- `iana` - [IANA-defined media types](https://www.iana.org/assignments/media-types/media-types.xhtml)
53+
- `nginx` - [nginx media types](https://hg.nginx.org/nginx/raw-file/default/conf/mime.types)
5454
- `.extensions[]` - known extensions associated with this mime type.
5555
- `.compressible` - whether a file of this type can be gzipped.
5656
- `.charset` - the default charset associated with this type, if any.
@@ -67,7 +67,7 @@ periodically and will pull in any changes.
6767

6868
The best way to get new media types included in this library is to register
6969
them with the IANA. The community registration procedure is outlined in
70-
[RFC 6838 section 5](http://tools.ietf.org/html/rfc6838#section-5). Types
70+
[RFC 6838 section 5](https://tools.ietf.org/html/rfc6838#section-5). Types
7171
registered with the IANA are automatically pulled into this library.
7272

7373
### Direct Inclusion

0 commit comments

Comments
 (0)