Skip to content

Commit

Permalink
fix:change global graph url to static-assets (datahub-project#8742)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin authored Sep 4, 2023
1 parent 801208e commit 065a290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/scripts/modeldocgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def make_entity_docs(entity_display_name: str, graph: RelationshipGraph) -> str:
)

# create global metadata graph
global_graph_url = "https://github.com/datahub-project/datahub/raw/master/docs/imgs/datahub-metadata-model.png"
global_graph_url = "https://github.com/datahub-project/static-assets/raw/main/imgs/datahub-metadata-model.png"
global_graph_section = (
f"\n## [Global Metadata Model]({global_graph_url})"
+ f"\n![Global Graph]({global_graph_url})"
Expand Down

0 comments on commit 065a290

Please sign in to comment.