From 66009c617d58ea467bd5891eb9eb54c9d5d7db0a Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 7 Oct 2025 04:53:34 +0900 Subject: [PATCH] docs: update dev.md to fix "Get the Code" section (#1217) Co-authored-by: Eric Zhu --- python/packages/devui/dev.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/packages/devui/dev.md b/python/packages/devui/dev.md index 46b5652cf3..3d74f19970 100644 --- a/python/packages/devui/dev.md +++ b/python/packages/devui/dev.md @@ -5,8 +5,8 @@ Here are the step-by-step instructions to test the new DevUI feature: ## 1. Get the Code ```bash -git pull -git checkout victordibia/devui +git clone https://github.com/microsoft/agent-framework.git +cd agent-framework ``` (or use the latest main branch if merged)