Skip to content

Commit 99514f3

Browse files
Copilotgkorland
andcommitted
Fix navBar test: remove trailing slash from falkorDBUrl to match href attribute
Co-authored-by: gkorland <753206+gkorland@users.noreply.github.com>
1 parent 59d590b commit 99514f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/config/urls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"baseUrl": "http://localhost:5000/",
33
"graphRAGuRL": "https://github.com/FalkorDB/GraphRAG-SDK",
4-
"falkorDBUrl": "https://www.falkordb.com/",
4+
"falkorDBUrl": "https://www.falkordb.com",
55
"falkorDbGithubUrl": "https://github.com/FalkorDB/code-graph"
66
}

0 commit comments

Comments
 (0)