Skip to content

Commit dadd35a

Browse files
committed
more invalid links
1 parent 7561d3d commit dadd35a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/workers/testing/vitest-integration/migration-guides/migrate-from-unstable-dev.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ You can remove `UnstableDevWorker` imports from your code. Instead, follow the [
9191

9292
## Related resources
9393

94-
- [Write your first test](/workers/testing/vitest-integration/get-started/write-your-first-test/#define-types) - Write unit tests against Workers.
94+
- [Write your first test](/workers/testing/vitest-integration/write-your-first-test/#define-types) - Write unit tests against Workers.

src/content/docs/workers/wrangler/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ By default, `unstable_dev` will perform integration tests against a local server
6565

6666
The `unstable_dev()` function has an `unstable_` prefix because the API is experimental and may change in the future. We recommend migrating to the `unstable_startWorker()` API, documented above.
6767

68-
If you have been using `unstable_dev()` for integration testing and want to migrate to Cloudflare's Vitest integration, refer to the [Migrate from `unstable_dev` migration guide](/workers/testing/vitest-integration/migrate-from-unstable-dev/) for more information.
68+
If you have been using `unstable_dev()` for integration testing and want to migrate to Cloudflare's Vitest integration, refer to the [Migrate from `unstable_dev` migration guide](/workers/testing/vitest-integration/migration-guides/migrate-from-unstable-dev/) for more information.
6969

7070
:::
7171

0 commit comments

Comments
 (0)