Commit 6543182f authored by Makoto Kato's avatar Makoto Kato
Browse files

Bug 1819088 - Update Fenix links after moving to monorepo. r=geckoview-reviewers,calu

parent 7b8409fc
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@ devices, and audiences:
-  Building **Firefox for Android** (codename: fenix). Our general-purpose
   mobile browser is split into several different artifact layers:

  - `The fenix Android application <https://github.com/mozilla-mobile/fenix/>`_
  - `The android-components Android library <https://github.com/mozilla-mobile/android-components/>`_
  - `The GeckoView platform <https://geckoview.dev/contributor/geckoview-quick-start>`_
  - `The fenix Android application <https://github.com/mozilla-mobile/firefox-android/tree/main/fenix>`_
  - `The android-components Android library <https://github.com/mozilla-mobile/firefox-android/tree/main/android-components>`_
  - `The GeckoView platform <https://firefox-source-docs.mozilla.org/mobile/android/geckoview/index.html>`_

-  `Building Firefox for iOS <https://developer.mozilla.org/docs/Mozilla/Firefox_for_iOS>`_,
-  `Firefox for iOS <https://github.com/mozilla-mobile/firefox-ios>`_,
   our general-purpose browser for iOS with desktop sync built-in.
-  Building **Firefox Focus**, our privacy-focused browser for

  - `iOS <https://github.com/mozilla-mobile/focus-ios>`_
  - `Android <https://github.com/mozilla-mobile/focus-android>`_. This browser
  - `Android <https://github.com/mozilla-mobile/firefox-android/tree/main/focus-android>`_. This browser
    also uses the android-components library and GeckoView platform, like Firefox for Android

For both Desktop and Mobile development, please bear the following in
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ Getting Started with GeckoView

How to use GeckoView in your Android app.

*Building a browser? Check out* `Android Components <https://mozilla-mobile.github.io/android-components/>`_, *our collection of ready-to-use support libraries!*
*Building a browser? Check out* `Android Components <https://mozilla-mobile.github.io/firefox-android/>`_, *our collection of ready-to-use support libraries!*

The following article is a brief guide to embedding GeckoView in an app. For a more in depth tutorial on getting started with GeckoView please read the article we have published on `raywenderlich.com <https://www.raywenderlich.com/1381698-android-tutorial-for-geckoview-getting-started>`_.

+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ served by our general bootstrapping guide. If you are looking to
contribute to front-end development of one of Mozilla’s Android
browsers, you’re likely better off starting with their codebase and
returning here only if actual GeckoView changes are needed. See, for
example, `Fenix’s GitHub <https://github.com/mozilla-mobile/fenix>`_.
example, `Fenix’s GitHub <https://github.com/mozilla-mobile/firefox-android/tree/main/fenix>`_.

What to do if this guide contains bugs or leads you astray: The quickest
way to get a response is to ask generally on #gv on Mozilla Slack;
+2 −2
Original line number Diff line number Diff line
@@ -285,9 +285,9 @@ Dependency substiting your local GeckoView into a Mozilla project
Most GeckoView-consuming projects produced by Mozilla support dependency
substitution via ``local.properties``. These projects include:

- `Fenix <https://github.com/mozilla-mobile/fenix>`_
- `Fenix <https://github.com/mozilla-mobile/firefox-android/tree/main/fenix>`_
- `reference-browser <https://github.com/mozilla-mobile/reference-browser>`_
- `android-components <https://github.com/mozilla-mobile/android-components>`_
- `android-components <https://github.com/mozilla-mobile/firefox-android/tree/main/android-components>`_
- `Firefox Reality <https://github.com/MozillaReality/FirefoxReality>`_

Simply edit (or create) the file ``local.properties`` in the project