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:
Bumsik Kim
2022-12-08 15:47:20 +09:00
committed by GitHub
parent 0f20a3d007
commit d5aa8d20f8
2 changed files with 5 additions and 5 deletions

View File

@@ -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.