Skip to content

Commit 39e63c9

Browse files
authored
Fix broken sample links. Closes #40 (#41)
1 parent e83fd38 commit 39e63c9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,17 +228,15 @@ jobs:
228228
cat devproxy.log
229229
```
230230

231-
232-
233231
## Samples
234232

235-
You can find more examples and samples in the [tests](./tests/) directory.
233+
You can find more examples and samples in the [samples](./samples/) directory.
236234

237235
| Test Project | Description |
238236
|--------------|-------------|
239-
| [llm-usage](./tests/llm-usage/) | Tests AI/LLM usage tracking and reporting with OpenAI telemetry plugin, includes Playwright tests for feedback analysis |
240-
| [node-js](./tests/node-js/) | Simple Node.js integration test that validates basic Dev Proxy functionality with HTTP requests |
241-
| [playwright-web-app](./tests/playwright-web-app/) | Playwright end-to-end testing example with mock data configuration and blog post testing scenarios |
237+
| [llm-usage](./samples/llm-usage/) | Tests AI/LLM usage tracking and reporting with OpenAI telemetry plugin, includes Playwright tests for feedback analysis |
238+
| [node-js](./samples/node-js/) | Simple Node.js integration test that validates basic Dev Proxy functionality with HTTP requests |
239+
| [playwright-web-app](./samples/playwright-web-app/) | Playwright end-to-end testing example with mock data configuration and blog post testing scenarios |
242240

243241
## License
244242

0 commit comments

Comments
 (0)