website: make a symlink for the manual at the root of the website
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 25 Aug 2015 22:00:02 +0000 (00:00 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 26 Aug 2015 15:36:59 +0000 (17:36 +0200)
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>
docs/website/contribute.html
docs/website/docs.html
docs/website/manual.html [new symlink]
package/Config.in
package/rpi-firmware/config.txt

index 17ed26fffdf4c0724788a3ab3de79888aaa3a11d..c68a8a7653fe6c915ce60680ad6049606012fa13 100644 (file)
@@ -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.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">
index 3bd31723ab6b32d5975335f539107d15b3d4ae61..6edc989cf6c7beddae4267548aa03545665a0db9 100644 (file)
@@ -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 (symlink)
index 0000000..bd5552e
--- /dev/null
@@ -0,0 +1 @@
+/downloads/manual/manual.html
\ No newline at end of file
index eb28ccbb143c43e6f594ece4fb462a7d427e0923..783fbb48af39a16b1acb031c3f26daab63c3357e 100644 (file)
@@ -1373,18 +1373,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
index aa8d2ab5dd0f6d160d7fbf15669ada93cb066288..58cc966a8745709ac37a9b11d485f83036c37ff2 100644 (file)
@@ -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