diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-01 21:44:53 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-03-01 21:44:53 +0100 |
commit | 7b89f74c316c278ff6af73e75f357139d56243da (patch) | |
tree | 66e85ed95117e0d97a469d3e456c4e4d018ba805 /data/defaults.toml | |
parent | 195c13022de0b022e054347f0170fb536f4e9b9b (diff) | |
download | vyos-build-7b89f74c316c278ff6af73e75f357139d56243da.tar.gz vyos-build-7b89f74c316c278ff6af73e75f357139d56243da.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.
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 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" |