Blame SOURCES/0024-use-a-KB-article-URL-instead-of-upstream-wiki-URL.patch

4b6aa8
From 4b6b94acc941df441bdd80f570a86fc44df0142b Mon Sep 17 00:00:00 2001
4b6aa8
From: Jakub Filak <jfilak@redhat.com>
4b6aa8
Date: Mon, 10 Feb 2014 16:08:24 +0100
4b6aa8
Subject: [LIBREPORT PATCH 24/24] use a KB article URL instead of upstream wiki
4b6aa8
 URL
4b6aa8
4b6aa8
Closes rhbz#1029438
4b6aa8
4b6aa8
Signed-off-by: Jakub Filak <jfilak@redhat.com>
4b6aa8
---
4b6aa8
 src/gui-wizard-gtk/wizard.c | 4 ++--
4b6aa8
 1 file changed, 2 insertions(+), 2 deletions(-)
4b6aa8
4b6aa8
diff --git a/src/gui-wizard-gtk/wizard.c b/src/gui-wizard-gtk/wizard.c
4b6aa8
index e962c11..943b2d6 100644
4b6aa8
--- a/src/gui-wizard-gtk/wizard.c
4b6aa8
+++ b/src/gui-wizard-gtk/wizard.c
4b6aa8
@@ -299,10 +299,10 @@ static void show_event_opt_error_dialog(const char *event_name)
4b6aa8
 {
4b6aa8
     event_config_t *ec = get_event_config(event_name);
4b6aa8
     char *message = xasprintf(_("%s is not properly configured. You can configure it now or provide the required information later.\n\n"
4b6aa8
-                              "Read more about the configuration at: https://fedorahosted.org/abrt/wiki/AbrtConfiguration"),
4b6aa8
+                              "Read more about the configuration at: https://access.redhat.com/site/articles/718083"),
4b6aa8
                                ec_get_screen_name(ec));
4b6aa8
     char *markup_message = xasprintf(_("%s is not properly configured. You can configure it now or provide the required information later.\n\n"
4b6aa8
-                              "Read more about the configuration"),
4b6aa8
+                              "Read more about the configuration"),
4b6aa8
                                ec_get_screen_name(ec));
4b6aa8
     GtkWidget *wrong_settings = g_top_most_window = gtk_message_dialog_new(GTK_WINDOW(g_wnd_assistant),
4b6aa8
         GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
4b6aa8
-- 
4b6aa8
1.8.3.1
4b6aa8