22
33::: note
44You can find out more about event sourcing in the library
5- [ documentation] ( /docs/event-sourcing/latest/ ) .
5+ [ documentation] ( /docs/event-sourcing/latest ) .
66This documentation is limited to bundle integration and configuration.
77:::
88
@@ -33,7 +33,7 @@ The library will automatically register all classes marked with the `#[Aggregate
3333:: :
3434
3535:::tip
36- If you want to learn more about aggregates, read the [library documentation](/docs/event-sourcing/latest/aggregate/ ).
36+ If you want to learn more about aggregates, read the [library documentation](/docs/event-sourcing/latest/aggregate).
3737:: :
3838
3939# # Events
@@ -55,7 +55,7 @@ patchlevel_event_sourcing:
5555` ` `
5656
5757:::tip
58- If you want to learn more about events, read the [library documentation](/docs/event-sourcing/latest/events/ ).
58+ If you want to learn more about events, read the [library documentation](/docs/event-sourcing/latest/events).
5959:: :
6060
6161# # Custom Headers
@@ -277,7 +277,7 @@ All schema relevant commands are removed if you activate this option. You should
277277:: :
278278
279279:::tip
280- If you want to learn more about store, read the [library documentation](/docs/event-sourcing/latest/store/ ).
280+ If you want to learn more about store, read the [library documentation](/docs/event-sourcing/latest/store).
281281:: :
282282
283283# ## Kernel Reset
@@ -332,7 +332,7 @@ patchlevel_event_sourcing:
332332
333333:::tip
334334You can find out more about subscriptions in the library
335- [documentation](/docs/event-sourcing/latest/subscription/ ).
335+ [documentation](/docs/event-sourcing/latest/subscription).
336336:: :
337337
338338# ## Store
@@ -499,7 +499,7 @@ patchlevel_event_sourcing:
499499` ` `
500500
501501:::note
502- You can find out more about the command bus and the aggregate handlers [here](/docs/event-sourcing/latest/command-bus/ ).
502+ You can find out more about the command bus and the aggregate handlers [here](/docs/event-sourcing/latest/command-bus).
503503:: :
504504
505505# ## Instant Retry
@@ -541,7 +541,7 @@ patchlevel_event_sourcing:
541541` ` `
542542
543543:::note
544- You can find out more about the query bus [here](/docs/event-sourcing/latest/query-bus/ ).
544+ You can find out more about the query bus [here](/docs/event-sourcing/latest/query-bus).
545545:: :
546546
547547# # Event Bus
@@ -555,7 +555,7 @@ patchlevel_event_sourcing:
555555` ` `
556556
557557:::note
558- Default is the patchlevel [event bus](/docs/event-sourcing/latest/event-bus/ ).
558+ Default is the patchlevel [event bus](/docs/event-sourcing/latest/event-bus).
559559:: :
560560
561561# ## Patchlevel (Default) Event Bus
@@ -687,7 +687,7 @@ final class Profile extends BasicAggregateRoot
687687` ` `
688688
689689:::note
690- You can find out more about snapshots [here](/docs/event-sourcing/latest/snapshots/ ).
690+ You can find out more about snapshots [here](/docs/event-sourcing/latest/snapshots).
691691:: :
692692
693693# # Cryptography
@@ -716,7 +716,7 @@ patchlevel_event_sourcing:
716716` ` `
717717
718718:::note
719- You can find out more about personal data [here](/docs/event-sourcing/latest/personal-data/ ).
719+ You can find out more about personal data [here](/docs/event-sourcing/latest/personal-data).
720720:: :
721721
722722# # Clock
0 commit comments