Skip to content

Commit 0d28680

Browse files
committed
Fix the link
1 parent 583d675 commit 0d28680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Once the [graphrag-api](https://github.com/noworneverev/graphrag-api) server is
2222
![search](public/search.png)
2323

2424
## Graph Data Model
25-
The logic for creating relationships for text units, documents, communities, and covariates is derived from the [GraphRAG import Neo4j Cypher notebook](https://github.com/microsoft/graphrag/blob/community/graphrag_import_neo4j_cypher/examples_notebooks/community_contrib/neo4j/graphrag_import_neo4j_cypher.ipynb).
25+
The logic for creating relationships for text units, documents, communities, and covariates is derived from the [GraphRAG import Neo4j Cypher notebook](https://github.com/microsoft/graphrag/blob/main/examples_notebooks/community_contrib/neo4j/graphrag_import_neo4j_cypher.ipynb).
2626

2727

2828
### Nodes

src/app/components/Introduction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const Introduction: React.FC = () => {
105105
The logic for creating relationships for text units, documents,
106106
communities, and covariates is derived from the{" "}
107107
<Link
108-
href="https://github.com/microsoft/graphrag/blob/community/graphrag_import_neo4j_cypher/examples_notebooks/community_contrib/neo4j/graphrag_import_neo4j_cypher.ipynb"
108+
href="https://github.com/microsoft/graphrag/blob/main/examples_notebooks/community_contrib/neo4j/graphrag_import_neo4j_cypher.ipynb"
109109
target="_blank"
110110
rel="noopener"
111111
>

0 commit comments

Comments
 (0)