Skip to content

Commit dd3874b

Browse files
committed
Mention where the addon can be found
Fixes #1028
1 parent 69090bd commit dd3874b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project has 4 parts:
55
* `bot` is a Python script running as a Taskcluster hook, aggregating code coverage data from Mozilla repositories,
66
* `backend` is a Python API built with Flask, that serves the aggregated code coverage data, in an efficient way,
77
* `frontend` is a vanilla Javascript SPA displaying code coverage data in your browser,
8-
* `addon` is a Web Extension for Firefox, extending several Mozilla websites with code coverage data.
8+
* `addon` is a Web Extension for Firefox, extending several Mozilla websites with code coverage data. Published at https://addons.mozilla.org/firefox/addon/gecko-code-coverage/.
99

1010
## Help
1111

addon/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
[![Build Status](https://travis-ci.org/mozilla/code-coverage-addon.svg?branch=master)](https://travis-ci.org/mozilla/code-coverage-addon)
44

55
Extension that augments several Mozilla websites (DXR, Searchfox) with code coverage information.
6+
7+
The extension can be found at https://addons.mozilla.org/firefox/addon/gecko-code-coverage/.

0 commit comments

Comments
 (0)