Skip to content

Commit 2048ad5

Browse files
docs: fix worker compat URL in docstring (#8799)
* docs: fix worker compat URL in docstring * And another one D: --------- Co-authored-by: emily-shen <[email protected]>
1 parent 2fddcc8 commit 2048ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/wrangler/src/config/environment.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ interface EnvironmentInheritable {
117117
* A date in the form yyyy-mm-dd, which will be used to determine
118118
* which version of the Workers runtime is used.
119119
*
120-
* More details at https://developers.cloudflare.com/workers/platform/compatibility-dates
120+
* More details at https://developers.cloudflare.com/workers/configuration/compatibility-dates
121121
*
122122
* @inheritable
123123
*/
@@ -127,7 +127,7 @@ interface EnvironmentInheritable {
127127
* A list of flags that enable features from upcoming features of
128128
* the Workers runtime, usually used together with compatibility_date.
129129
*
130-
* More details at https://developers.cloudflare.com/workers/platform/compatibility-flags
130+
* More details at https://developers.cloudflare.com/workers/configuration/compatibility-flags/
131131
*
132132
* @default []
133133
* @inheritable

0 commit comments

Comments
 (0)