Skip to content

Commit 0aa7200

Browse files
update jsdoc comments to point to cloudflare caching doc page
1 parent d3785f4 commit 0aa7200

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/cloudflare/src/api/config.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import type { IncrementalCache, Queue, TagCache } from "@opennextjs/aws/types/ov
33

44
export type CloudflareConfigOptions = {
55
/**
6-
* The incremental cache implementation to use (for more details see the [Incremental Cache documentation](https://opennext.js.org/aws/config/overrides/incremental_cache))
6+
*
7+
*
8+
* The incremental cache implementation to use, for more details see the [Caching documentation](https://opennext.js.org/cloudflare/caching))
79
*
810
* `@opennextjs/cloudflare` offers a kv incremental cache implementation ready
911
* to use which can be imported from `"@opennextjs/cloudflare/kv-cache"`
@@ -19,7 +21,7 @@ export type CloudflareConfigOptions = {
1921
incrementalCache?: IncrementalCache | (() => IncrementalCache | Promise<IncrementalCache>);
2022

2123
/**
22-
* The tag cache implementation to use (for more details see the [Tag Cache documentation](https://opennext.js.org/aws/config/overrides/tag_cache))
24+
* The tag cache implementation to use, for more details see the [Caching documentation](https://opennext.js.org/cloudflare/caching))
2325
*
2426
* `@opennextjs/cloudflare` offers a d1 tag cache implementation ready
2527
* to use which can be imported from `"@opennextjs/cloudflare/d1-tag-cache"`
@@ -35,7 +37,7 @@ export type CloudflareConfigOptions = {
3537
tagCache?: TagCache | (() => TagCache | Promise<TagCache>);
3638

3739
/**
38-
* The revalidation queue implementation to use (for more details see the [Queue documentation](https://opennext.js.org/aws/config/overrides/queue))
40+
* The revalidation queue implementation to use, for more details see the [Caching documentation](https://opennext.js.org/cloudflare/caching))
3941
*
4042
* `@opennextjs/cloudflare` offers an in memory queue implementation ready
4143
* to use which can be imported from `"@opennextjs/cloudflare/memory-queue"`

0 commit comments

Comments
 (0)