diff --git a/docs/deploy-from-ansible.md b/docs/deploy-from-ansible.md index 946c045b..f36d369c 100644 --- a/docs/deploy-from-ansible.md +++ b/docs/deploy-from-ansible.md @@ -179,7 +179,7 @@ Required variables: Required variables: -- [vultr_config](https://github.com/trailofbits/algo/docs/cloud-vultr.md) +- [vultr_config](https://github.com/trailofbits/algo/blob/master/docs/cloud-vultr.md) - [region](https://api.vultr.com/v1/regions/list) ### Azure diff --git a/roles/cloud-vultr/tasks/prompts.yml b/roles/cloud-vultr/tasks/prompts.yml index 84e0cfd9..abb21c1b 100644 --- a/roles/cloud-vultr/tasks/prompts.yml +++ b/roles/cloud-vultr/tasks/prompts.yml @@ -2,7 +2,7 @@ - pause: prompt: | Enter the local path to your configuration INI file - (https://github.com/trailofbits/algo/docs/cloud-vultr.md): + (https://github.com/trailofbits/algo/blob/master/docs/cloud-vultr.md): register: _vultr_config when: vultr_config is undefined