From 7485961054314b707fd9602027f63f657bf6492f Mon Sep 17 00:00:00 2001 From: "Sidharth Soni (Sid Sun)" Date: Mon, 25 Apr 2022 11:55:38 +0000 Subject: [PATCH] Update URL for Docs The Previous URL is outdated and results in a 404 - Update the docs to point to the correct page Signed-off-by: Sidharth Soni --- proposals/ansible-operator-status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/ansible-operator-status.md b/proposals/ansible-operator-status.md index ed24e5abf25..0e3ec0637ac 100644 --- a/proposals/ansible-operator-status.md +++ b/proposals/ansible-operator-status.md @@ -2,7 +2,7 @@ > Status: **implemented** > -> The operator can surface basic information from the Ansible code in a generic fashion - it can set the conditions and it can surface a failure message if the run failed. See documentation in the Developer Guide: [Custom Resource Status Management](https://sdk.operatorframework.io/docs/ansible/development-tips/#custom-resource-status-management) +> The operator can surface basic information from the Ansible code in a generic fashion - it can set the conditions and it can surface a failure message if the run failed. See documentation in the Developer Guide: [Custom Resource Status Management](https://sdk.operatorframework.io/docs/building-operators/ansible/development-tips/#custom-resource-status-management) - [Problem](#problem) - [Proposal](#proposal)