diff options
author | leonghui <leonghui@users.noreply.github.com> | 2019-01-05 11:00:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-05 11:00:55 +0000 |
commit | 70aaf72f4686eaf7839bd8bb8f4017d98a5d7b77 (patch) | |
tree | 88c541999207c9406958582f4546c4531eff00d2 /documentation | |
parent | 66c2bbc2790813a7889c0dd329131e5012fc83dd (diff) |
docs: Update UCI wiki link
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/CBI.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/CBI.md b/documentation/CBI.md index d4bc4c34e..933380d22 100644 --- a/documentation/CBI.md +++ b/documentation/CBI.md @@ -12,7 +12,7 @@ This Reference covers **the basics** of the CBI system. ## class Map (_config, title, description_) This is the root object of the model. -* **config:** configuration filename to be mapped, see [UCI documentation](http://wiki.openwrt.org/doc/uci) and the files in /etc/config +* **config:** configuration filename to be mapped, see [UCI documentation](https://openwrt.org/docs/guide-user/base-system/uci) and the files in /etc/config * **title:** title shown in the UI * **description:** description shown in the UI |