Skip to content

Commit 7e74f27

Browse files
coliffroblarsen
authored andcommitted
https links to editorconfig (#2055)
1 parent 9dcf42b commit 7e74f27

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# For more information about the properties used in
22
# this file, please see the EditorConfig documentation:
3-
# http://editorconfig.org/
3+
# https://editorconfig.org/
44

55
root = true
66

dist/doc/misc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@ your team define and maintain consistent coding styles between different
4242
editors and IDEs.
4343

4444
By default, `.editorconfig` includes some basic
45-
[properties](http://editorconfig.org/#supported-properties) that reflect the
45+
[properties](https://editorconfig.org/#supported-properties) that reflect the
4646
coding styles from the files provided by default, but you can easily change
4747
them to better suit your needs.
4848

4949
In order for your editor/IDE to apply the
50-
[properties](http://editorconfig.org/#supported-properties) from the
50+
[properties](https://editorconfig.org/#supported-properties) from the
5151
`.editorconfig` file, you may need to [install a
52-
plugin]( http://editorconfig.org/#download).
52+
plugin]( https://editorconfig.org/#download).
5353

5454
__N.B.__ If you aren't using the server configurations provided by HTML5
5555
Boilerplate, we highly encourage you to configure your server to block
5656
access to `.editorconfig` files, as they can disclose sensitive information!
5757

5858
For more details, please refer to the [EditorConfig
59-
project](http://editorconfig.org/).
59+
project](https://editorconfig.org/).
6060

6161

6262
## Server Configuration

src/doc/misc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@ your team define and maintain consistent coding styles between different
4242
editors and IDEs.
4343

4444
By default, `.editorconfig` includes some basic
45-
[properties](http://editorconfig.org/#supported-properties) that reflect the
45+
[properties](https://editorconfig.org/#supported-properties) that reflect the
4646
coding styles from the files provided by default, but you can easily change
4747
them to better suit your needs.
4848

4949
In order for your editor/IDE to apply the
50-
[properties](http://editorconfig.org/#supported-properties) from the
50+
[properties](https://editorconfig.org/#supported-properties) from the
5151
`.editorconfig` file, you may need to [install a
52-
plugin]( http://editorconfig.org/#download).
52+
plugin]( https://editorconfig.org/#download).
5353

5454
__N.B.__ If you aren't using the server configurations provided by HTML5
5555
Boilerplate, we highly encourage you to configure your server to block
5656
access to `.editorconfig` files, as they can disclose sensitive information!
5757

5858
For more details, please refer to the [EditorConfig
59-
project](http://editorconfig.org/).
59+
project](https://editorconfig.org/).
6060

6161

6262
## Server Configuration

0 commit comments

Comments
 (0)