You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ We publish news and updates to two blogs:
16
16
*[Nightly](https://blog.nightly.mozilla.org/tag/devtools/) for features newly added to Firefox Nightly. This is where we request feedback from early adopters.
17
17
*[Hacks](https://hacks.mozilla.org/category/developer-tools/) for when features reach more stable versions of Firefox.
18
18
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 🙂
20
20
21
21
## Getting in touch
22
22
23
23
* Bug reports or feature requests:
24
24
*[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.
26
26
* Report vulnerabilities to `[email protected]`. [More info](https://www.mozilla.org/en-US/security/#For_Developers).
27
27
*[List of open bugs](http://bugs.firefox-dev.tools/). Might be interesting if you want to contribute.
@@ -37,32 +37,29 @@ You're more than encouraged to talk, write articles, or [make demos](https://git
37
37
38
38
Most changes will be done via either the "pick a bug and send a patch" or "send a PR" processes.
39
39
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/).
41
41
42
42
### People and modules
43
43
44
44
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.
0 commit comments