From 12b5e627018c2e8cec477faee8bb7e36c3dd5bfb Mon Sep 17 00:00:00 2001 From: Guilherme Aiolfi Date: Tue, 6 May 2025 10:04:10 -0300 Subject: [PATCH 1/2] Fix broken link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 616abba..19c03c2 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ $schema = (new Compiler())->compile($r); $orm = $orm->with(schema: new \Cycle\ORM\Schema($schema)); ``` -You can find more information about Schema builder package [here](https://cycle-orm.dev/docs/advanced-schema-builder). +You can find more information about Schema builder package [here]([https://cycle-orm.dev/docs/advanced-schema-builder](https://cycle-orm.dev/docs/schema-dynamic-schema/current/en#using-schema-builder)). License: -------- From 36bf88d3548598e61dca61fa461362075453e953 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Tue, 6 May 2025 19:01:16 +0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19c03c2..f7f9e99 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ $schema = (new Compiler())->compile($r); $orm = $orm->with(schema: new \Cycle\ORM\Schema($schema)); ``` -You can find more information about Schema builder package [here]([https://cycle-orm.dev/docs/advanced-schema-builder](https://cycle-orm.dev/docs/schema-dynamic-schema/current/en#using-schema-builder)). +You can find more information about Schema builder package [here](https://cycle-orm.dev/docs/schema-dynamic-schema#using-schema-builder). License: --------