Skip to content

Commit b90f9ae

Browse files
docs references to apps/
1 parent 04655db commit b90f9ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ecommerce/
6262

6363
## Application
6464

65-
Order management application lives at [rails_application](/rails_application) directory.
65+
Order management application lives at [rails_application](/apps/rails_application) directory.
6666

6767
This application simulates a process of managing orders.
6868

@@ -87,7 +87,7 @@ The customer perspective is "simulated" only - via using the select box.
8787
Read models are application specific so they live at the application level.
8888
In our case it's in the main ecommerce Rails app:
8989

90-
[Read models](https://github.com/RailsEventStore/ecommerce/tree/master/rails_application/app/read_models)
90+
[Read models](https://github.com/RailsEventStore/ecommerce/tree/master/apps/rails_application/app/read_models)
9191

9292
Additionally, we have created the Pricing Catalog application that is a separate Rails application.
9393
It's a good example of how to create a separate application that uses the same domains, but has different read models.
@@ -98,7 +98,7 @@ It's a good example of how to create a separate application that uses the same d
9898
Processes are application specific so they live at the application level.
9999
In our case it's in the main ecommerce Rails app:
100100

101-
[Processes](https://github.com/RailsEventStore/ecommerce/tree/master/rails_application/app/processes)
101+
[Processes](https://github.com/RailsEventStore/ecommerce/tree/master/apps/rails_application/app/processes)
102102

103103

104104
# Contributing guide
@@ -139,7 +139,7 @@ As for the local dev setup:
139139

140140
- we use Makefile, so `make install` should simplify a lot
141141
- to start the web application and all the workers type `make dev`
142-
- there's docker-compose in the rails_application, if you're into Docker
142+
- there's docker-compose in the apps/rails_application, if you're into Docker
143143
- Ruby version, it's best to use the same, which we use for CI/production: [as defined in this file](https://github.com/RailsEventStore/ecommerce/blob/master/.github/workflows/rails_application.yml#L31)
144144

145145
**Bundler note**

apps/hanami_application/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Coming soon, there's no obstacle to use it with ~~Rails~~ **RubyEventStore**.
22

3-
It will reimplement most, if not all, of counterpart Rails application. It will also reuse contexts from [ecommerce/](../ecommerce/)
3+
It will reimplement most, if not all, of counterpart Rails application. It will also reuse contexts from [ecommerce/](../../ecommerce/)
44

0 commit comments

Comments
 (0)