Skip to content

Commit

Permalink
correct todo overview URLs (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
rderbier committed May 23, 2023
1 parent 3410858 commit 9636458
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/learn/developer/todo-app-tutorial/todo-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ This is a simple tutorial that will take you through making a basic to-do list a

### Steps

- [Schema Design](/graphql/todo-app-tutorial/todo-schema-design)
- [Basic UI](/graphql/todo-app-tutorial/todo-ui)
- [Add Auth Rules](/graphql/todo-app-tutorial/todo-auth-rules)
- [Use Auth0's JWT](/graphql/todo-app-tutorial/todo-auth0-jwt)
- [Use Firebase's JWT](/graphql/todo-app-tutorial/todo-firebase-jwt)
- [Deploy on Dgraph Cloud](/graphql/todo-app-tutorial/deploy)
- [Schema Design]({{< relref "todo-schema-design">}})
- [Basic UI]({{< relref "todo-ui">}})
- [Add Auth Rules]({{< relref "todo-auth-rules">}})
- [Use Auth0's JWT]({{< relref "todo-auth0-jwt">}})
- [Use Firebase's JWT]({{< relref "todo-firebase-jwt">}})
- [Deploy on Dgraph Cloud]({{< relref "todo-deploy">}})

---

0 comments on commit 9636458

Please sign in to comment.