Bug 1634374 - Rename the doc title from Mozilla to Firefox in directory overview docs.r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D73266
This commit is contained in:
championshuttler 2020-04-30 18:39:36 +00:00
Родитель 6c89f2aacb
Коммит 6c014fbaf2
1 изменённых файлов: 6 добавлений и 12 удалений

Просмотреть файл

@ -1,23 +1,17 @@
Mozilla Source Code Directory Structure Firefox Source Code Directory Structure
======================================= =======================================
The code for some projects in the Mozilla family (such This article provides an overview of what the various directories contain.
as `Firefox <https://www.mozilla.org/en-US/firefox/products/>`__ , `Gecko <https://developer.mozilla.org/docs/Mozilla/Gecko/>`__ , `etc. <https://www.mozilla.org/products/>`__)
is combined into a single source tree. The tree contains the source code
as well as the code required to build each project on supported
platforms (Linux, Windows, macOS, etc). This article provides an
overview of what the various directories contain.
To simply take a look at the Mozilla source code, you do not need to To simply take a look at the Firefox source code, you do not need to
download it. You can look at the source directly with your web browser download it. You can look at the source directly with your web browser
using Searchfox (start at https://searchfox.org/mozilla-central/source for using Searchfox (start at https://searchfox.org/mozilla-central/source for
the complete mozilla source code of branch HEAD). the complete firefox source code of branch HEAD).
In order to modify the source, you have to acquire it either by In order to modify the source, you have to acquire it either by
downloading a downloading a
`snapshot <https://developer.mozilla.org/docs/Mozilla/Developer_guide/Source_Code/Downloading_Source_Archives>`__ `snapshot <https://developer.mozilla.org/docs/Mozilla/Developer_guide/Source_Code/Downloading_Source_Archives>`__
of the sources or by `checking out the current sources from of the sources or by checking out the current sources from :ref:`Mercurial <How to contribute to Firefox>`.
Mercurial <How to contribute to Firefox>`__.
This document describes the directory structure -- i.e., directories that This document describes the directory structure -- i.e., directories that
are used by at least some of the are used by at least some of the
@ -581,7 +575,7 @@ Components used by the Mozilla frontend, as well as implementations of
interfaces that other parts of mozilla expect. interfaces that other parts of mozilla expect.
More documentation about Mozilla Source Code Directory Structure More documentation about Firefox Source Code Directory Structure
---------------------------------------------------------------- ----------------------------------------------------------------
https://developer.mozilla.org/docs/Mozilla/Developer_guide/Source_Code/Directory_structure https://developer.mozilla.org/docs/Mozilla/Developer_guide/Source_Code/Directory_structure