README.md in gridium-1.1.9 vs README.md in gridium-1.1.10

- old
+ new

@@ -218,11 +218,11 @@ 2. Set `config.log_level = :debug` to have them picked up by gridium's logger. ## Testing with docker Gridium's unit tests are run in docker using selenium grid and some helper images: -* gprestes/the-internet -* yetanotherlucas/mustadio +* [gprestes/the-internet](https://hub.docker.com/r/gprestes/the-internet/) +* [yetanotherlucas/mustadio](https://hub.docker.com/r/yetanotherlucas/mustadio/) The bin folder contains helper scripts to setup and teardown the docker containers: * `bin/pull`: Use this to pull the latest docker images prior to starting. * `bin/start`: Use this to start up all the docker containers. * `dev mode`: -d switch to map your local gridium (via $GRIDIUMPATH) to the gridium container