Skip to content

Commit 2b2bed4

Browse files
committed
[docs] fixes broken image link
1 parent 34cb7a6 commit 2b2bed4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/data_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ allowing interoperability, and being customizable. The model defines
1313
four entities (Property, Section, Value, RootSection) who's relations
1414
and elements are shown in the figure below.
1515

16-
![odml_logo](./images/erModel..png "odml data model")
16+
![odml_logo](./images/erModel.png "odml data model")
1717

1818
Property and Section entities are the core of the odml. A Section
1919
contains Properties and can further have subsection thus building a

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# odml
22

33
<img src="./images/odMLLogo.png" alt="odml" style="width: 150px;"/>
4-
<!-- ![odml_logo](./images/odMLLogo.png "odml") -->
54

65
odML (open metadata Markup Language) is an [data model](./data_model.md) for storing
76
arbitrary metadata. Teh underlying datamodel offers a way to store

0 commit comments

Comments
 (0)