Skip to content

Commit 0fbe9dc

Browse files
committed
Fix lettuce path
1 parent dc3eb88 commit 0fbe9dc

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
@@ -8,7 +8,7 @@
88
"git_uri": "https://github.com/redis/lettuce"
99
},
1010
"examples": {
11-
"git_uri": "/home/imalinovskyi/playground/lettuce-src",
11+
"git_uri": "https://github.com/redis/lettuce",
1212
"dev_branch": "doctests",
1313
"path": "src/test/java/io/redis/examples/async",
1414
"pattern": "*.java"

data/components/lettuce_reactive.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"git_uri": "https://github.com/redis/lettuce"
99
},
1010
"examples": {
11-
"git_uri": "/home/imalinovskyi/playground/lettuce-src",
11+
"git_uri": "https://github.com/redis/lettuce",
1212
"dev_branch": "doctests",
1313
"path": "src/test/java/io/redis/examples/reactive",
1414
"pattern": "*.java"

0 commit comments

Comments
 (0)