Skip to content

Commit 6527c28

Browse files
committed
Remove outdated channel switching guidance
1 parent 0ac0478 commit 6527c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/packaging/channels.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For legacy purposes, Velopack will also generate a `RELEASES` file (for the `win
1313
## Switching channels in installed apps
1414
It is often desirable to allow users to switch channels easily. For example, if your users downloaded an installer for a "stable" version of your app, they will only receive updates for the "stable" channel. Later on, they decide they wish to switch to the "beta" channel to try some experimental features in your app.
1515

16-
This can be done by supplying a non-null channel argument to the UpdateManager constructor. So you would instantiate as `new UpdateManager("https://the.place/you-store/updates", "beta")` and then perform an update process as usual.
16+
[Read more on how to switch channels here.](../integrating/switching-channels.mdx)
1717

1818
## Deploying cross-platform apps
1919

0 commit comments

Comments
 (0)