Skip to content

Commit

Permalink
docs: fix links in FAQ (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
a14n authored Mar 5, 2023
1 parent 7e82f48 commit 879ddee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ video](https://www.youtube.com/watch?v=mmKvs0_Zu14&ab_channel=Shorebird).

Code push is a working title. We'll probably come up with some name to help
differentiate it. "Code Push" is a reference to the name of a deploy feature
used by the React Native community from [Microsoft](appcenter.ms) and
[Expo](appcenter.ms), neither of which support Flutter.
used by the React Native community from [Microsoft](https://appcenter.ms) and
[Expo](https://expo.dev), neither of which support Flutter.

### What is the status of code push?

Expand Down Expand Up @@ -119,4 +119,4 @@ Parts of the code push ("updater") system are written in Rust:
1. Avoids starting two Dart VMs (one for the updater and one for the app).
2. Allows accessing the updater code from multiple languages (e.g. both the C++ engine as well as a Dart/Flutter application, or even Kotlin/Swift "native" code if needed)

See our [Languages Philosophy](https://github.com/shorebirdtech/handbook/blob/main/engineering.md#languages) for more information as to why we chose Rust.
See our [Languages Philosophy](https://github.com/shorebirdtech/handbook/blob/main/engineering.md#languages) for more information as to why we chose Rust.

0 comments on commit 879ddee

Please sign in to comment.