From 9fb196931f5b984b40c63f96c652d80851cbebb3 Mon Sep 17 00:00:00 2001 From: Ben Woods Date: Sun, 7 Jun 2026 10:58:54 +0800 Subject: T8967: Fix update-check URL for rolling --- docs/configuration/system/updates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/configuration/system') diff --git a/docs/configuration/system/updates.md b/docs/configuration/system/updates.md index c82d37be..563a7a66 100644 --- a/docs/configuration/system/updates.md +++ b/docs/configuration/system/updates.md @@ -19,7 +19,7 @@ Configure a URL that contains information about images. ```none set system update-check auto-check -set system update-check url 'https://raw.githubusercontent.com/vyos/vyos-rolling-nightly-builds/main/version.json' +set system update-check url 'https://raw.githubusercontent.com/vyos/vyos-nightly-build/rolling/version.json' ``` Check: @@ -29,7 +29,7 @@ vyos@r4:~$ show system updates Current version: 1.5-rolling-202312220023 Update available: 1.5-rolling-202312250024 -Update URL: https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202312250024/1.5-rolling-202312250024-amd64.iso +Update URL: https://github.com/vyos/vyos-nightly-build/releases/download/1.5-rolling-202312250024/1.5-rolling-202312250024-amd64.iso vyos@r4:~$ vyos@r4:~$ add system image latest -- cgit v1.2.3