diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-01 21:44:53 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-03-02 15:03:49 +0100 |
commit | df16931ef710b02777523973e6a202891e1ac22a (patch) | |
tree | da12bcb7c29c5de13cc2547df4014fdc2afe2881 /data/defaults.toml | |
parent | 7be6795c631d310a4811a297d1f5d1bc648fe8d7 (diff) | |
download | vyos-build-df16931ef710b02777523973e6a202891e1ac22a.tar.gz vyos-build-df16931ef710b02777523973e6a202891e1ac22a.zip |
T6077: add bugtrcker, documentation and new URL to version file
Use single source for project related URLs that will later be consumed by the
MOTD template used.
(cherry picked from commit 7b89f74c316c278ff6af73e75f357139d56243da)
Diffstat (limited to 'data/defaults.toml')
-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 85cbd56b..c75c3e32 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/sagitta" +project_news_url = "https://blog.vyos.io" |