From 6d773060fb1c4617c67293db493a8648793ee6c0 Mon Sep 17 00:00:00 2001 From: babyfish-ct Date: Mon, 22 Jan 2024 04:11:48 +0800 Subject: [PATCH] After discussion with users, documentation is splitted to new project --- .../language-support/java-kotlin-android/server/jimmer.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/code/language-support/java-kotlin-android/server/jimmer.md b/src/content/code/language-support/java-kotlin-android/server/jimmer.md index 4309381723..13cbede144 100644 --- a/src/content/code/language-support/java-kotlin-android/server/jimmer.md +++ b/src/content/code/language-support/java-kotlin-android/server/jimmer.md @@ -1,7 +1,7 @@ --- name: Jimmer description: A revolutionary ORM framework for both java and kotlin, it also provides specialized API for rapid development of Spring GraphQL-based applications. -url: https://babyfish-ct.github.io/jimmer/ +url: https://babyfish-ct.github.io/jimmer-doc/ github: babyfish-ct/jimmer --- @@ -29,10 +29,10 @@ github: babyfish-ct/jimmer - Youtube vedio: https://www.youtube.com/watch?v=Rt5zNv0YR2E -- Documentation: https://babyfish-ct.github.io/jimmer/ +- Documentation: https://babyfish-ct.github.io/jimmer-doc/ - Project Home: https://github.com/babyfish-ct/jimmer - GraphQL example for Java: https://github.com/babyfish-ct/jimmer/tree/main/example/java/jimmer-sql-graphql -- GraphQL example for Kotlin: https://github.com/babyfish-ct/jimmer/tree/main/example/kotlin/jimmer-sql-graphql-kt \ No newline at end of file +- GraphQL example for Kotlin: https://github.com/babyfish-ct/jimmer/tree/main/example/kotlin/jimmer-sql-graphql-kt