Skip to content

Commit 15e2dd8

Browse files
committed
let's full paths
1 parent 5cde721 commit 15e2dd8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

railseventstore.org/docs/getting-started/introduction.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ rails new -m https://railseventstore.org/new YOUR-APP-NAME
1919

2020
## What next?
2121

22-
- check Rails Event Store setup defined in `config/initializers/rails_event_store.rb`, learn more how to setup Rails Event Store [here](./install/)
23-
- decide if default `YAML` serialization suits your needs, see more about serialization formats [here](../advanced-topics/event-serialization-formats)
22+
- check Rails Event Store setup defined in `config/initializers/rails_event_store.rb`, learn more how to setup Rails Event Store [here](/docs/getting-started/install/)
23+
- decide if default `YAML` serialization suits your needs, see more about serialization formats [here](/docs/advanced-topics/event-serialization-formats)
2424
- start implementing your domain, use `bounded_context` gem's generators to initialize folders structure for your domain model (use `rails generate rails_event_store:bounded_context YOUR-BOUNDED-CONTEXT-NAME` command)
25-
- implement your aggregates using `AggregateRoot` module, see how [here](../core-concepts/event-sourcing)
26-
- subscribe to domain events published, [check how](../core-concepts/subscribe) to define subscriptions and event handlers
27-
- learn Command pattern and [how to](../advanced-topics/command-bus) use Arkency's command bus to decouple your domain model from controllers
28-
- check [how to](../core-concepts/rspec) use provided `RSpec` matchers
25+
- implement your aggregates using `AggregateRoot` module, see how [here](/docs/core-concepts/event-sourcing)
26+
- subscribe to domain events published, [check how](/docs/core-concepts/subscribe) to define subscriptions and event handlers
27+
- learn Command pattern and [how to](/docs/advanced-topics/command-bus) use Arkency's command bus to decouple your domain model from controllers
28+
- check [how to](/docs/core-concepts/rspec) use provided `RSpec` matchers
2929
- learn more about:
30-
- [reading](../core-concepts/read) domain events
31-
- [publishing](../core-concepts/publish) domain events
32-
- logging [request metadata](../core-concepts/request-metadata)
33-
- concurrencycontrol using [expected version](../core-concepts/expected-version)
34-
- possible [errors](../core-concepts/client-errors)
30+
- [reading](/docs/core-concepts/read) domain events
31+
- [publishing](/docs/core-concepts/publish) domain events
32+
- logging [request metadata](/docs/core-concepts/request-metadata)
33+
- concurrency control using [expected version](/docs/core-concepts/expected-version)
34+
- possible [errors](/docs/core-concepts/client-errors)
3535

36-
API documentation is available [here](./api)
36+
API documentation is available [here](/docs/getting-started/api)

0 commit comments

Comments
 (0)