doc/md: fix some broken links caused by trailing slash (#3990)

This commit is contained in:
Tran Minh Luan
2024-03-28 18:54:28 +07:00
committed by GitHub
parent c25a28565e
commit 9c202cde22
6 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ is to have an `ent` directory under the root directory of the project.
## Generate Assets
After adding a few [fields](schema-fields.mdx) and [edges](schema-edges), you want to generate
After adding a few [fields](schema-fields.mdx) and [edges](schema-edges.mdx), you want to generate
the assets for working with your entities. Run `ent generate` from the root directory of the project,
or use `go generate`: