From 59a7eca75964af310d77e76699d061b169f373a4 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 28 May 2012 12:41:35 +0200 Subject: [PATCH] run-welcome: drop references to deprecated wiki page, replace mail address with http://grml.org/bugs/ Thanks: Christoph Biedl for the bugreport --- usr_share/run-welcome | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr_share/run-welcome b/usr_share/run-welcome index e409835..6168284 100755 --- a/usr_share/run-welcome +++ b/usr_share/run-welcome @@ -67,8 +67,7 @@ else # ... or finally fall back to grml's default echo echo 'NOTICE: This is a release candidate version!' echo 'Please notice that this is not yet a stable release.' - echo 'See http://wiki.grml.org/doku.php?id=release_candidate for known issues.' - echo 'Please report any bugs you notice: bugs@grml.org' + echo 'Please report any bugs you notice: http://grml.org/bugs/' echo fi @@ -78,7 +77,7 @@ else # ... or finally fall back to grml's default echo 'NOTICE: This is a daily snapshot version!' echo 'Please notice that this is not yet a stable release.' echo 'See http://daily.grml.org/ for more details.' - echo 'Please report any bugs you notice: daily@grml.org' + echo 'Please report any bugs you notice: http://grml.org/bugs/' echo fi -- 2.1.4