From: Yann E. MORIN Date: Wed, 26 Aug 2015 20:17:01 +0000 (+0200) Subject: docs/website: fix manual symlink X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=551971984c74c989bc5749380bf276980a9efa5c;p=buildroot.git docs/website: fix manual symlink It should point to the filesystem path on the server, not the HTTP virtual path. Signed-off-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/docs/website/manual.html b/docs/website/manual.html index bd5552e524..0c2c818b92 120000 --- a/docs/website/manual.html +++ b/docs/website/manual.html @@ -1 +1 @@ -/downloads/manual/manual.html \ No newline at end of file +/var/www/downloads/buildroot/manual/manual.html \ No newline at end of file