From 8d198999ce87adebafce3b0f784dfdeeb49f7bb5 Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Fri, 14 Jul 2017 16:40:06 +0800 Subject: [PATCH] fix broken crossref in docs --- doc/maintaining/installing/install-from-docker-compose.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/maintaining/installing/install-from-docker-compose.rst b/doc/maintaining/installing/install-from-docker-compose.rst index 1f559f0a77c..13655eff42f 100644 --- a/doc/maintaining/installing/install-from-docker-compose.rst +++ b/doc/maintaining/installing/install-from-docker-compose.rst @@ -289,8 +289,8 @@ The flow of variable substitution is as follows: * ``ckan-entrypoint.sh`` injects environment variables (e.g. ``CKAN_SQLALCHEMY_URL``) into the running ``ckan`` container, overriding the CKAN config variables from ``ckan.ini``. -See :doc:`configuration` for a list of environment variables (e.g. ``CKAN_SQLALCHEMY_URL``) which -CKAN will accept to override ``ckan.ini``. +See :doc:`/maintaining/configuration` for a list of environment variables +(e.g. ``CKAN_SQLALCHEMY_URL``) which CKAN will accept to override ``ckan.ini``. After adding new or changing existing ``.env`` variables, locally built images and volumes may need to be dropped and rebuilt. Otherwise, docker will re-use cached images with old or without