diff --git a/README.md b/README.md index 288e67c..b032701 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png) +![MBC CQRS serverless framework](https://mbc-cqrs-serverless.mbc-net.com/img/mbc-cqrs-serverless.png) # MBC CQRS serverless framework @@ -10,7 +10,7 @@ This package provides core functionalities for implementing the Command Query Re ## Documentation -Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation. +Visit https://mbc-cqrs-serverless.mbc-net.com/ to view the full documentation. ## Features @@ -95,5 +95,6 @@ $ npm run release - Serverless framework: https://www.serverless.com/framework/docs ## License + Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/ This project and sub projects are under the MIT License. diff --git a/package.json b/package.json index 0e08926..cf5f5d0 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "bugs": { "url": "https://github.com/mbc-net/mbc-cqrs-serverless/issues" }, - "homepage": "https://mbc-net.github.io/mbc-cqrs-serverless-doc/", + "homepage": "https://mbc-cqrs-serverless.mbc-net.com/", "devDependencies": { "@aws-sdk/client-dynamodb": "^3.478.0", "@aws-sdk/client-s3": "^3.478.0", diff --git a/packages/cli/README.md b/packages/cli/README.md index c59057e..09032d9 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -1,4 +1,5 @@ -![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png) +![MBC CQRS serverless framework](https://mbc-cqrs-serverless.mbc-net.com/img/mbc-cqrs-serverless.png) + # MBC CQRS serverless framework CLI package ## Description @@ -10,7 +11,7 @@ The MBC CLI is a command-line interface tool that helps you to initialize your m To install `mbc`, run: ```bash -npm install -g @mbc-cqrs-serverless/cli +npm install -g @mbc-cqrs-serverless/cli ``` ## Usage @@ -28,11 +29,11 @@ There are 3 usages for the new command: - If the provided version is a prefix, the CLI uses the latest version matching that prefix. - If no matching version is found, the CLI logs an error and provides a list of available versions for the user. - ## Documentation -Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation. +Visit https://mbc-cqrs-serverless.mbc-net.com/ to view the full documentation. ## License + Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/ This project and sub projects are under the MIT License. diff --git a/packages/cli/package.json b/packages/cli/package.json index aec5f3c..7ed0a82 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -38,7 +38,7 @@ "bugs": { "url": "https://github.com/mbc-net/mbc-cqrs-serverless/issues" }, - "homepage": "https://mbc-net.github.io/mbc-cqrs-serverless-doc/", + "homepage": "https://mbc-cqrs-serverless.mbc-net.com/", "publishConfig": { "access": "public" }, diff --git a/packages/cli/templates/README.md b/packages/cli/templates/README.md index f14f32d..68aa1b9 100644 --- a/packages/cli/templates/README.md +++ b/packages/cli/templates/README.md @@ -1,4 +1,5 @@ -![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png) +![MBC CQRS serverless framework](https://mbc-cqrs-serverless.mbc-net.com/img/mbc-cqrs-serverless.png) + ## Description MBC CQRS serverless framework based on [Nest](https://github.com/nestjs/nest). @@ -166,5 +167,5 @@ $ npm run start:repl - Ref: https://docs.nestjs.com/recipes/repl ## Documentation -Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation. +Visit https://mbc-cqrs-serverless.mbc-net.com/ to view the full documentation. diff --git a/packages/core/README.md b/packages/core/README.md index 62fdc72..cddedd3 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -1,10 +1,12 @@ -![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png) +![MBC CQRS serverless framework](https://mbc-cqrs-serverless.mbc-net.com/img/mbc-cqrs-serverless.png) + # MBC CQRS serverless framework CORE package ## Documentation -Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation. +Visit https://mbc-cqrs-serverless.mbc-net.com/ to view the full documentation. ## License + Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/ This project and sub projects are under the MIT License. diff --git a/packages/core/package.json b/packages/core/package.json index 05cfafa..05685b8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -45,7 +45,7 @@ "bugs": { "url": "https://github.com/mbc-net/mbc-cqrs-serverless/issues" }, - "homepage": "https://mbc-net.github.io/mbc-cqrs-serverless-doc/", + "homepage": "https://mbc-cqrs-serverless.mbc-net.com/", "publishConfig": { "access": "public" }, diff --git a/packages/sequence/README.md b/packages/sequence/README.md index e38bf77..627d13f 100644 --- a/packages/sequence/README.md +++ b/packages/sequence/README.md @@ -1,10 +1,12 @@ -![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png) +![MBC CQRS serverless framework](https://mbc-cqrs-serverless.mbc-net.com/img/mbc-cqrs-serverless.png) + # MBC CQRS serverless framework Sequence package ## Documentation -Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation. +Visit https://mbc-cqrs-serverless.mbc-net.com/ to view the full documentation. ## License + Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/ This project and sub projects are under the MIT License. diff --git a/packages/sequence/package.json b/packages/sequence/package.json index eceedc4..02afee3 100644 --- a/packages/sequence/package.json +++ b/packages/sequence/package.json @@ -36,7 +36,7 @@ "bugs": { "url": "https://github.com/mbc-net/mbc-cqrs-serverless/issues" }, - "homepage": "https://mbc-net.github.io/mbc-cqrs-serverless-doc/", + "homepage": "https://mbc-cqrs-serverless.mbc-net.com/", "publishConfig": { "access": "public" }, diff --git a/packages/task/README.md b/packages/task/README.md index 3782e8b..d6a3db3 100644 --- a/packages/task/README.md +++ b/packages/task/README.md @@ -1,10 +1,12 @@ -![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png) +![MBC CQRS serverless framework](https://mbc-cqrs-serverless.mbc-net.com/img/mbc-cqrs-serverless.png) + # MBC CQRS serverless framework Task package ## Documentation -Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation. +Visit https://mbc-cqrs-serverless.mbc-net.com/ to view the full documentation. ## License + Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/ This project and sub projects are under the MIT License. diff --git a/packages/task/package.json b/packages/task/package.json index d8b2368..6760d5c 100644 --- a/packages/task/package.json +++ b/packages/task/package.json @@ -36,7 +36,7 @@ "bugs": { "url": "https://github.com/mbc-net/mbc-cqrs-serverless/issues" }, - "homepage": "https://mbc-net.github.io/mbc-cqrs-serverless-doc/", + "homepage": "https://mbc-cqrs-serverless.mbc-net.com/", "publishConfig": { "access": "public" }, diff --git a/packages/ui-setting/README.md b/packages/ui-setting/README.md index dfae003..4939f25 100644 --- a/packages/ui-setting/README.md +++ b/packages/ui-setting/README.md @@ -1,10 +1,12 @@ -![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png) +![MBC CQRS serverless framework](https://mbc-cqrs-serverless.mbc-net.com/img/mbc-cqrs-serverless.png) + # MBC CQRS serverless framework UI Setting package ## Documentation -Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation. +Visit https://mbc-cqrs-serverless.mbc-net.com/ to view the full documentation. ## License + Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/ This project and sub projects are under the MIT License. diff --git a/packages/ui-setting/package.json b/packages/ui-setting/package.json index 1e903f7..ba2060a 100644 --- a/packages/ui-setting/package.json +++ b/packages/ui-setting/package.json @@ -36,7 +36,7 @@ "bugs": { "url": "https://github.com/mbc-net/mbc-cqrs-serverless/issues" }, - "homepage": "https://mbc-net.github.io/mbc-cqrs-serverless-doc/", + "homepage": "https://mbc-cqrs-serverless.mbc-net.com/", "publishConfig": { "access": "public" },