From ff106e9135f3fbd5d1f1dc068679a34b7e724cbe Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Sun, 14 May 2023 17:03:56 +0200 Subject: [PATCH] docs: fix all occurrences of [/playbooks], fixes #1 --- README.md | 6 +++--- meta/ansigenome.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 493f163..d27ccae 100644 --- a/README.md +++ b/README.md @@ -94,9 +94,9 @@ version control so you can see what a change to a package group is resulting in for the different classes and if that is what you intended. - + -Check the [example playbooks][/playbooks] to get started. +Check the [example playbooks][/docs/playbooks] to get started. ### Role variables @@ -144,7 +144,7 @@ Jinja 2.8 is [available in Debian Jessie Backports](https://packages.debian.org/ Another way to deal with distro specific package names. [/docs/getting-started.rst]: https://github.com/ypid/ansible-packages/blob/master/docs/getting-started.rst -[/playbooks]: https://github.com/ypid/ansible-packages/tree/master/playbooks +[/docs/playbooks]: https://github.com/ypid/ansible-packages/tree/master/docs/playbooks [defaults/main.yml]: https://github.com/ypid/ansible-packages/blob/master/defaults/main.yml ### Installation diff --git a/meta/ansigenome.yml b/meta/ansigenome.yml index 171753f..5c1f75b 100644 --- a/meta/ansigenome.yml +++ b/meta/ansigenome.yml @@ -91,9 +91,9 @@ ansigenome_info: resulting in for the different classes and if that is what you intended. - + - Check the [example playbooks][/playbooks] to get started. + Check the [example playbooks][/docs/playbooks] to get started. ### Role variables