Skip to content

Commit fed481a

Browse files
Merge pull request #1070 from tishun/topic/tishun/lettuce-branch-change
Use the main integration branch for documentation
2 parents 9cb41aa + e65053a commit fed481a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/components/lettuce_async.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"examples": {
1111
"git_uri": "https://github.com/redis/lettuce",
12-
"dev_branch": "doctests",
12+
"dev_branch": "main",
1313
"path": "src/test/java/io/redis/examples/async",
1414
"pattern": "*.java"
1515
}

data/components/lettuce_reactive.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"examples": {
1111
"git_uri": "https://github.com/redis/lettuce",
12-
"dev_branch": "doctests",
12+
"dev_branch": "main",
1313
"path": "src/test/java/io/redis/examples/reactive",
1414
"pattern": "*.java"
1515
}

0 commit comments

Comments
 (0)