Skip to content

Commit 23be365

Browse files
author
Peter Bengtsson
authored
fixes bug 1436507 - Lacking documentation link in contribute.json (mozilla-services#734)
1 parent 41e6eb7 commit 23be365

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

contribute.json

+10-6
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,25 @@
22
"name": "tecken",
33
"description": "The Mozilla Symbol Server",
44
"participate": {
5+
"docs": "https://tecken.readthedocs.io",
56
"irc": "irc://irc.mozilla.org/#breakpad",
6-
"irc-contacts": [
7-
"peterbe"
8-
]
7+
"irc-contacts": ["peterbe", "ted"]
98
},
9+
1010
"repository": {
1111
"url": "https://github.com/mozilla-services/tecken",
1212
"license": "MPL 2.0"
1313
},
1414
"bugs": {
15-
"list": "https://github.com/mozilla-services/tecken/issues",
16-
"report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Socorro&component=Symbols"
15+
"list":
16+
"https://bugzilla.mozilla.org/buglist.cgi?resolution=---&query_format=advanced&component=Symbols&product=Socorro&list_id=14003234",
17+
"report":
18+
"https://bugzilla.mozilla.org/enter_bug.cgi?product=Socorro&component=Symbols"
1719
},
1820
"urls": {
19-
"dev": "https://symbols.dev.mozaws.net"
21+
"dev": "https://symbols.dev.mozaws.net",
22+
"stage": "https://symbols.stage.mozaws.net",
23+
"prod": "https://symbols.mozilla.org"
2024
},
2125
"whatsdeployed": "https://whatsdeployed.io/s-5HY"
2226
}

0 commit comments

Comments
 (0)