uci_fstab: fix link syntax to asciidoc
authorKarl Palsson <karlp@etactica.com>
Thu, 19 May 2016 11:14:54 +0000 (11:14 +0000)
committerJo-Philipp Wich <jo@wwsnet.net>
Thu, 19 May 2016 15:18:12 +0000 (17:18 +0200)
At least make the links _work_ until any new content has been written.

Signed-off-by: Karl Palsson <karlp@etactica.com>
docs/uci_fstab.txt

index f6fb62190c50cf22c19453379be482a606a490ef..f31aefb61eb49a8d781e6fa483e850781bcc421a 100644 (file)
@@ -18,7 +18,7 @@ opkg install block-mount
 
 === Creating Initial fstab Automatically
 
-You can use the 'block' utility. Call 'block detect' to get a sample [[doc/UCI]] configuration file. You can change this to your liking.
+You can use the 'block' utility. Call 'block detect' to get a sample link:uci.html[UCI] configuration file. You can change this to your liking.
 
 You can quickly install this standard configuration using:
 
@@ -32,7 +32,7 @@ Next, edit your fstab, as per the configuration below:
 vi /etc/config/fstab
 ----
 
-If the mount target is '/' then it will be used as external root upon boot. See [[doc/howto/extroot|Extroot]] for more information. Running 'block info' is also valid to get the uuid of different file systems. Also see this guide: [[doc:techref:block_mount]] for technical details of the mounting process and scripts involved.
+If the mount target is '/' then it will be used as external root upon boot. See https://wiki.openwrt.org/doc/howto/extroot[HOWTO extroot] for more information. Running 'block info' is also valid to get the uuid of different file systems. Also see this guide: https://wiki.openwrt.org/doc/techref/block_mount[OpenWrt techref] for technical details of the mounting process and scripts involved.
 
 === Enable fstab at Boot