mirror of
https://github.com/ent/ent.git
synced 2026-04-28 13:40:56 +03:00
doc: tutorial typo fix (#3153)
* doc/md: Fix import path in example * doc/md: Fix old contrib package doc path
This commit is contained in:
@@ -34,7 +34,7 @@ go run ./cmd/todo
|
||||
## Basic Setup
|
||||
|
||||
This tutorial begins where the previous one ended (with a working Todo-list schema). We start by installing the
|
||||
[contrib/entgql](https://entgo.io/contrib/entgql) Ent extension and use it for generating our first schema. Then,
|
||||
[contrib/entgql](https://pkg.go.dev/entgo.io/contrib/entgql) Ent extension and use it for generating our first schema. Then,
|
||||
install and configure the [99designs/gqlgen](https://github.com/99designs/gqlgen) framework for building our GraphQL
|
||||
server and explore the official integration Ent provides to it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user