Skip to content

Commit

Permalink
Update documentation links in config.ng.functions.sh and config-helpe…
Browse files Browse the repository at this point in the history
…rs.json
  • Loading branch information
Tearran committed Apr 2, 2024
1 parent 415c35f commit e005537
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To use the utility as a user, run the following command:
***

Following was Generated on:
Tue Apr 2 12:52:15 AM MST 2024.
Tue Apr 2 09:03:04 AM MST 2024.

***

Expand Down
2 changes: 1 addition & 1 deletion config.ng.functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ module_options+=(
["show_message,feature"]="show_message"
["show_message,desc"]="Display a message box"
["show_message,example"]="show_message <<< 'hello world' "
["show_message,doc_link"]="https://github.com/armbian/configng/wiki/armbian%E2%80%90interface"
["show_message,doc_link"]="https://github.com/armbian/configng/wiki/interface"
["show_message,status"]="active"
)
#
Expand Down
2 changes: 1 addition & 1 deletion docs/config-helpers.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"description": "Display a message box",
"example": "show_message <<< 'hello world' ",
"status": "active",
"doc_link": "https://github.com/armbian/configng/wiki/armbian%E2%80%90interface"
"doc_link": "https://github.com/armbian/configng/wiki/interface"
},
{
"Author": "Igor Pecovnik",
Expand Down
2 changes: 1 addition & 1 deletion docs/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A list of the heper function ie bash prosedures used in Jobs file.
| generate_readme | Generate DOcument files. | Joey Turner | [Source](https://github.com/armbian/configng/blob/main/lib/armbian-configng/documents.sh#L18) | X | Candidate |
| execute_command | Needed by generate_menu | Joey Turner | [Source](https://github.com/Tearran/configng/blob/main/config.ng.functions.sh#L464) | X | Candidate |
| get_user_continue | Display a Yes/No dialog box and prosees continue/exit | Joey Turner | [Source](https://github.com/Tearran/configng/blob/main/config.ng.functions.sh#L588) | X | candidate |
| show_message | Display a message box | Joey Turner | [Source](https://github.com/Tearran/configng/blob/main/config.ng.functions.sh#486) | [Document](https://github.com/armbian/configng/wiki/armbian%E2%80%90interface) | Review |
| show_message | Display a message box | Joey Turner | [Source](https://github.com/Tearran/configng/blob/main/config.ng.functions.sh#486) | [Document](https://github.com/armbian/configng/wiki/interface) | Review |
| connect_bt_interface | Migrated procedures from Armbian config. | Igor Pecovnik | [Source](https://github.com/Tearran/configng/blob/main/config.ng.functions.sh#L221) | X | active |
| set_safe_boot | Freeze/unhold Migrated procedures from Armbian config. | Igor Pecovnik | [Source](https://github.com/Tearran/configng/blob/main/config.ng.functions.sh#L188) | X | active |
| see_current_apt | Check when apt list was last updated | Joey Turner | [Source](https://github.com/Tearran/configng/blob/main/config.ng.functions.sh#667) | X | Candidate |
Expand Down

0 comments on commit e005537

Please sign in to comment.