diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-03-06 21:24:40 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-03-06 21:24:40 +0000 |
commit | 67e87a66986e88a4e26ea8e21ea680672d585de5 (patch) | |
tree | 04bc772400ae8d3a45584be7b97f41fdc7b5a2da /textw | |
parent | ea98ac5fd4999a9c2cf3dc09833aea1673d9c086 (diff) | |
download | anaconda-67e87a66986e88a4e26ea8e21ea680672d585de5.tar.gz anaconda-67e87a66986e88a4e26ea8e21ea680672d585de5.tar.xz anaconda-67e87a66986e88a4e26ea8e21ea680672d585de5.zip |
change docs location (#60790)
Diffstat (limited to 'textw')
-rw-r--r-- | textw/complete_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/complete_text.py b/textw/complete_text.py index a23a967f3..9da035d16 100644 --- a/textw/complete_text.py +++ b/textw/complete_text.py @@ -48,7 +48,7 @@ class FinishedWindow: "http://www.redhat.com/errata.\n\n" "Information on using your " "system is available in the Red Hat Linux manuals at " - "http://www.redhat.com/support/manuals.") % + "http://www.redhat.com/docs.") % (floppystr, bootstr), [ _("OK") ], help = "finished", width=60) |