diff options
| author | Ben Woods <git@ben.woods.am> | 2026-06-07 10:58:54 +0800 |
|---|---|---|
| committer | Ben Woods <git@ben.woods.am> | 2026-06-07 10:58:54 +0800 |
| commit | 9fb196931f5b984b40c63f96c652d80851cbebb3 (patch) | |
| tree | 1b6ee8d9f28ac9a93d3e04a0b9ce67b18f9063d3 /docs/configuration | |
| parent | 1d27b404815049815b0e9327e7ec3482ec2ecbfa (diff) | |
| download | vyos-documentation-9fb196931f5b984b40c63f96c652d80851cbebb3.tar.gz vyos-documentation-9fb196931f5b984b40c63f96c652d80851cbebb3.zip | |
T8967: Fix update-check URL for rolling
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/system/updates.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
