Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DevTools introduction #626

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading