You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Store encrypted data alongside your existing data.
10
10
- Encrypted data is stored using a `jsonb` column type
11
11
- Query encrypted data with specialized SQL functions
12
12
- 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
14
14
15
15
## Table of Contents
16
16
@@ -63,12 +63,12 @@ The simplest way to get up and running with EQL is to execute the install SQL fi
63
63
64
64
### CipherStash Proxy
65
65
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.
67
67
We plan to support direct language integration in the future.
68
68
69
69
## Documentation
70
70
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).
72
72
73
73
## Getting started
74
74
@@ -378,7 +378,7 @@ We've created a few langague specific packages to help you interact with the pay
0 commit comments