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

@@ -12,7 +12,7 @@ Ent provides, such as:
1. Generating a GraphQL schema for nodes and edges defined in an Ent schema.
2. Auto-generated `Query` and `Mutation` resolvers and provide seamless integration with the [Relay framework](https://relay.dev/).
3. Filtering, pagination (including nested) and compliant support with the [Relay Cursor Connections Spec](https://relay.dev/graphql/connections.htm).
4. Efficient [field collection](tutorial-todo-gql-field-collection) to overcome the N+1 problem without requiring data
4. Efficient [field collection](tutorial-todo-gql-field-collection.md) to overcome the N+1 problem without requiring data
loaders.
5. [Transactional mutations](tutorial-todo-gql-tx-mutation.md) to ensure consistency in case of failures.