Skip to content

Commit bfbd761

Browse files
Krinkleprinciya
authored andcommitted
[docs] Link CI badge to CI status page (firefox-devtools#7716)
* [docs] Link CI badge to CI status page By default, the image links to its own source (opening the image in a new window), which is not as useful as a link to the repo's page on Circle CI would be. Hereby :) * Update dictionary.txt
1 parent a05f983 commit bfbd761

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[website]: http://firefox-dev.tools/debugger.html/
44

5-
[![slack-badge]][slack] ![][ci-status] [![npm-version]][npm-package] [![PRs Welcome]][make-a-pull-request]
5+
[![slack-badge]][slack] [![ci-badge]][ci-status] [![npm-version]][npm-package] [![PRs Welcome]][make-a-pull-request]
66

77
debugger.html is a hackable debugger for modern times, built from the ground up using [React] and [Redux]. It is designed to be approachable, yet powerful. And it is engineered to be predictable, understandable, and testable.
88

@@ -96,7 +96,8 @@ Say hello in [Slack][slack] or in the [#devtools-html][irc-devtools-html] channe
9696
[slack-badge]: https://devtools-html-slack.herokuapp.com/badge.svg
9797
[slack]: https://devtools-html-slack.herokuapp.com/
9898
[debugger-screenshot]: https://shipusercontent.com/47aaaa7a6512691f964101bfb0832abe/Screen%20Shot%202017-08-15%20at%202.34.05%20PM.png
99-
[ci-status]: https://circleci.com/gh/devtools-html/debugger.html.svg??&style=shield
99+
[ci-badge]: https://circleci.com/gh/devtools-html/debugger.html.svg??&style=shield
100+
[ci-status]: https://circleci.com/gh/devtools-html/debugger.html/tree/master
100101
[npm-version]: https://img.shields.io/npm/v/debugger.html.svg
101102
[npm-package]: https://www.npmjs.com/package/debugger.html
102103
[prs welcome]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square

assets/dictionary.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ benchmarking
1818
blackboxed
1919
blandy
2020
Bomsy
21+
ci-badge
2122
CLRF
2223
cmd
2324
componentDidMount
@@ -205,4 +206,4 @@ bytecode
205206
eval
206207
asyncStore
207208
CPG
208-
TodoMVC
209+
TodoMVC

0 commit comments

Comments
 (0)