Skip to content

Commit 2651248

Browse files
authored
Use lowercase characters in example URL (#186)
Signed-off-by: Diego Viola <[email protected]>
1 parent 29293f7 commit 2651248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h3>Example file</h3>
2222
<p>Below is an example <code>.editorconfig</code> file setting end-of-line and indentation styles for Python and JavaScript files.</p>
2323
<div class="code-container">
2424
{% highlight ini %}
25-
# EditorConfig is awesome: https://EditorConfig.org
25+
# EditorConfig is awesome: https://editorconfig.org
2626

2727
# top-most EditorConfig file
2828
root = true

0 commit comments

Comments
 (0)