Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 4d0211c

Browse files
committed
Fixed URI to screenshot images.
1 parent ed7239d commit 4d0211c

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
@@ -46,7 +46,7 @@ $ docker run -d \
4646

4747
Now point your browser to ```http://<docker-host>:8080``` where "```<docker-host>```" is the host name of your docker server and, if all went well, you should see the "Hello, world!" page.
4848

49-
![Hello World - PHP FastCGI Screen Shot - Chrome](https://raw.github.com/jdeathe/centos-ssh-apache-php/centos-6/images/hello-world-php-fcgi-chrome.png)
49+
![Hello World - PHP FastCGI Screen Shot - Chrome](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-6/images/hello-world-php-fcgi-chrome.png)
5050

5151
To be able to access the server using the "app-1.local" domain name you need to add a hosts file entry locally; such that the IP address of the Docker host resolves to the name "app-1.local". Alternatively, you can use the elinks browser installed in the container. Note that because you are using the browser from the container you access the site over port 80.
5252

@@ -55,7 +55,7 @@ $ docker exec -it apache-php.app-1.1.1 \
5555
elinks http://app-1.local
5656
```
5757

58-
![Hello World - PHP FastCGI Screen Shot - eLinks](https://raw.github.com/jdeathe/centos-ssh-apache-php/centos-6/images/hello-world-php-fcgi-elinks.png)
58+
![Hello World - PHP FastCGI Screen Shot - eLinks](https://raw.github.com/jdeathe/centos-ssh-apache-php-fcgi/centos-6/images/hello-world-php-fcgi-elinks.png)
5959

6060
To verify the container is initialised and running successfully by inspecting the container's logs.
6161

0 commit comments

Comments
 (0)