From 1ff506489f349d0b05d10ae2f4ab90b227201748 Mon Sep 17 00:00:00 2001 From: Adit Malhotra Date: Thu, 10 Apr 2025 08:30:05 +0530 Subject: [PATCH] Fixes deployment broken links --- docs/get-started/local-testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started/local-testing.md b/docs/get-started/local-testing.md index fab50180bf..3da2660a23 100644 --- a/docs/get-started/local-testing.md +++ b/docs/get-started/local-testing.md @@ -135,5 +135,5 @@ Now that you've verified the local operation of your agent, you're ready to move Here are some ways you can deploy your agent: -* Deploying to [Agent Engine](agent-engine.md), the easiest way to deploy your ADK agents to Vertex AI on Google Cloud. -* Deploying to [Cloud Run](cloud-run.md), and have full control over how you want to manage your auto-scaling container on Google Cloud. +* Deploying to [Agent Engine](../deploy/agent-engine.md), the easiest way to deploy your ADK agents to Vertex AI on Google Cloud. +* Deploying to [Cloud Run](../deploy/cloud-run.md), and have full control over how you want to manage your auto-scaling container on Google Cloud.