doc: update repository path to ent/ent

This commit is contained in:
Ariel Mashraki
2021-02-13 07:59:44 +02:00
committed by Ariel Mashraki
parent d1a3b1985a
commit d75fa8a01d
13 changed files with 28 additions and 28 deletions

View File

@@ -58,7 +58,7 @@ func rollback(tx *ent.Tx, err error) error {
}
```
The full example exists in [GitHub](https://github.com/facebook/ent/tree/master/examples/traversal).
The full example exists in [GitHub](https://github.com/ent/ent/tree/master/examples/traversal).
## Transactional Client
@@ -88,7 +88,7 @@ func Gen(ctx context.Context, client *ent.Client) error {
}
```
The full example exists in [GitHub](https://github.com/facebook/ent/tree/master/examples/traversal).
The full example exists in [GitHub](https://github.com/ent/ent/tree/master/examples/traversal).
## Best Practices