From 232971a9990450d6a126295e7b40bbd8221e3b15 Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Sun, 17 Sep 2023 11:35:23 +0200 Subject: [PATCH] Changed docs urls to absolute for Docker Hub --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 08e133946..f9888fd1c 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ _Note; Because `-v` requires an absolute path I've added `pwd` in the example to ## Documentation and examples To modify this container to your specific needs please see the following examples; -* [Adding xdebug support](docs/xdebug-support.md) -* [Adding composer](docs/composer-support.md) -* [Getting the real IP of the client behind a load balancer](docs/real-ip-behind-loadbalancer.md) -* [Sending e-mails](docs/sending-emails.md) \ No newline at end of file +* [Adding xdebug support](https://github.com/TrafeX/docker-php-nginx/blob/master/docs/xdebug-support.md) +* [Adding composer](https://github.com/TrafeX/docker-php-nginx/blob/master/docs/composer-support.md) +* [Getting the real IP of the client behind a load balancer](https://github.com/TrafeX/docker-php-nginx/blob/master/docs/real-ip-behind-loadbalancer.md) +* [Sending e-mails](https://github.com/TrafeX/docker-php-nginx/blob/master/docs/sending-emails.md) \ No newline at end of file