Skip to content

Commit d56a84a

Browse files
fix references in diagrams
1 parent d858415 commit d56a84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/30-schema-design/060-diagrams.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"Several diagramming notations have been used for designing relational schemas, as already introduced in the section on [Relational Theory](../20-concepts/01-relational.md). Common notations include:\n",
1212
"\n",
13-
"* **Chen's Entity-Relationship (ER) Notation**: Uses rectangles for entities and diamonds for relationships. [http://doi.org/10.1201/9781439861776], [https://en.wikipedia.org/wiki/Entity%E2%80%93relationship_model], [@doi.org/10.1145/320434.320440]\n",
13+
"* **Chen's Entity-Relationship (ER) Notation**: Uses rectangles for entities and diamonds for relationships. [@10.1201/9781003314455], https://en.wikipedia.org/wiki/Entity%E2%80%93relationship_model, [@doi.org/10.1145/320434.320440]\n",
1414
"* **Crow's Foot Notation**, **IE (Information Engineering) Notation**, [**Barker's Notation**](http://www.entitymodelling.org/): Uses symbols at line endpoints to indicate cardinality (one, many, optional) and does not distinguish between entity sets and relationship sets.\n",
1515
"* **UML Class Diagrams**: Adapted from object-oriented modeling.\n",
1616
"\n",

0 commit comments

Comments
 (0)