From ef76363fbf04e2ad68e68d3dc8261681d2851ee2 Mon Sep 17 00:00:00 2001 From: Ted Robertson <10043369+tredondo@users.noreply.github.com> Date: Sun, 3 May 2026 11:09:58 -0700 Subject: [PATCH] docs: updating is also periodically Clarified the update checking process by specifying that it checks releases.warp.dev for updates periodically while running as well, not just on startup. --- .../troubleshooting-and-support/updating-warp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/support-and-community/troubleshooting-and-support/updating-warp.mdx b/src/content/docs/support-and-community/troubleshooting-and-support/updating-warp.mdx index 7f4102c..868d76d 100644 --- a/src/content/docs/support-and-community/troubleshooting-and-support/updating-warp.mdx +++ b/src/content/docs/support-and-community/troubleshooting-and-support/updating-warp.mdx @@ -6,7 +6,7 @@ description: >- --- import DemoVideo from '@components/DemoVideo.astro'; -Warp automatically checks for updates on startup. A notification will appear in the top right corner of the Warp window when a new update is available. +Warp automatically checks for updates on startup, and periodically while running, by connecting to `releases.warp.dev`. A notification will appear in the top right corner of the Warp window when a new update is available. ![Update Available](../../../../assets/support-and-community/update-available.png)