From 1b14be44bc0ec610a6677c9f356e48fadd89de1d Mon Sep 17 00:00:00 2001 From: Jason Parraga Date: Mon, 20 May 2024 22:24:05 +0000 Subject: [PATCH] Fix link to test on local cluster Signed-off-by: Jason Parraga --- docs/flyte_agents/developing_agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flyte_agents/developing_agents.md b/docs/flyte_agents/developing_agents.md index fe55630248..24b29f73ae 100644 --- a/docs/flyte_agents/developing_agents.md +++ b/docs/flyte_agents/developing_agents.md @@ -133,7 +133,7 @@ class FileSensor(BaseSensor): ### 2. Test the agent -You can test your agent in a {ref}`local Python environment ` or in a {ref}. +You can test your agent in a {ref}`local Python environment ` or in a {ref}`local development cluster `. ### 3. Build a new Docker image