From a4aeb4817a6e48b64afb6d5706dd650bb84f06e6 Mon Sep 17 00:00:00 2001
From: Pierre Riteau <pierre@stackhpc.com>
Date: Fri, 31 May 2024 14:18:57 +0200
Subject: [PATCH] docs: fix link to global variable defaults

Change-Id: I2737c200ba33d9eabe2c9815766b2a3555827ef5
---
 doc/source/contributor/development.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/contributor/development.rst b/doc/source/contributor/development.rst
index e65f630e..d4bc5185 100644
--- a/doc/source/contributor/development.rst
+++ b/doc/source/contributor/development.rst
@@ -32,7 +32,7 @@ typically execute roles in `ansible/roles/
 <https://opendev.org/openstack/kayobe/src/branch/master/ansible/roles>`__.
 Global variable defaults are defined in group variable files in
 `ansible/inventory/group_vars/all/
-<https://opendev.org/openstack/kayobe/src/branch/master/ansible/group_vars/>`__
+<https://opendev.org/openstack/kayobe/src/branch/master/ansible/inventory/group_vars/all/>`__
 and these typically map to commented out variables in the configuration files
 in `etc/kayobe/*.yml
 <https://opendev.org/openstack/kayobe/src/branch/master/etc/kayobe/>`__.
-- 
GitLab