From 5b5215830739540dbb043f71539f1ea97eb9bd61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Maillard?= Date: Mon, 28 Aug 2017 21:06:42 +0800 Subject: [PATCH] Add link for ADD and remove unfinished sentence --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7aede9a8..9106eb83 100644 --- a/README.md +++ b/README.md @@ -390,10 +390,11 @@ For a complete list of Odoo parameters, see the [documentation][od-par]. It is also possible to use a custom Odoo configuration file. The most common ways are: -1. `ADD` the configuration file in `/opt/odoo/etc/odoo.conf` using a +1. [`ADD`][dk-add] the configuration file in `/opt/odoo/etc/odoo.conf` using a [`Dockerfile`][dkf] 2. Map the `/opt/odoo/etc/odoo.conf` using a volume + [dk-add]: https://docs.docker.com/engine/reference/builder/#add [dkf]: https://docs.docker.com/engine/reference/builder/ "Dockerfile reference | Docker Documentation" @@ -415,7 +416,7 @@ structure, the parameter might need to be adapted. This image is able to automatically fetch (e.g. `git clone`) a [Git][git] repository containing a set of modules. It is based on the [cross repository dependency management][cross-repo-dep] system introduced by -the [OCA][oca]. For more information about the +the [OCA][oca]. [git]: https://git-scm.com [cross-repo-dep]: https://github.com/OCA/maintainer-quality-tools/pull/159