Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Typo #613

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 08-examples/00-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Summary: TypeDB examples showcasing schema definition, data migration and retrie

## A hands-on walkthrough

To get a better idea of how you can use TypeDB, we'll take a closer look at the [`phone_calls` example.](https://github.com/vaticle/typedb-examples/tree/master/phone_calls)
To get a better idea of how you can use TypeDB, we'll take a closer look at the [`phone_calls` example.](https://github.com/vaticle/typedb-examples/tree/master/telecom/phone_calls)
The database we'll be working on in this series contains a dataset of **people** who **call** each other. Those who have a **contract** with the **company** also have their **name**, **age**, and the **city** they reside in recorded within the database.

In the following three sections, we together:
Expand Down