diff options
author | Philippe Coval <rzr@users.sf.net> | 2019-10-25 11:33:09 +0200 |
---|---|---|
committer | Philippe Coval <rzr@users.sf.net> | 2020-01-24 16:06:32 +0100 |
commit | 4ac076c8f289034e670d1507158324cc0334cddd (patch) | |
tree | 5656260bb146883726819c9b20ead5ec7ef0271b /ansible.html.markdown | |
parent | 16e416ab7f344c5aead6d3241ba38bcdb0d9b865 (diff) |
[ansible/en]: Fix URL link
Forwarded: https://github.com/adambard/learnxinyminutes-docs/pull/
Change-Id: Ic41e20f44f7e7aeab1811d8d48964c5d57c335eb
Signed-off-by: Philippe Coval <rzr@users.sf.net>
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r-- | ansible.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index 28da618c..30dfba13 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -307,7 +307,7 @@ This example installs ansible in `virtualenv` so it is independent from the syst You need to initialize it into your shell-context with the `source environment.sh` command. -We are going to use this repository with examples: [https://github.com/sirkubax/ansible-for-learnXinYminutes]() +We are going to use this repository with examples: [https://github.com/sirkubax/ansible-for-learnXinYminutes](https://github.com/sirkubax/ansible-for-learnXinYminutes) ```bash $ # The following example contains a shell-prompt to indicate the venv and relative path |