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

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