Skip to content

Commit c603138

Browse files
committed
Fix links, spacing in README
1 parent 4f6638f commit c603138

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# vinyl-fs [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url]
22
## Information
3-
<table><br><tr><br><td>Package</td><td>vinyl-fs</td><br></tr><br><tr><br><td>Description</td><br><td>Vinyl adapter for the file system</td><br></tr><br><tr><br><td>Node Version</td><br><td>>= 0.10</td><br></tr><br></table>
3+
<table>
4+
<tr><td>Package</td><td>vinyl-fs</td></tr>
5+
<tr><td>Description</td><td>Vinyl adapter for the file system</td></tr>
6+
<tr><td>Node Version</td><td>>= 0.10</td></tr>
7+
</table>
48

59
## Usage
610

@@ -134,16 +138,16 @@ _Note:_ UTF-8 BOM will be stripped from all UTF-8 files read with `.src`.
134138
- The file will be modified after being written to this stream:
135139
- `cwd`, `base`, and `path` will be overwritten to match the folder.
136140

137-
[glob-stream]: https://github.com/wearefractal/glob-stream
141+
[glob-stream]: https://github.com/gulpjs/glob-stream
138142
[node-glob]: https://github.com/isaacs/node-glob
139143
[gaze]: https://github.com/shama/gaze
140-
[glob-watcher]: https://github.com/wearefractal/glob-watcher
141-
[vinyl]: https://github.com/wearefractal/vinyl
144+
[glob-watcher]: https://github.com/gulpjs/glob-watcher
145+
[vinyl]: https://github.com/gulpjs/vinyl
142146
[npm-url]: https://www.npmjs.com/package/vinyl-fs
143147
[npm-image]: https://badge.fury.io/js/vinyl-fs.svg
144-
[travis-url]: https://travis-ci.org/wearefractal/vinyl-fs
145-
[travis-image]: https://travis-ci.org/wearefractal/vinyl-fs.svg?branch=master
148+
[travis-url]: https://travis-ci.org/gulpjs/vinyl-fs
149+
[travis-image]: https://travis-ci.org/gulpjs/vinyl-fs.svg?branch=master
146150
[coveralls-url]: https://coveralls.io/r/wearefractal/vinyl-fs
147151
[coveralls-image]: https://img.shields.io/coveralls/wearefractal/vinyl-fs.svg?style=flat
148-
[depstat-url]: https://david-dm.org/wearefractal/vinyl-fs
149-
[depstat-image]: https://david-dm.org/wearefractal/vinyl-fs.svg
152+
[depstat-url]: https://david-dm.org/gulpjs/vinyl-fs
153+
[depstat-image]: https://david-dm.org/gulpjs/vinyl-fs.svg

0 commit comments

Comments
 (0)