From 5052925d5a4a52dac53eafef34bc3cd2c8294c98 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 14 Nov 2025 17:08:54 +0600 Subject: [PATCH] Wiki link fix --- source/ubl-strings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubl-strings.h b/source/ubl-strings.h index f600945..bfe3958 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -1,7 +1,7 @@ #define TITLE_LABEL _("Services and processes systemd") #define TITLE_INFO_LABEL _("System services and processes configuration") #define SERVICE_INFO_TITLE_LABEL _("Services and processes - service information") -#define WIKI_LINK _("https://wiki.ublinux.ru/ru/Программное_обеспечение/Программы_и_утилиты/Все/ubl-settings-services") +#define WIKI_LINK _("https://wiki.ublinux.ru/software/programs_and_utilities/all/ubl-settings-services") #define CONFIG_CONFIGURATION_LABEL _("Configure in configuration") #define AUTOSTART_LABEL _("Autostart")