Skip to content

Commit f8c4649

Browse files
committed
docs: use secure links in .gitignore
1 parent 3e1354c commit f8c4649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ coverage
2020
# nyc test coverage
2121
.nyc_output
2222

23-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
23+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
2424
.grunt
2525

2626
# Bower dependency directory (https://bower.io/)
@@ -29,7 +29,7 @@ bower_components
2929
# node-waf configuration
3030
.lock-wscript
3131

32-
# Compiled binary addons (http://nodejs.org/api/addons.html)
32+
# Compiled binary addons (https://nodejs.org/api/addons.html)
3333
build/Release
3434

3535
# Dependency directories

0 commit comments

Comments
 (0)