diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-03-02 10:38:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-02 10:38:56 +0100 |
commit | c1fcec892b50ccdb05596b4d2bc7cdfb14d75e76 (patch) | |
tree | 66e85ed95117e0d97a469d3e456c4e4d018ba805 /data | |
parent | d93cb288d7d6bb16afad0df727f012837123a47e (diff) | |
parent | 7b89f74c316c278ff6af73e75f357139d56243da (diff) | |
download | vyos-build-c1fcec892b50ccdb05596b4d2bc7cdfb14d75e76.tar.gz vyos-build-c1fcec892b50ccdb05596b4d2bc7cdfb14d75e76.zip |
Merge pull request #522 from c-po/flavor-updates
T6077: T3664: cleanup flavor build system and extensions for single source URL definitions
Diffstat (limited to 'data')
-rw-r--r-- | data/defaults.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/defaults.toml b/data/defaults.toml index b4c24b14..9c98c410 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -22,3 +22,5 @@ squashfs_compression_type = "xz -Xbcj x86 -b 256k -always-use-fragments -no-reco website_url = "https://vyos.io" support_url = "https://support.vyos.io" bugtracker_url = "https://vyos.dev" +documentation_url = "https://docs.vyos.io/en/latest" +project_news_url = "https://blog.vyos.io" |