badge-generator icon indicating copy to clipboard operation
badge-generator copied to clipboard

Break out URLs

Open MichaelCurrin opened this issue 5 years ago • 0 comments

Sample:

[![NPM Version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Downloads Stats][npm-downloads]][npm-url]

<!-- Markdown link & img dfn's -->
[npm-image]: https://img.shields.io/npm/v/datadog-metrics.svg?style=flat-square
[npm-url]: https://npmjs.org/package/datadog-metrics
[npm-downloads]: https://img.shields.io/npm/dm/datadog-metrics.svg?style=flat-square
[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/dbader/node-datadog-metrics

NPM Version Build Status Downloads Stats


URLs at the bottom of the page in the original but it is more convenient to keep them just under badges

MichaelCurrin avatar Jun 30 '20 11:06 MichaelCurrin