Skip to content

Commit

Permalink
fix driver links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacharrisholt committed Oct 10, 2024
1 parent 8071516 commit 7b7172d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Pevensie uses a driver-based architecture, so most modules in the framework will
require you to provide a driver for them to use. The drivers provided with
Pevensie are:

- [Postgres](/pevensie/drivers/postgres.html) - A driver for PostgreSQL
- [Redis](/pevensie/drivers/redis.html) - A driver for Redis (coming soon)
- [ETS](/pevensie/drivers/ets.html) - A driver for ETS, Erlang's in-memory key-value store (coming soon)
- [Postgres](/pevensie/pevensie/drivers/postgres.html) - A driver for PostgreSQL
- [Redis](/pevensie/pevensie/drivers/redis.html) - A driver for Redis (coming soon)
- [ETS](/pevensie/pevensie/drivers/ets.html) - A driver for ETS, Erlang's in-memory key-value store (coming soon)

The hope is that other first- and third-party drivers will be available in the
future.
Expand Down

0 comments on commit 7b7172d

Please sign in to comment.