diff --git a/src/content/docs/code-push/ci/_authentication.mdx b/src/content/docs/code-push/ci/_authentication.mdx index df1b8dc4..adc253bf 100644 --- a/src/content/docs/code-push/ci/_authentication.mdx +++ b/src/content/docs/code-push/ci/_authentication.mdx @@ -21,7 +21,7 @@ The Shorebird CLI needs your authorization to manage apps, releases, and patches In a browser, visit this URL to log in: -https://accounts.google.com/o/oauth2/v2/auth... +https://auth.shorebird.dev/login... Waiting for your authorization... diff --git a/src/content/docs/code-push/faq.mdx b/src/content/docs/code-push/faq.mdx index c29db37d..85824ddf 100644 --- a/src/content/docs/code-push/faq.mdx +++ b/src/content/docs/code-push/faq.mdx @@ -457,6 +457,7 @@ The following URLs are used by Shorebird: - https://console.shorebird.dev -- used to interact with Shorebird's services via the web. +- https://auth.shorebird.dev -- used to authenticate with Shorebird - https://api.shorebird.dev -- used by the `shorebird` command line tools to interact with the Shorebird servers as well as the Shorebird updater on users' devices to check for updates. diff --git a/src/content/docs/flutter-concepts/how-to-install-flutter.mdx b/src/content/docs/flutter-concepts/how-to-install-flutter.mdx index 67d99bcb..099278d1 100644 --- a/src/content/docs/flutter-concepts/how-to-install-flutter.mdx +++ b/src/content/docs/flutter-concepts/how-to-install-flutter.mdx @@ -363,7 +363,7 @@ No issues detected! The core workflow to get started is: -1. `shorebird login` (authenticates via Google OAuth) +1. `shorebird login` (authenticates your Shorebird account) 2. [Initialize your project](https://docs.shorebird.dev/code-push/initialize/) with `shorebird init` (creates `shorebird.yaml` with your app ID) 3. [Create a release](https://docs.shorebird.dev/code-push/release/) with