Update hello.c
Changed URL in splash text to point to hub instead of cloud, in reference to issue #45
This commit is contained in:
parent
b4f1e1c419
commit
46fef0ce2e
2
hello.c
2
hello.c
|
|
@ -31,7 +31,7 @@ const char message[] =
|
|||
" $ docker run -it ubuntu bash\n"
|
||||
"\n"
|
||||
"Share images, automate workflows, and more with a free Docker ID:\n"
|
||||
" https://cloud.docker.com/\n"
|
||||
" https://hub.docker.com/\n"
|
||||
"\n"
|
||||
"For more examples and ideas, visit:\n"
|
||||
" https://docs.docker.com/engine/userguide/\n"
|
||||
|
|
|
|||
Loading…
Reference in New Issue