From 637bfb70d99a4df879b5da5bfae30d34ddfcd933 Mon Sep 17 00:00:00 2001 From: Ben Date: Sat, 15 Feb 2025 15:19:35 +0100 Subject: [PATCH] Update 02-tutorial.md # Fixed Broken Example Links --- SeaORM-X/docs/01-introduction/02-tutorial.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/SeaORM-X/docs/01-introduction/02-tutorial.md b/SeaORM-X/docs/01-introduction/02-tutorial.md index d2dae7bb994..6df97ad013c 100644 --- a/SeaORM-X/docs/01-introduction/02-tutorial.md +++ b/SeaORM-X/docs/01-introduction/02-tutorial.md @@ -6,12 +6,12 @@ You can also check out [SeaORM Cookbook](https://www.sea-ql.org/sea-orm-cookbook If you are so eager and want something grab-and-go, SeaQL maintains a set of official examples: -+ [Actix Example](https://github.com/SeaQL/sea-orm-x/tree/main/sea-orm-x/examples/actix_example) -+ [Axum Example](https://github.com/SeaQL/sea-orm-x/tree/main/sea-orm-x/examples/axum_example) -+ [GraphQL Example](https://github.com/SeaQL/sea-orm-x/tree/main/sea-orm-x/examples/graphql_example) -+ [jsonrpsee Example](https://github.com/SeaQL/sea-orm-x/tree/main/sea-orm-x/examples/jsonrpsee_example) -+ [Loco Example](https://github.com/SeaQL/sea-orm-x/tree/main/sea-orm-x/examples/loco_example) -+ [Loco REST Starter Example](https://github.com/SeaQL/sea-orm-x/tree/main/sea-orm-x/examples/loco_starter) -+ [Poem Example](https://github.com/SeaQL/sea-orm-x/tree/main/sea-orm-x/examples/poem_example) -+ [Salvo Example](https://github.com/SeaQL/sea-orm-x/tree/main/sea-orm-x/examples/salvo_example) -+ [Tonic Example](https://github.com/SeaQL/sea-orm-x/tree/main/sea-orm-x/examples/tonic_example) ++ [Actix Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example) ++ [Axum Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example) ++ [GraphQL Example](https://github.com/SeaQL/sea-orm/tree/master/examples/graphql_example) ++ [jsonrpsee Example](https://github.com/SeaQL/sea-orm/tree/master/examples/jsonrpsee_example) ++ [Loco Example](https://github.com/SeaQL/sea-orm/tree/master/examples/loco_example) ++ [Loco REST Starter Example](https://github.com/SeaQL/sea-orm/tree/master/examples/loco_starter) ++ [Poem Example](https://github.com/SeaQL/sea-orm/tree/master/examples/poem_example) ++ [Salvo Example](https://github.com/SeaQL/sea-orm/tree/master/examples/salvo_example) ++ [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example)