fix links to `hub.docker.com`

This commit is contained in:
Sameer Naik 2015-08-08 12:09:11 +05:30
parent 1c2b325df2
commit 609eaa6d28
1 changed files with 2 additions and 2 deletions

View File

@ -25,14 +25,14 @@ phpfpm:
# Get this image
The recommended way to get the Bitnami PHP-FPM Docker Image is to pull the prebuilt image from the
[Docker Hub Registry](https://hub.docker.com/u/bitnami/php-fpm).
[Docker Hub Registry](https://hub.docker.com/r/bitnami/php-fpm).
```bash
docker pull bitnami/php-fpm:latest
```
To use a specific version, you can pull a versioned tag. You can view the
[list of available versions](https://registry.hub.docker.com/u/bitnami/php-fpm/tags/manage/)
[list of available versions](https://hub.docker.com/r/bitnami/php-fpm/tags/)
in the Docker Hub Registry.
```bash