Skip to content

Commit 3e0e294

Browse files
Merge branch 'fix-graph-docs' of https://github.com/arvindshmicrosoft/sql-docs-pr into fix-graph-docs
2 parents 6bd3099 + 97520ba commit 3e0e294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/graphs/sql-graph-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ CREATE TABLE friends (StartDate date) AS EDGE;
4949

5050
The following diagram shows how Nodes and Edges are stored as tables.
5151

52-
:::image type="content" source="../../relational-databases/graphs/media/person-friends-tables.png" alt-text="Diagram showing the Nodes and Edges are stored as tables.":::
52+
:::image type="content" source="../../relational-databases/graphs/media/sql-graph-architecture/person-friends-tables.png" alt-text="Diagram showing the Nodes and Edges are stored as tables.":::
5353

5454
### Query language extensions
5555

0 commit comments

Comments
 (0)