Skip to content

Commit 5098ba3

Browse files
authored
Better readme (#50)
1 parent 603f0d1 commit 5098ba3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

NotificationBox/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ The NotificationBox Experiment allows to show notifications inside Thunderbird.
1313
Usage
1414
-----
1515

16-
Add the NotificationBox Experiment to your add-on. Your `manifest.json` needs an entry like this:
16+
Add the NotificationBox Experiment to your add-on as mentioned in the [repo README](../README.md#using-experiments-in-your-add-ons)
17+
. Your `manifest.json` needs an entry like this:
1718

1819
```
1920
"experiment_apis": {

calendar/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This extension is a testing ground for calendar related MailExtensions APIs.
55

66
The APIs available are [documented here](https://docs.google.com/document/d/15awbKiVfdOTmsRpgD1dxm3gvOt08EQZDSnMl8QRBFoY/edit). Note
77
however there may be divergence while we discuss differences and test things out, so if you need
8-
reliable API documentation please see the relevant [schema files](./schema/).
8+
reliable API documentation please see the relevant [schema files](./experiments/calendar/schema/).
99

1010

1111
| Item | Value
@@ -14,3 +14,5 @@ reliable API documentation please see the relevant [schema files](./schema/).
1414
| Status | Draft
1515
| Compatibility | Thunderbird 128
1616
| Tracking | [bug 1627205](https://bugzilla.mozilla.org/show_bug.cgi?id=1627205)
17+
18+
To use this Experiment, check out the [repo README](../README.md#using-experiments-in-your-add-ons)

0 commit comments

Comments
 (0)