Skip to content

Commit 4e397c4

Browse files
captainbrossetPatrick Brosset
authored andcommitted
Updating README with new repo url and new owners
1 parent 381728e commit 4e397c4

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ We publish news and updates to two blogs:
1616
* [Nightly](https://blog.nightly.mozilla.org/tag/devtools/) for features newly added to Firefox Nightly. This is where we request feedback from early adopters.
1717
* [Hacks](https://hacks.mozilla.org/category/developer-tools/) for when features reach more stable versions of Firefox.
1818

19-
You're more than encouraged to talk, write articles, or [make demos](https://github.com/devtools-html/devtools-demos) about the tools. Let us know 🙂
19+
You're more than encouraged to talk, write articles, or [make demos](https://github.com/firefox-devtools/devtools-demos) about the tools. Let us know 🙂
2020

2121
## Getting in touch
2222

2323
* Bug reports or feature requests:
2424
* [File bugs in Mozilla's Bugzilla](https://bugzilla.mozilla.org/enter_bug.cgi?product=DevTools) (please respect the [etiquette](https://bugzilla.mozilla.org/page.cgi?id=etiquette.html))
25-
* or under each repository in [devtools-html](https://github.com/devtools-html) for code in GitHub.
25+
* or under each repository in [firefox-devtools](https://github.com/firefox-devtools) for code in GitHub.
2626
* Report vulnerabilities to `[email protected]`. [More info](https://www.mozilla.org/en-US/security/#For_Developers).
2727
* [List of open bugs](http://bugs.firefox-dev.tools/). Might be interesting if you want to contribute.
2828
* [DevTools forum](https://discourse.mozilla-community.org/c/devtools).
@@ -37,32 +37,29 @@ You're more than encouraged to talk, write articles, or [make demos](https://git
3737

3838
Most changes will be done via either the "pick a bug and send a patch" or "send a PR" processes.
3939

40-
For substantial changes, we ask that a "request for comment" (RFC) document is provided first, so we can examine what the implications of a change will be. Here is [how to follow the RFC process](https://github.com/devtools-html/rfcs/).
40+
For substantial changes, we ask that a "request for comment" (RFC) document is provided first, so we can examine what the implications of a change will be. Here is [how to follow the RFC process](https://github.com/firefox-devtools/rfcs/).
4141

4242
### People and modules
4343

4444
The tools are broadly divided into panels. Each panel has one or more owners, who mostly work(s) on that panel and are the best people to ask if you have specific questions about the code.
4545

4646
* about:debugging: jdescottes, ochameau, ladybenko, daisuke
4747
* Animation Inspector: gl, pbro, daisuke
48-
* Canvas Debugger: `<unmaintained>`
4948
* Console: bgrins, nchevobbe
5049
* Debugger: jlast, dwalsh, loganfsmyth
5150
* DOM: honza
5251
* Font Editor: rcaliman, gl, pbro
53-
* Framework: Browser integration, toolbox and test infrastructure: jryans, bgrins, ochameau, honza
54-
* Inspector: gl, pbro, jdescottes, tromey, rcaliman, mtigley, bwerth
52+
* Framework: Browser integration, toolbox and test infrastructure: bgrins, ochameau, honza
53+
* Inspector: gl, pbro, jdescottes, rcaliman, mtigley, bwerth, mikeratcliffe
5554
* JSON Viewer: honza
5655
* Memory: gregtatum
5756
* Network Monitor: honza
5857
* Performance: gregtatum, julienw
59-
* Remote protocol and server infrastructure: jryans, ochameau, yulia
60-
* Responsive Design Mode: jryans, gl, bwerth
58+
* Remote protocol and server infrastructure: ochameau, yulia
59+
* Responsive Design Mode: gl, bwerth, mtigley
6160
* Scratchpad: jdescottes
62-
* Shader Editor: `<unmaintained>`
6361
* Style Editor: gl
6462
* Storage Inspector: mikeratcliffe
65-
* Themes: bgrins, ntim
63+
* CSS & Themes: ladybenko
6664
* UX: victoria
67-
* Web Audio Editor: `<unmaintained>`
68-
* WebIDE: jryans, ochameau, jdescottes
65+
* WebIDE: ochameau, jdescottes

0 commit comments

Comments
 (0)