summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-02-05 16:53:13 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-02-05 16:53:13 +0100
commit920242d79d6ceb3ddf9a2868c3c88e8dccefb1e6 (patch)
tree95f4a7caa5b95a824b2f18e8ca99a1173578d930
parent80ed07d82a8df0f36742193a2bd58d092adabc62 (diff)
downloadabrt-920242d79d6ceb3ddf9a2868c3c88e8dccefb1e6.tar.gz
abrt-920242d79d6ceb3ddf9a2868c3c88e8dccefb1e6.tar.xz
abrt-920242d79d6ceb3ddf9a2868c3c88e8dccefb1e6.zip
point online help to fedora docs instead of redhat docs
-rw-r--r--src/Gui/CCMainWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py
index f5c03c43..126a69e8 100644
--- a/src/Gui/CCMainWindow.py
+++ b/src/Gui/CCMainWindow.py
@@ -133,7 +133,7 @@ class MainWindow():
def on_miOnlineHelp_clicked(self, widget):
# opens default browser and shows ABRT chapter from deployment guide
- gtk.show_uri(None, "http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/ch-abrt.html", gtk.gdk.CURRENT_TIME)
+ gtk.show_uri(None, "http://docs.fedoraproject.org/en-US/Fedora/14/html/Deployment_Guide/ch-abrt.html", gtk.gdk.CURRENT_TIME)
def on_miPreferences_clicked(self, widget):
dialog = PluginsSettingsDialog(self.window,self.ccdaemon)