From 37784b961c60fe877ad8216099b843aadb19a02d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 28 Mar 2011 15:04:58 +0200 Subject: [PATCH] update documentation links in motd --- update-motd.d/10-help-text | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/update-motd.d/10-help-text b/update-motd.d/10-help-text index 1d73c0f..4efd707 100755 --- a/update-motd.d/10-help-text +++ b/update-motd.d/10-help-text @@ -3,9 +3,9 @@ if uname -r | grep -qs "\-server"; then echo echo "Welcome to the Ubuntu Server!" - echo " * Documentation: http://www.ubuntu.com/server/doc" + echo " * Documentation: https://help.ubuntu.com/$(lsb_release -sr)/serverguide/C" else echo echo "Welcome to Ubuntu!" - echo " * Documentation: https://help.ubuntu.com/" + echo " * Documentation: https://help.ubuntu.com/$(lsb_release -sr)" fi -- 1.7.0.4