Skip to content

Commit 1027236

Browse files
committed
Scaffold: Update some links and license year
1 parent 53e9727 commit 1027236

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# http://editorconfig.org
1+
# https://editorconfig.org
22
root = true
33

44
[*]

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ lib-cov
1313
# Coverage directory used by tools like istanbul
1414
coverage
1515

16-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
16+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
1717
.grunt
1818

19-
# Compiled binary addons (http://nodejs.org/api/addons.html)
19+
# Compiled binary addons (https://nodejs.org/api/addons.html)
2020
build/Release
2121

2222
# Dependency directory

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2017 Blaine Bublitz <[email protected]>, Eric Schoffstall <[email protected]> and other contributors
3+
Copyright (c) 2013-2018 Blaine Bublitz <[email protected]>, Eric Schoffstall <[email protected]> and other contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# http://www.appveyor.com/docs/appveyor-yml
2-
# http://www.appveyor.com/docs/lang/nodejs-iojs
1+
# https://www.appveyor.com/docs/appveyor-yml
2+
# https://www.appveyor.com/docs/lang/nodejs-iojs
33

44
environment:
55
matrix:

docs/API.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -834,9 +834,9 @@ module.exports = new MyCompanyTasksRegistry();
834834
[gulp-if]: https://github.com/robrich/gulp-if
835835
[node-glob documentation]: https://github.com/isaacs/node-glob#options
836836
[node-glob]: https://github.com/isaacs/node-glob
837-
[piped]: http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options
837+
[piped]: https://nodejs.org/api/stream.html#stream_readable_pipe_destination_options
838838
[RxJS]: https://www.npmjs.com/package/rx
839-
[stream]: http://nodejs.org/api/stream.html
839+
[stream]: https://nodejs.org/api/stream.html
840840
[async-done]: https://www.npmjs.com/package/async-done
841841
[undertaker]: https://github.com/gulpjs/undertaker
842842
[vinyl File instance]: https://github.com/gulpjs/vinyl

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "gulp",
33
"version": "4.0.0",
44
"description": "The streaming build system.",
5-
"homepage": "http://gulpjs.com",
6-
"author": "Gulp Team <[email protected]> (http://gulpjs.com/)",
5+
"homepage": "https://gulpjs.com",
6+
"author": "Gulp Team <[email protected]> (https://gulpjs.com/)",
77
"contributors": [
88
"Eric Schoffstall <[email protected]>",
99
"Blaine Bublitz <[email protected]>"

0 commit comments

Comments
 (0)