Skip to content

Commit 1996ce4

Browse files
committed
fix: correct links and remove broken test:unit script
- Fix Context Lens repo link (contextlens -> context-lens) - Fix placeholder URL in redaction-policy.md (your-org -> larsderidder) - Remove test:unit script that referenced missing turbo task
1 parent 9130c99 commit 1996ce4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ I built this because I get nervous sending data I don't see to LLMs. Now at leas
1010

1111
All your stuff passes through this thing, so the proxy has zero external dependencies. Read the code, it's small.
1212

13-
**Looking for full observability?** Check out [Context Lens](https://github.com/larsderidder/contextlens), a web-based tracing and analytics platform built on top of contextio (well I'm working on porting things over).
13+
**Looking for full observability?** Check out [Context Lens](https://github.com/larsderidder/context-lens), a web-based tracing and analytics platform built on top of contextio (well I'm working on porting things over).
1414

1515
## Install
1616

docs/redaction-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ A JSON Schema is available for validation and IDE autocomplete. Save this URL in
168168
}
169169
```
170170

171-
Or download from: `https://github.com/your-org/contextio/raw/main/schemas/redaction-policy.schema.json`
171+
Or download from: `https://github.com/larsderidder/contextio/raw/main/schemas/redaction-policy.schema.json`
172172

173173
### VS Code integration
174174

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"build": "turbo build",
77
"build:test": "turbo build && tsc -p tsconfig.test.json",
88
"test": "pnpm run build:test && node --test 'dist-test/**/*.test.js'",
9-
"test:unit": "turbo test",
109
"dev": "turbo dev",
1110
"lint": "turbo lint",
1211
"clean": "turbo clean"

0 commit comments

Comments
 (0)