Skip to content

Commit

Permalink
Update DevTools introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
nchevobbe authored Sep 17, 2024
1 parent 8470f33 commit c6b3fbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/devtools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ introduction: |
DevTools is a toolbox, built-in to Firefox, for developers and designers to inspect, debug and modify Web code.
You can learn about using DevTools by reading its [documentation](https://developer.mozilla.org/en-US/docs/Tools).
You can learn about using DevTools by reading its [documentation](https://firefox-source-docs.mozilla.org/devtools-user/index.html).
DevTools is written in Javascript, HTML and CSS and has lots of opportunities to help out.
## Who Works on DevTools?
A large community of volunteers throughout the world report bugs, test DevTools, submit code changes and localize the UI.
The team assigned to work on DevTools at Mozilla is distributed around Europe, Asia and North America.
The team assigned to work on DevTools at Mozilla is distributed around Europe.
You will likely see the names of team members listed as mentors in the bugs and issues on this site.
We are always excited to meet new Mozillians!
Expand All @@ -26,7 +26,7 @@ introduction: |
### How Do I Write the Code?
Most of the code is hosted in the Firefox repository (called `mozilla-central`), while some pieces are developed on GitHub.
Most of the code is hosted in the Firefox repository (called `mozilla-central`), while the Profiler is developed on GitHub.
Once you've figured out what you would like to work on, read about [how to set up your local development environment](https://firefox-source-docs.mozilla.org/devtools/getting-started/README.html#set-up-your-dev-environment).
Expand Down

0 comments on commit c6b3fbc

Please sign in to comment.