Merge pull request #12 from thaJeztah/update-url

Update link and shorter example
This commit is contained in:
Tianon Gravi 2016-04-26 12:40:53 -07:00
commit e0e7d36975
2 changed files with 1 additions and 1 deletions

BIN
hello

Binary file not shown.

View File

@ -75,7 +75,7 @@ _start:
db ' https://hub.docker.com', 0x0A
db 0x0A
db 'For more examples and ideas, visit:', 0x0A
db ' https://docs.docker.com/userguide/', 0x0A
db ' https://docs.docker.com/engine/userguide/', 0x0A
db 0x0A
length: equ $-message ; message length calculation