From b102b0dc683003fb08a6696e1410245fd3d20e3f Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 6 Feb 2015 14:43:46 -0700 Subject: [PATCH] Run update.sh --- php/README.md | 2 +- python/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/README.md b/php/README.md index 740c4828c..740302bb4 100644 --- a/php/README.md +++ b/php/README.md @@ -77,7 +77,7 @@ We recommend that you add a custom `php.ini` configuration. `COPY` it into same commands to build and run: FROM php:5.6-apache - COPY config/php.ini /usr/local/etc/php/ + COPY config/php.ini /usr/local/etc/php COPY src/ /var/www/html/ Where `src/` is the directory containing all your php code and `config/` diff --git a/python/README.md b/python/README.md index 531af73b8..eef9bc9f6 100644 --- a/python/README.md +++ b/python/README.md @@ -70,7 +70,7 @@ or (again, if you need to use Python 2): # License -View license information for [Python 2](https://docs.python.org/2/license.html#)and [Python 3](https://docs.python.org/3/license.html#) software contained in this image. +View license information for [Python 2](https://docs.python.org/2/license.html) and [Python 3](https://docs.python.org/3/license.html). # Supported Docker versions