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

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