Skip to content

Commit

Permalink
chore: remove concepts link
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Sep 12, 2024
1 parent 2ab9ea6 commit e1dee45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ update it to new code. The `shorebird patch` command is used to generate
a patch from your new local code which is then diffed with the release binary
to generate a patch which is then shipped to your users.

We explain more of these terms in [Concepts](/concepts).
We explain more of these terms in [Overview](/overview).

### Can I use Shorebird in my country?

Expand Down Expand Up @@ -197,8 +197,8 @@ for you, please let us know!

Yes. There is no limit on the size of the application that can be patched with
code push. As noted in
[Concepts](/concepts#what-types-of-changes-can-be-included-in-a-patch), Shorebird
can change any Dart code in your application no matter of size.
[Overview](/overview#what-types-of-changes-can-be-included-in-a-patch),
Shorebird can change any Dart code in your application no matter of size.

### What can I use Shorebird code push for?

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/update-strategies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ necessary patch and _not_ then prompt them to update.
Shorebird patches are typically much smaller than full app downloads (a few KB
on Android, a few hundred KB on iOS), so it is likely better for your users if
you can use Shorebird to deliver patches instead of `in_app_update`. However,
there are [changes which Shorebird cannot make](/concepts#what-types-of-changes-can-be-included-in-a-patch), so
there are [changes which Shorebird cannot make](/overview#what-types-of-changes-can-be-included-in-a-patch), so
`in_app_update` may be the best solution in some cases.

Shorebird "patches" also do not change the version number of your app, so
Expand Down

0 comments on commit e1dee45

Please sign in to comment.