* [Buildroot] [PATCH] website: make a symlink for the manual at the root of the website
@ 2015-08-25 22:00 Yann E. MORIN
2015-08-26 15:37 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2015-08-25 22:00 UTC (permalink / raw)
To: buildroot
This will give us a shorter URL, that we can mor eeasily refer to in the
documetation itself, in help texts, on IRC...
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>
---
docs/website/contribute.html | 2 +-
docs/website/docs.html | 2 +-
docs/website/manual.html | 1 +
package/Config.in | 23 +++++++++++------------
package/rpi-firmware/config.txt | 2 +-
5 files changed, 15 insertions(+), 15 deletions(-)
create mode 120000 docs/website/manual.html
diff --git a/docs/website/contribute.html b/docs/website/contribute.html
index 17ed26f..d048c47 100644
--- a/docs/website/contribute.html
+++ b/docs/website/contribute.html
@@ -26,7 +26,7 @@ There are many different ways to contribute:</p>
</ul>
<p>For more details on these topics, check out the
-<a href="http://buildroot.uclibc.org/downloads/manual/manual.html#_contributing_to_buildroot">
+<a href="http://buildroot.uclibc.org/manual.html#_contributing_to_buildroot">
Contributing to buildroot</a> chapter in the Buildroot manual. Thanks for your help!</p>
<p>If you need any support yourself, have a look at <a href="./support.html">
diff --git a/docs/website/docs.html b/docs/website/docs.html
index 3bd3172..6edc989 100644
--- a/docs/website/docs.html
+++ b/docs/website/docs.html
@@ -11,7 +11,7 @@ things. It is available as:</p>
<h4>Latest stable release</h4>
<ul>
- <li><a href="/downloads/manual/manual.html">Online HTML</a></li>
+ <li><a href="/manual.html">Online HTML</a></li>
<li><a href="/downloads/manual/manual.pdf">PDF document</a></li>
<li><a href="/downloads/manual/manual.text">ASCII text</a></li>
</ul>
diff --git a/docs/website/manual.html b/docs/website/manual.html
new file mode 120000
index 0000000..bd5552e
--- /dev/null
+++ b/docs/website/manual.html
@@ -0,0 +1 @@
+/downloads/manual/manual.html
\ No newline at end of file
diff --git a/package/Config.in b/package/Config.in
index 55b80b1..702d497 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1372,18 +1372,17 @@ endif
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
diff --git a/package/rpi-firmware/config.txt b/package/rpi-firmware/config.txt
index aa8d2ab..58cc966 100644
--- a/package/rpi-firmware/config.txt
+++ b/package/rpi-firmware/config.txt
@@ -1,7 +1,7 @@
# Please note that this is only a sample, we recommend you to change it to fit
# your needs.
# You should override this file using a post-build script.
-# See http://buildroot.org/downloads/manual/manual.html#rootfs-custom
+# See http://buildroot.org/manual.html#rootfs-custom
# and http://elinux.org/RPiconfig for a description of config.txt syntax
kernel=zImage
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] website: make a symlink for the manual at the root of the website
2015-08-25 22:00 [Buildroot] [PATCH] website: make a symlink for the manual at the root of the website Yann E. MORIN
@ 2015-08-26 15:37 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2015-08-26 15:37 UTC (permalink / raw)
To: buildroot
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
> This will give us a shorter URL, that we can mor eeasily refer to in the
> documetation itself, in help texts, on IRC...
> 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>
> ---
> docs/website/contribute.html | 2 +-
> docs/website/docs.html | 2 +-
> docs/website/manual.html | 1 +
> package/Config.in | 23 +++++++++++------------
> package/rpi-firmware/config.txt | 2 +-
> 5 files changed, 15 insertions(+), 15 deletions(-)
> create mode 120000 docs/website/manual.html
> diff --git a/docs/website/contribute.html b/docs/website/contribute.html
> index 17ed26f..d048c47 100644
> --- a/docs/website/contribute.html
> +++ b/docs/website/contribute.html
> @@ -26,7 +26,7 @@ There are many different ways to contribute:</p>
> </ul>
> <p>For more details on these topics, check out the
> -<a href="http://buildroot.uclibc.org/downloads/manual/manual.html#_contributing_to_buildroot">
> +<a href="http://buildroot.uclibc.org/manual.html#_contributing_to_buildroot">
We use buildroot.org instead of the legacy .uclibc.org elsewhere, so
I've fixed that and committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-26 15:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25 22:00 [Buildroot] [PATCH] website: make a symlink for the manual at the root of the website Yann E. MORIN
2015-08-26 15:37 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox