Skip to content

Commit 7fed5b4

Browse files
committed
change folder names
1 parent d3a561d commit 7fed5b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

guides/deployment/microservices.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ This guide describes a way to manage development and deployment via *[monorepos]
5050
```
5151
```sh [Java]
5252
git init
53-
git submodule add https://github.com/capire/bookstore-java
54-
git submodule add https://github.com/capire/reviews-java
55-
git submodule add https://github.com/capire/orders-java
53+
git submodule add https://github.com/capire/bookstore-java bookstore
54+
git submodule add https://github.com/capire/reviews-java reviews
55+
git submodule add https://github.com/capire/orders-java orders
5656
git submodule add https://github.com/capire/common
57-
git submodule add https://github.com/capire/bookshop-java
57+
git submodule add https://github.com/capire/bookshop-java bookshop
5858
git submodule add https://github.com/capire/data-viewer
5959
git submodule update --init
6060
```
@@ -67,7 +67,7 @@ This guide describes a way to manage development and deployment via *[monorepos]
6767
```
6868
> The outcome of this looks and behaves exactly as the monorepo layout in *[cap/samples](https://github.com/capire/samples)*, so we can exercise the subsequent steps in there...
6969
3. Test-drive locally:
70-
70+
7171
::: code-group
7272
```sh [Node.js]
7373
npm install

0 commit comments

Comments
 (0)