Skip to content

Commit d02ffc8

Browse files
committed
docs: fix links to docs
1 parent 75621a9 commit d02ffc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Store encrypted data alongside your existing data.
1010
- Encrypted data is stored using a `jsonb` column type
1111
- Query encrypted data with specialized SQL functions
1212
- Index encrypted columns to enable searchable encryption
13-
- Integrate with [CipherStash Proxy](https://github.com/cipherstash/encrypt-query-language/blob/main/docs/tutorials/PROXY.md) for transparent encryption/decryption
13+
- Integrate with [CipherStash Proxy](/docs/tutorials/PROXY.md) for transparent encryption/decryption
1414

1515
## Table of Contents
1616

@@ -63,12 +63,12 @@ The simplest way to get up and running with EQL is to execute the install SQL fi
6363

6464
### CipherStash Proxy
6565

66-
EQL relies on [CipherStash Proxy](https://github.com/cipherstash/encrypt-query-language/blob/main/PROXY.md) for low-latency encryption & decryption.
66+
EQL relies on [CipherStash Proxy](docs/tutorials/PROXY.md) for low-latency encryption & decryption.
6767
We plan to support direct language integration in the future.
6868

6969
## Documentation
7070

71-
You can read more about the EQL concepts and reference guides in the [documentation directory](https://github.com/cipherstash/encrypt-query-language/tree/main/docs).
71+
You can read more about the EQL concepts and reference guides in the [documentation directory](docs/README.md).
7272

7373
## Getting started
7474

@@ -378,7 +378,7 @@ We've created a few langague specific packages to help you interact with the pay
378378
### Language specific packages
379379

380380
- [Go](https://github.com/cipherstash/goeql)
381-
- [Javascript](https://github.com/cipherstash/encrypt-query-language/tree/main/examples/javascript/packages/eql)
381+
- [Javascript](examples/javascript/packages/eql/README.md)
382382
- Python (coming soon)
383383

384384
## Releasing

0 commit comments

Comments
 (0)