README: use correct weblate badge and add status
[project/luci.git] / documentation / CBI.md
index e937fe6048a84cb7a75442e0e1203f9302e0bebd..933380d22f5ea16b6f954c552f6090f5c40f75e0 100644 (file)
@@ -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
 
@@ -131,7 +131,7 @@ If you call this function several times the dependencies will be linked with **"
 Adds an entry to the selection list
 
 #### property .widget = "select"
-**"select"** shows a selction list, **"radio"** shows a list of radio buttons inside form
+**"select"** shows a selection list, **"radio"** shows a list of radio buttons inside form
 
 #### property .default = nil
 The default value
@@ -194,7 +194,7 @@ If you call this function several times the dependencies will be linked with **"
 Adds an entry to the list
 
 #### property .widget = "checkbox"
-**"select"** shows a selction list, **"checkbox"** shows a list of checkboxes inside form
+**"select"** shows a selection list, **"checkbox"** shows a list of checkboxes inside form
 
 #### property .delimiter = " "
 The string which will be used to delimit the values inside stored option