From 448e38e5f615f65eb9199846bdb12f28674f2885 Mon Sep 17 00:00:00 2001 From: Matthias Ender Date: Mon, 7 Jun 2021 15:43:29 -0400 Subject: [PATCH] Update Dependencies.md (#100) fix links on dependency page --- docs/user/Dependencies.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user/Dependencies.md b/docs/user/Dependencies.md index 7d2f632b..59e11bc4 100644 --- a/docs/user/Dependencies.md +++ b/docs/user/Dependencies.md @@ -27,7 +27,7 @@ Required project dependencies are generally pinned to known working or stable ve # Docker -If deploying via the [Dockerfile](../Dockerfile) overriding a dependency version can be accomplished by supplying one or more docker build arguments: +If deploying via the [Dockerfile](../../Dockerfile) overriding a dependency version can be accomplished by supplying one or more docker build arguments: ARG | NOTE --- | --- @@ -41,7 +41,7 @@ pip_dnspython | the version of dnspython to install from pip ansible_galaxy_community_kubernetes_version | the version of community.kubernetes to install from ansible-galaxy ansible_galaxy_ansible_posix_version | the version of ansible.posix to install from ansible-galaxy -As described in the [Docker Installation](../README.md#docker-1) section add additional build arguments to your docker build command: +As described in the [Docker Installation](./DockerUsage.md) section add additional build arguments to your docker build command: ```bash docker build \ @@ -51,7 +51,7 @@ docker build \ # Ansible -If deploying via the [Ansible Commands](../README.md#ansible-1) you can modify the dependency requirements files for python and ansible respectively: +If deploying via the [Ansible Commands](./AnsibleUsage.md) you can modify the dependency requirements files for python and ansible respectively: FILE | FOR --- | ---