Skip to content

Commit faf4d46

Browse files
authored
Merge pull request #22 from smatyas/patch-1
fix links in readme
2 parents b3ba4e0 + f846297 commit faf4d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ On you php-fpm pool configuration add: `pm.status_path = /status`
3030

3131
For instance on the official php image you can alter the file `/usr/local/etc/php-fpm.d/zz-docker.conf`
3232

33-
[See a simple example](https://github.com/renatomefi/php-fpm-healthcheck/blob/master/test/Dockerfile#L7)
33+
[See a simple example](https://github.com/renatomefi/php-fpm-healthcheck/blob/master/test/Dockerfile-alpine#L7)
3434

3535
[More about PHP fpm pool configuration](http://php.net/manual/en/install.fpm.configuration.php)
3636

@@ -45,7 +45,7 @@ The script is POSIX sh but also uses some tools from your operating system, bein
4545

4646
In case you're using alpine you only need to make sure you have installed `busybox` and `fcgi` packages.
4747

48-
[See a simple Dockerfile based on the official PHP image](https://github.com/renatomefi/php-fpm-healthcheck/blob/master/test/Dockerfile)
48+
[See a simple Dockerfile based on the official PHP image](https://github.com/renatomefi/php-fpm-healthcheck/blob/master/test/Dockerfile-alpine)
4949

5050
### Download
5151

0 commit comments

Comments
 (0)