Skip to content

Commit

Permalink
Update image links to use external URLs
Browse files Browse the repository at this point in the history
Replaces local image paths with external URLs hosted on GitHub Pages. This change applies to all README.md files, ensuring consistent and reliable image loading across the documentation.
  • Loading branch information
koichimurakami committed Oct 26, 2024
1 parent 98cb769 commit b1e6241
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MBC CQRS serverless framework](images/mbc-cqrs-serverless.png)
![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)

# MBC CQRS serverless framework

Expand Down Expand Up @@ -96,4 +96,4 @@ $ npm run release

## License
Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/
This project and sub projects are under the MIT License.
This project and sub projects are under the MIT License.
Binary file removed images/mbc-cqrs-serverless.png
Binary file not shown.
1 change: 1 addition & 0 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)
# MBC CQRS serverless framework CLI package

## Documentation
Expand Down
7 changes: 6 additions & 1 deletion packages/cli/templates/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)
## Description

CQRS framework based on [Nest](https://github.com/nestjs/nest).
MBC CQRS serverless framework based on [Nest](https://github.com/nestjs/nest).

TechStack:

Expand Down Expand Up @@ -163,3 +164,7 @@ $ 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.

1 change: 1 addition & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)
# MBC CQRS serverless framework CORE package

## Documentation
Expand Down
1 change: 1 addition & 0 deletions packages/sequence/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)
# MBC CQRS serverless framework Sequence package

## Documentation
Expand Down
1 change: 1 addition & 0 deletions packages/task/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)
# MBC CQRS serverless framework Task package

## Documentation
Expand Down
1 change: 1 addition & 0 deletions packages/ui-setting/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)
# MBC CQRS serverless framework UI Setting package

## Documentation
Expand Down

0 comments on commit b1e6241

Please sign in to comment.