Skip to content

Commit 8e155d4

Browse files
committed
Fixes erroneous link in Docker module
https://github.com/armbian/documentation/pull/832/files
1 parent a771feb commit 8e155d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/modules/software/module_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module_options+=(
55
["module_docker,example"]="install remove purge status help"
66
["module_docker,desc"]="Install docker from a repo using apt"
77
["module_docker,status"]="Active"
8-
["module_docker,doc_link"]="https://wiki.bazarr.media/"
8+
["module_docker,doc_link"]="https://docs.docker.com"
99
["module_docker,group"]="Containers"
1010
["module_docker,port"]=""
1111
["module_docker,arch"]="x86-64 arm64 armhf"

0 commit comments

Comments
 (0)