From patchwork Fri Aug 28 22:34:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 512060 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 6FA9814031B for ; Sat, 29 Aug 2015 08:34:51 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=jzQebyp6; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7882333B7C; Fri, 28 Aug 2015 22:34:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RHz91NLO3boT; Fri, 28 Aug 2015 22:34:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 653AA33B73; Fri, 28 Aug 2015 22:34:49 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 53E651C04C3 for ; Fri, 28 Aug 2015 22:34:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4E570883DF for ; Fri, 28 Aug 2015 22:34:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o9nKGR80jwZS for ; Fri, 28 Aug 2015 22:34:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by fraxinus.osuosl.org (Postfix) with ESMTPS id D5716883AF for ; Fri, 28 Aug 2015 22:34:46 +0000 (UTC) Received: by wiyy7 with SMTP id y7so11983591wiy.1 for ; Fri, 28 Aug 2015 15:34:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=fGlUirpLyqIeVX/k+i6Cdax6/HpfWealkQEpLz2K6d0=; b=jzQebyp6nBwfinDSlGbopRGFyZKol04aPFA+RnSyEt3uAub7CYRuST+dRUQxX2YTxb 3Cf/b+WIxZaSQGt9Y/p+chZXzsjYUJsD+Dl1A6MOrsE4DVnG1Rm3mQdiJ81w8KA8eKLf eTUgln4A0b2HG3cSb2DEQrAsN/wsdqhAPUesL/gNNeAC0RyO0nmqKQJxFh0Hr44VOeKQ 3vl7TYxcXURL/LSWVd0cXzzofxkr6omYSba1AxMjwzfxiweTu40SuDXYlays2UWb5z91 fY3WGemDdvTGfKD9CNYlU78zqGlLO59OyD7otigffHJf4G67a3BmJnQznPOq2k8E3S3x JXwA== X-Received: by 10.194.85.130 with SMTP id h2mr14938307wjz.2.1440801285553; Fri, 28 Aug 2015 15:34:45 -0700 (PDT) Received: from gourin.bzh.lan (ns304657.ip-46-105-103.eu. [46.105.103.66]) by smtp.gmail.com with ESMTPSA id pn6sm9996863wjb.36.2015.08.28.15.34.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 28 Aug 2015 15:34:44 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sat, 29 Aug 2015 00:34:41 +0200 Message-Id: <1440801281-7585-1-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.9.1 Cc: "Yann E. MORIN" , Peter Korsgaard Subject: [Buildroot] [PATCH] docs/website: remove broken symlink for top-level manual X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Recently, we've tried to have the manual lie at the top-level of the site, to get a shorter URL. However, that is broken: we do not need only a link the the HTML, but also to the CSS and to any resource linked from the html (images...). The server configuration has now been updated to add a redirect, so we no longer need that symlink anyway. Remove it. Signed-off-by: "Yann E. MORIN" Cc: Peter Korsgaard --- docs/website/manual.html | 1 - 1 file changed, 1 deletion(-) delete mode 120000 docs/website/manual.html diff --git a/docs/website/manual.html b/docs/website/manual.html deleted file mode 120000 index 0c2c818..0000000 --- a/docs/website/manual.html +++ /dev/null @@ -1 +0,0 @@ -/var/www/downloads/buildroot/manual/manual.html \ No newline at end of file