Skip to content

Commit 80bbe5f

Browse files
Fix github link repo name in docs (#241)
1 parent efda34b commit 80bbe5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
html_logo = "_static/Redis_Favicon_32x32_Red.png"
8080
html_favicon = "_static/Redis_Favicon_32x32_Red.png"
8181
html_context = {
82-
"github_user": "Redis Applied AI",
83-
"github_repo": "RedisVL",
82+
"github_user": "Redis",
83+
"github_repo": "Redis-VL-python",
8484
"github_version": "main",
8585
"doc_path": "docs",
8686
}

0 commit comments

Comments
 (0)