ui: updated url with fw config upgrade instructions

Some users coming from v1.5.x version may end up with an incompatible fw
configuration, so point them to a url with instructions to solve it.
This commit is contained in:
Gustavo Iñiguez Goia 2023-06-15 17:05:54 +02:00
parent 7905bf4477
commit a897dd9dc3
Failed to generate hash of commit

View file

@ -6,7 +6,7 @@ class Config:
HELP_URL = "https://github.com/evilsocket/opensnitch/wiki/"
HELP_RULES_URL = "https://github.com/evilsocket/opensnitch/wiki/Rules"
HELP_SYS_RULES_URL = "https://github.com/evilsocket/opensnitch/wiki/System-rules"
HELP_SYS_RULES_URL = "https://github.com/evilsocket/opensnitch/wiki/System-rules#upgrading-from-previous-versions"
HELP_CONFIG_URL = "https://github.com/evilsocket/opensnitch/wiki/Configurations"
HELP_SYSTRAY_WARN = "https://github.com/evilsocket/opensnitch/wiki/Known-problems#opensnitch-icon-does-not-show-up-on-gnome-shell"