website: make a symlink for the manual at the root of the website

This will give us a shorter URL, that we can more easily refer to in the
documetation itself, in help texts, on IRC...

[Peter: Use buildroot.org everywhere]
Suggested-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
diff --git a/package/Config.in b/package/Config.in
index eb28ccb..783fbb4 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1373,18 +1373,17 @@
 endmenu
 
 menu "Package managers"
-comment "-----------------------------------------------------"
-comment "Please note:                                         "
-comment "- Buildroot does *not* generate binary packages,     "
-comment "- Buildroot does *not* install any package database. "
-comment "*                                                    "
-comment "It is up to you to provide those by yourself if you  "
-comment "want to use any of those package managers.           "
-comment "*                                                    "
-comment "See the manual:                                      "
-comment "http://buildroot.org/downloads/manual/manual.html#faq"
-comment "-no-binary-packages                                  "
-comment "-----------------------------------------------------"
+comment "-------------------------------------------------------"
+comment "Please note:                                           "
+comment "- Buildroot does *not* generate binary packages,       "
+comment "- Buildroot does *not* install any package database.   "
+comment "*                                                      "
+comment "It is up to you to provide those by yourself if you    "
+comment "want to use any of those package managers.             "
+comment "*                                                      "
+comment "See the manual:                                        "
+comment "http://buildroot.org/manual.html#faq-no-binary-packages"
+comment "-------------------------------------------------------"
 	source "package/ipkg/Config.in"
 	source "package/opkg/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS