Skip to content

Commit fb73a90

Browse files
Stefan BuckStefan Buck
authored andcommitted
fix interchanged url for daviddm badge
1 parent a9ea105 commit fb73a90

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="node-gulp.png"/>
33
</p>
44
# node gulp
5-
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-url]][daviddm-image] [![Coverage Status][coveralls-image]][coveralls-url]
5+
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coveralls-image]][coveralls-url]
66

77
> Based on [generator-node](https://github.com/yeoman/generator-node)
88
@@ -122,7 +122,7 @@ Logo by [Koji Wakayama](https://github.com/kojiwakayama)
122122
[npm-image]: https://badge.fury.io/js/generator-node-gulp.svg
123123
[travis-url]: https://travis-ci.org/youngmountain/generator-node-gulp
124124
[travis-image]: https://travis-ci.org/youngmountain/generator-node-gulp.svg?branch=master
125-
[daviddm-url]: https://david-dm.org/youngmountain/generator-node-gulp.svg?theme=shields.io
126-
[daviddm-image]: https://david-dm.org/youngmountain/generator-node-gulp
125+
[daviddm-url]: https://david-dm.org/youngmountain/generator-node-gulp
126+
[daviddm-image]: https://david-dm.org/youngmountain/generator-node-gulp.svg?theme=shields.io
127127
[coveralls-url]: https://coveralls.io/r/youngmountain/generator-node-gulp
128128
[coveralls-image]: https://coveralls.io/repos/youngmountain/generator-node-gulp/badge.png

app/templates/_README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# <%= props.name %>
2-
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-url]][daviddm-image]<% if (coverallsModule) { %> [![Coverage Status][coveralls-image]][coveralls-url]<% } %>
2+
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]<% if (coverallsModule) { %> [![Coverage Status][coveralls-image]][coveralls-url]<% } %>
33

44
<%= props.description %>
55

@@ -38,7 +38,7 @@ Copyright (c) <%= currentYear %><% if (props.authorName) { %> <%= props.authorNa
3838
[npm-image]: https://badge.fury.io/js/<%= slugname %>.svg
3939
[travis-url]: https://travis-ci.org/<%= props.githubUsername %>/<%= slugname %>
4040
[travis-image]: https://travis-ci.org/<%= props.githubUsername %>/<%= slugname %>.svg?branch=master
41-
[daviddm-url]: https://david-dm.org/<%= props.githubUsername %>/<%= slugname %>.svg?theme=shields.io
42-
[daviddm-image]: https://david-dm.org/<%= props.githubUsername %>/<%= slugname %><% if (coverallsModule) { %>
41+
[daviddm-url]: https://david-dm.org/<%= props.githubUsername %>/<%= slugname %><% if (coverallsModule) { %>
42+
[daviddm-image]: https://david-dm.org/<%= props.githubUsername %>/<%= slugname %>.svg?theme=shields.io
4343
[coveralls-url]: https://coveralls.io/r/<%= props.githubUsername %>/<%= slugname %>
4444
[coveralls-image]: https://coveralls.io/repos/<%= props.githubUsername %>/<%= slugname %>/badge.png<% } %>

0 commit comments

Comments
 (0)