Skip to content

Commit dd0dd92

Browse files
docs(worker): fix broken link to production deploy guide (#2134)
1 parent 3e94634 commit dd0dd92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/worker/src/worker-options.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export interface WorkerOptions {
125125
* This option is typically used for local development, for production it's preferred to pre-build the Workflow bundle
126126
* and pass that to {@link Worker.create} via the {@link workflowBundle} option.
127127
*
128-
* See https://docs.temporal.io/typescript/production-deploy#pre-build-code for more information.
128+
* See https://docs.temporal.io/develop/typescript/workers/run-worker-process#register-types for more information.
129129
*/
130130
workflowsPath?: string;
131131

@@ -136,7 +136,7 @@ export interface WorkerOptions {
136136
*
137137
* This is the recommended way to deploy Workers to production.
138138
*
139-
* See https://docs.temporal.io/typescript/production-deploy#pre-build-code for more information.
139+
* See https://docs.temporal.io/develop/typescript/workers/run-worker-process#register-types for more information.
140140
*
141141
* When using this option, {@link workflowsPath}, {@link bundlerOptions} and any Workflow interceptors modules
142142
* provided in * {@link interceptors} are not used. To use workflow interceptors, pass them via

0 commit comments

Comments
 (0)