Skip to content

Commit 6ffa189

Browse files
authored
Fix docs URLs to use llmock.copilotkit.dev (#49)
All doc links in README and CHANGELOG were using `llmock.com` which doesn't exist. The actual domain is `llmock.copilotkit.dev` (per `docs/CNAME`).
2 parents 5e3c227 + 94d327a commit 6ffa189

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- Azure OpenAI: provider routing for `/openai/deployments/{id}/chat/completions` and `/openai/deployments/{id}/embeddings`
1313
- Health & models endpoints: `GET /health`, `GET /ready`, `GET /v1/models` (auto-populated from fixtures)
1414
- Docker & Helm: Dockerfile, Helm chart for Kubernetes deployment
15-
- Documentation website: full docs site at llmock.com with feature pages and competitive comparison matrix
15+
- Documentation website: full docs site at llmock.copilotkit.dev with feature pages and competitive comparison matrix
1616
- Automated drift remediation: `scripts/drift-report-collector.ts` and `scripts/fix-drift.ts` for CI-driven drift fixes
1717
- CI automation: competitive matrix update workflow, drift fix workflow
1818
- `FixtureOpts` and `EmbeddingFixtureOpts` type aliases exported for external consumers

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@ MSW can't intercept any of those calls. llmock can — it's a real server on a r
7272

7373
## Features
7474

75-
- **[Multi-provider support](https://llmock.com/compatible-providers.html)**[OpenAI Chat Completions](https://llmock.com/chat-completions.html), [OpenAI Responses](https://llmock.com/responses-api.html), [Anthropic Claude](https://llmock.com/claude-messages.html), [Google Gemini](https://llmock.com/gemini.html), [AWS Bedrock](https://llmock.com/aws-bedrock.html), [Azure OpenAI](https://llmock.com/azure-openai.html)
76-
- **[Embeddings API](https://llmock.com/embeddings.html)** — OpenAI-compatible embedding responses with configurable dimensions
77-
- **[Structured output / JSON mode](https://llmock.com/structured-output.html)**`response_format`, `json_schema`, and function calling
78-
- **[Sequential responses](https://llmock.com/sequential-responses.html)** — Stateful multi-turn fixtures that return different responses on each call
79-
- **[Streaming physics](https://llmock.com/streaming-physics.html)** — Configurable `ttft`, `tps`, and `jitter` for realistic timing
80-
- **[WebSocket APIs](https://llmock.com/websocket.html)** — OpenAI Responses WS, Realtime API, and Gemini Live
81-
- **[Error injection](https://llmock.com/error-injection.html)** — One-shot errors, rate limiting, and provider-specific error formats
82-
- **[Request journal](https://llmock.com/docs.html)** — Record, inspect, and assert on every request
83-
- **[Fixture validation](https://llmock.com/fixtures.html)** — Schema validation at load time with `--validate-on-load`
75+
- **[Multi-provider support](https://llmock.copilotkit.dev/compatible-providers.html)**[OpenAI Chat Completions](https://llmock.copilotkit.dev/chat-completions.html), [OpenAI Responses](https://llmock.copilotkit.dev/responses-api.html), [Anthropic Claude](https://llmock.copilotkit.dev/claude-messages.html), [Google Gemini](https://llmock.copilotkit.dev/gemini.html), [AWS Bedrock](https://llmock.copilotkit.dev/aws-bedrock.html), [Azure OpenAI](https://llmock.copilotkit.dev/azure-openai.html)
76+
- **[Embeddings API](https://llmock.copilotkit.dev/embeddings.html)** — OpenAI-compatible embedding responses with configurable dimensions
77+
- **[Structured output / JSON mode](https://llmock.copilotkit.dev/structured-output.html)**`response_format`, `json_schema`, and function calling
78+
- **[Sequential responses](https://llmock.copilotkit.dev/sequential-responses.html)** — Stateful multi-turn fixtures that return different responses on each call
79+
- **[Streaming physics](https://llmock.copilotkit.dev/streaming-physics.html)** — Configurable `ttft`, `tps`, and `jitter` for realistic timing
80+
- **[WebSocket APIs](https://llmock.copilotkit.dev/websocket.html)** — OpenAI Responses WS, Realtime API, and Gemini Live
81+
- **[Error injection](https://llmock.copilotkit.dev/error-injection.html)** — One-shot errors, rate limiting, and provider-specific error formats
82+
- **[Request journal](https://llmock.copilotkit.dev/docs.html)** — Record, inspect, and assert on every request
83+
- **[Fixture validation](https://llmock.copilotkit.dev/fixtures.html)** — Schema validation at load time with `--validate-on-load`
8484
- **CLI with hot-reload** — Standalone server with `--watch` for live fixture editing
85-
- **[Docker + Helm](https://llmock.com/docker.html)** — Container image and Helm chart for CI/CD pipelines
86-
- **[Drift detection](https://llmock.com/drift-detection.html)** — Daily CI runs against real APIs to catch response format changes
85+
- **[Docker + Helm](https://llmock.copilotkit.dev/docker.html)** — Container image and Helm chart for CI/CD pipelines
86+
- **[Drift detection](https://llmock.copilotkit.dev/drift-detection.html)** — Daily CI runs against real APIs to catch response format changes
8787
- **Claude Code integration**`/write-fixtures` skill teaches your AI assistant how to write fixtures correctly
8888

8989
## CLI Quick Reference
@@ -119,7 +119,7 @@ llmock --latency 100 --chunk-size 5
119119

120120
Full API reference, fixture format, E2E patterns, and provider-specific guides:
121121

122-
**[llmock.com/docs.html](https://llmock.com/docs.html)**
122+
**[https://llmock.copilotkit.dev/docs.html](https://llmock.copilotkit.dev/docs.html)**
123123

124124
## Real-World Usage
125125

0 commit comments

Comments
 (0)