From 3747abc0f9f310f2f6d3eedfc9481f637aa3d731 Mon Sep 17 00:00:00 2001 From: "Manuel Amador (Rudd-O)" Date: Mon, 28 Dec 2015 03:50:19 +0000 Subject: [PATCH] fix typo --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 88b4686..10e5fdc 100644 --- a/examples/README.md +++ b/examples/README.md @@ -8,5 +8,5 @@ as templates to get your own automation started. * [ansible/](ansible/) contains a basic example Ansible setup. * [qubesformation/](qubesformation/) details how to use the Qubes formation Ansible module, used to provision VMs and enforce state on those VMs. -* [sampleplaybooks](sampleplaybooks/) contains a few sample playbooks +* [sampleplaybooks/](sampleplaybooks/) contains a few sample playbooks you can base your work upon. More samples are always welcome.