From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel MARTIN Date: Sun, 18 Mar 2012 09:54:01 +0100 Subject: [Buildroot] [PATCH 3/5] docs: fix busybox url In-Reply-To: <1332060843-2786-1-git-send-email-s.martin49@gmail.com> References: <1332060843-2786-1-git-send-email-s.martin49@gmail.com> Message-ID: <1332060843-2786-4-git-send-email-s.martin49@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Signed-off-by: Samuel MARTIN --- docs/buildroot.html | 2 +- docs/manual/using.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/buildroot.html b/docs/buildroot.html index a01e1fc..d178df1 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -154,7 +154,7 @@

Buildroot has a nice configuration tool similar to the one you can find in the Linux kernel (http://www.kernel.org/) or in Busybox - (http://www.busybox.org/). Note that + (http://www.busybox.net/). Note that you can (and should) build everything as a normal user. There is no need to be root to configure and use Buildroot. The first step is to run the configuration assistant:

diff --git a/docs/manual/using.txt b/docs/manual/using.txt index 8d7f0a7..a5dc9e1 100644 --- a/docs/manual/using.txt +++ b/docs/manual/using.txt @@ -6,7 +6,7 @@ Configuration and general usage Buildroot has a nice configuration tool similar to the one you can find in the http://www.kernel.org/[Linux kernel] or in -http://www.busybox.org/[Busybox]. Note that you can (and should) build +http://www.busybox.net/[Busybox]. Note that you can (and should) build everything as a normal user. There is no need to be root to configure and use Buildroot. The first step is to run the configuration assistant: -- 1.7.9.4