Skip to content

Commit ff4e719

Browse files
him2him2phated
authored andcommitted
Docs: Update urls to https (#2067)
1 parent 4b118b9 commit ff4e719

12 files changed

+26
-26
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<a href="http://gulpjs.com">
2+
<a href="https://gulpjs.com">
33
<img height="257" width="114" src="https://raw.githubusercontent.com/gulpjs/artwork/master/gulp-2x.png">
44
</a>
55
<p align="center">The streaming build system</p>

docs/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Jump to:
99
### gulp.src(globs[, options])
1010

1111
Emits files matching provided glob or an array of globs.
12-
Returns a [stream](http://nodejs.org/api/stream.html) of [Vinyl files](https://github.com/gulpjs/vinyl-fs)
13-
that can be [piped](http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options)
12+
Returns a [stream](https://nodejs.org/api/stream.html) of [Vinyl files](https://github.com/gulpjs/vinyl-fs)
13+
that can be [piped](https://nodejs.org/api/stream.html#stream_readable_pipe_destination_options)
1414
to plugins.
1515

1616
```javascript

docs/CLI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The CLI adds process.env.INIT_CWD which is the original cwd it was launched from
1818

1919
#### Task specific flags
2020

21-
Refer to this [StackOverflow](http://stackoverflow.com/questions/23023650/is-it-possible-to-pass-a-flag-to-gulp-to-have-it-run-tasks-in-different-ways) link for how to add task specific flags
21+
Refer to this [StackOverflow](https://stackoverflow.com/questions/23023650/is-it-possible-to-pass-a-flag-to-gulp-to-have-it-run-tasks-in-different-ways) link for how to add task specific flags
2222

2323
### Tasks
2424

docs/FAQ.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gulp updates can be found on the following twitters:
4343
Yes, come chat with us in #gulpjs on [Freenode].
4444

4545
[Writing a gulp plugin]: writing-a-plugin/README.md
46-
[gulp introduction slideshow]: http://slid.es/contra/gulp
47-
[Freenode]: http://freenode.net/
48-
[search-gulp-plugins]: http://gulpjs.com/plugins/
46+
[gulp introduction slideshow]: https://slid.es/contra/gulp
47+
[Freenode]: https://freenode.net/
48+
[search-gulp-plugins]: https://gulpjs.com/plugins/
4949
[npm plugin search]: https://npmjs.org/browse/keyword/gulpplugin

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The community has written [recipes](recipes#recipes) for common gulp use-cases.
2121

2222
## Still got questions?
2323

24-
Post on [StackOverflow with a #gulp tag](http://stackoverflow.com/questions/tagged/gulp) or come chat with us in [#gulpjs](http://webchat.freenode.net/?channels=gulpjs) on [Freenode](http://freenode.net/).
24+
Post on [StackOverflow with a #gulp tag](https://stackoverflow.com/questions/tagged/gulp) or come chat with us in [#gulpjs](https://webchat.freenode.net/?channels=gulpjs) on [Freenode](https://freenode.net/).
2525

2626

2727
## Books
@@ -32,14 +32,14 @@ Post on [StackOverflow with a #gulp tag](http://stackoverflow.com/questions/tagg
3232
## Articles
3333
* [Tagtree intro to gulp video](http://tagtree.io/gulp)
3434
* [Introduction to node.js streams](https://github.com/substack/stream-handbook)
35-
* [Video introduction to node.js streams](http://www.youtube.com/watch?v=QgEuZ52OZtU)
36-
* [Getting started with gulp (by @markgdyr)](http://markgoodyear.com/2014/01/getting-started-with-gulp/)
35+
* [Video introduction to node.js streams](https://www.youtube.com/watch?v=QgEuZ52OZtU)
36+
* [Getting started with gulp (by @markgdyr)](https://markgoodyear.com/2014/01/getting-started-with-gulp/)
3737
* [A cheatsheet for gulp](https://github.com/osscafe/gulp-cheatsheet)
3838
* [Why you shouldn’t create a gulp plugin (or, how to stop worrying and learn to love existing node packages)](http://blog.overzealous.com/post/74121048393/why-you-shouldnt-create-a-gulp-plugin-or-how-to-stop)
3939
* [Inspiration (slides) about why gulp was made](http://slid.es/contra/gulp)
4040
* [Building With Gulp](http://www.smashingmagazine.com/2014/06/11/building-with-gulp/)
4141
* [Gulp - The Basics (screencast)](https://www.youtube.com/watch?v=dwSLFai8ovQ)
42-
* [Get started with gulp (video series)](http://www.youtube.com/playlist?list=PLRk95HPmOM6PN-G1xyKj9q6ap_dc9Yckm)
42+
* [Get started with gulp (video series)](https://www.youtube.com/playlist?list=PLRk95HPmOM6PN-G1xyKj9q6ap_dc9Yckm)
4343
* [Optimize your web code with gulp](http://www.linuxuser.co.uk/tutorials/optimise-your-web-code-with-gulp-js)
4444
* [Automate Your Tasks Easily with Gulp.js ](https://scotch.io/tutorials/automate-your-tasks-easily-with-gulp-js)
4545

@@ -53,7 +53,7 @@ Post on [StackOverflow with a #gulp tag](http://stackoverflow.com/questions/tagg
5353

5454
All the documentation is covered by the CC0 license *(do whatever you want with it - public domain)*.
5555

56-
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
56+
[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)
5757

5858
To the extent possible under law, [Fractal](http://wearefractal.com) has waived all copyright and related or neighboring rights to this work.
5959

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Using gulpfile ~/my-project/gulpfile.js
6767
- [API Documentation](API.md) - The programming interface, defined
6868
- [Recipes](recipes) - Specific examples from the community
6969
- [In Depth Help](https://travismaynard.com/writing/getting-started-with-gulp) - A tutorial from the the guy who wrote the book
70-
- [Plugins](http://gulpjs.com/plugins/) - Building blocks for your gulp file
70+
- [Plugins](https://gulpjs.com/plugins/) - Building blocks for your gulp file

docs/recipes/browserify-transforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Browserify + Transforms
22

3-
[Browserify](http://github.com/substack/node-browserify) has become an important and indispensable
3+
[Browserify](https://github.com/substack/node-browserify) has become an important and indispensable
44
tool but requires being wrapped before working well with gulp. Below is a simple recipe for using
55
Browserify with transforms.
66

docs/recipes/browserify-uglify-sourcemap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Browserify + Uglify2 with sourcemaps
22

3-
[Browserify](http://github.com/substack/node-browserify) has become an important and indispensable
3+
[Browserify](https://github.com/substack/node-browserify) has become an important and indispensable
44
tool but requires being wrapped before working well with gulp. Below is a simple recipe for using
55
Browserify with full sourcemaps that resolve to the original individual files.
66

docs/recipes/fast-browserify-builds-with-watchify.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Fast browserify builds with watchify
22

3-
As a [browserify](http://github.com/substack/node-browserify) project begins to expand, the time to bundle it slowly gets longer and longer. While it might start at 1 second, it's possible to be waiting 30 seconds for your project to build on particularly large projects.
3+
As a [browserify](https://github.com/substack/node-browserify) project begins to expand, the time to bundle it slowly gets longer and longer. While it might start at 1 second, it's possible to be waiting 30 seconds for your project to build on particularly large projects.
44

5-
That's why [substack](http://github.com/substack) wrote [watchify](http://github.com/substack/watchify), a persistent browserify bundler that watches files for changes and *only rebuilds what it needs to*. This way, that first build might still take 30 seconds, but subsequent builds can still run in under 100ms – which is a huge improvement.
5+
That's why [substack](https://github.com/substack) wrote [watchify](https://github.com/substack/watchify), a persistent browserify bundler that watches files for changes and *only rebuilds what it needs to*. This way, that first build might still take 30 seconds, but subsequent builds can still run in under 100ms – which is a huge improvement.
66

7-
Watchify doesn't have a gulp plugin, and it doesn't need one: you can use [vinyl-source-stream](http://github.com/hughsk/vinyl-source-stream) to pipe the bundle stream into your gulp pipeline.
7+
Watchify doesn't have a gulp plugin, and it doesn't need one: you can use [vinyl-source-stream](https://github.com/hughsk/vinyl-source-stream) to pipe the bundle stream into your gulp pipeline.
88

99
``` javascript
1010
'use strict';

docs/recipes/rollup-with-rollup-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rollup with rollup-stream
22

3-
Like Browserify, [Rollup](http://rollupjs.org/) is a bundler and thus only fits naturally into gulp if it's at the start of the pipeline. Unlike Browserify, Rollup doesn't natively produce a stream as output and needs to be wrapped before it can take this position. [rollup-stream](https://github.com/Permutatrix/rollup-stream) does this for you, producing output just like that of Browserify's `bundle()` method&mdash;as a result, most of the Browserify recipes here will also work with rollup-stream.
3+
Like Browserify, [Rollup](https://rollupjs.org/) is a bundler and thus only fits naturally into gulp if it's at the start of the pipeline. Unlike Browserify, Rollup doesn't natively produce a stream as output and needs to be wrapped before it can take this position. [rollup-stream](https://github.com/Permutatrix/rollup-stream) does this for you, producing output just like that of Browserify's `bundle()` method&mdash;as a result, most of the Browserify recipes here will also work with rollup-stream.
44

55
## Basic usage
66
```js

0 commit comments

Comments
 (0)