summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.9.8
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/3.9.8')
-rw-r--r--rt/etc/upgrade/3.9.8/content2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/etc/upgrade/3.9.8/content b/rt/etc/upgrade/3.9.8/content
index d759db9cd..db717cd95 100644
--- a/rt/etc/upgrade/3.9.8/content
+++ b/rt/etc/upgrade/3.9.8/content
@@ -19,6 +19,6 @@
my $result = $dbh->selectall_arrayref("SELECT count(*) AS articlecount FROM FM_Articles", { Slice => {} } );
if ($result->[0]{articlecount} > 0) {
- $RT::Logger->error("You appear to have RTFM Articles. You can upgrade using the etc/upgrade/upgrade-articles script. Read more about it in UPGRADING");
+ $RT::Logger->error("You appear to have RTFM Articles. You can upgrade using the etc/upgrade/upgrade-articles script. Read more about it in docs/UPGRADING-4.0");
}
};