Skip to content

Commit 7e36815

Browse files
chore(README): fix links
1 parent bd055b5 commit 7e36815

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/MonsterDeveloper/cachified-adapter-sqlite/publish.yml)](https://github.com/MonsterDeveloper/cachified-adapter-sqlite/actions/workflows/publish.yml)
55
[![GitHub License](https://img.shields.io/github/license/MonsterDeveloper/cachified-adapter-sqlite)](https://github.com/MonsterDeveloper/cachified-adapter-sqlite/blob/main/LICENSE)
66

7-
`cachified-adapter-sqlite` is an adapter for [@epic-web/cachified](https://github.com/epic-web/cachified) that allows you to use SQLite as a cache backend.
7+
`cachified-adapter-sqlite` is an adapter for [@epic-web/cachified](https://github.com/epicweb-dev/cachified) that allows you to use SQLite as a cache backend.
88

99
It supports [`better-sqlite3`](https://github.com/WiseLibs/better-sqlite3), [`sqlite`](https://github.com/kriasoft/node-sqlite), [`sqlite3`](https://github.com/TryGhost/node-sqlite3), and [`bun:sqlite`](https://bun.sh/docs/api/sqlite).
1010

@@ -80,4 +80,4 @@ export async function getUserById(id: number) {
8080

8181
## Many thanks to
8282

83-
Kent C. Dodds and contributors for the [@epic-web/cachified](https://github.com/epic-web/cachified) library, and to Adishwar Rishi for his inspirational [cachified-adapter-cloudflare-kv](https://github.com/AdiRishi/cachified-adapter-cloudflare-kv)
83+
Kent C. Dodds and contributors for the [@epic-web/cachified](https://github.com/epicweb-dev/cachified) library, and to Adishwar Rishi for his inspirational [cachified-adapter-cloudflare-kv](https://github.com/AdiRishi/cachified-adapter-cloudflare-kv)

0 commit comments

Comments
 (0)