Skip to content

Commit 3150270

Browse files
committed
docs: restore feature deep links in README using canonical docs URLs
1 parent 3452ed8 commit 3150270

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ powered by the reliable Doctrine ecosystem and focused on developer experience.
1111
## Features
1212

1313
* Everything is included in the package for event sourcing
14-
* Based on doctrine dbal and their ecosystem
14+
* Based on [doctrine dbal](https://github.com/doctrine/dbal) and their ecosystem
1515
* Developer experience oriented and fully typed
16-
* Automatic snapshot-system to boost your performance
17-
* Split big aggregates into multiple streams
18-
* Versioned and managed lifecycle of subscriptions like projections and processors
19-
* Safe usage of personal data with crypto-shredding
20-
* Smooth upcasting of old events
21-
* Simple setup with schema management and doctrine migration
22-
* Built in cli commands with symfony
23-
* Dynamic consistency boundary for decisions across streams
16+
* Automatic [snapshot](https://patchlevel.dev/docs/event-sourcing/latest/snapshots)-system to boost your performance
17+
* [Split](https://patchlevel.dev/docs/event-sourcing/latest/split-stream) big aggregates into multiple streams
18+
* Versioned and managed lifecycle of [subscriptions](https://patchlevel.dev/docs/event-sourcing/latest/subscription) like projections and processors
19+
* Safe usage of [personal data](https://patchlevel.dev/docs/event-sourcing/latest/personal-data) with crypto-shredding
20+
* Smooth [upcasting](https://patchlevel.dev/docs/event-sourcing/latest/upcasting) of old events
21+
* Simple setup with [schema management](https://patchlevel.dev/docs/event-sourcing/latest/store) and [doctrine migration](https://patchlevel.dev/docs/event-sourcing/latest/store)
22+
* Built in [cli commands](https://patchlevel.dev/docs/event-sourcing/latest/cli) with [symfony](https://symfony.com/)
23+
* Decisions across streams with a [dynamic consistency boundary](https://patchlevel.dev/docs/event-sourcing/latest/dynamic-consistency-boundary)
2424
* and much more...
2525

2626
## Installation

0 commit comments

Comments
 (0)