diff --git a/resources/graphrag.html b/resources/graphrag.html
index 169a1e55..0328ab4a 100644
--- a/resources/graphrag.html
+++ b/resources/graphrag.html
@@ -54,7 +54,7 @@
}
})
.onNodeClick((node) => {
- const url = `${apiUrl}/v1/references/${modelId}/relationships/${node.properties.human_readable_id}`
+ const url = `${apiUrl}/v1/references/${modelId}/entities/${node.properties.human_readable_id}`
window.api.minApp({
url,
windowOptions: {