From f2b4736475a1530480115faeb1c480cbd8d73118 Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Thu, 13 Jun 2024 11:13:47 +0100 Subject: [PATCH] DOC-3801 update redis_py.json to point to master branch --- data/components/redis_py.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/components/redis_py.json b/data/components/redis_py.json index 0a0db2212..801a09c66 100644 --- a/data/components/redis_py.json +++ b/data/components/redis_py.json @@ -8,7 +8,7 @@ }, "examples": { "git_uri": "https://github.com/redis/redis-py", - "dev_branch": "emb-examples", + "dev_branch": "master", "path": "doctests", "pattern": "*.py" }