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

@@ -47,7 +47,7 @@ func (User) Fields() []ent.Field {
## Custom Table Schema
Using the [Atlas](https://atlasgo.io) migration engine, an Ent schema can be defined and managed across multiple
database schemas. Check out the [multi-schema doc](multischema-migrations) for more information.
database schemas. Check out the [multi-schema doc](multischema-migrations.mdx) for more information.
## Foreign Keys Configuration