Skip to content

Commit d312544

Browse files
authored
doc: fix link to apidoc workflowbundleoption (#1503)
1 parent 523cf51 commit d312544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/worker/src/workflow/bundler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ exports.importInterceptors = function importInterceptors() {
287287
` • Make sure that activity code is not imported from workflow code. Use \`import type\` to import activity function signatures.\n` +
288288
` • Move code that has non-deterministic behaviour to activities.\n` +
289289
` • If you know for sure that a disallowed module will not be used at runtime, add its name to 'WorkerOptions.bundlerOptions.ignoreModules' in order to dismiss this warning.\n` +
290-
`See also: https://typescript.temporal.io/api/interfaces/worker.workeroptions/#bundleroptions and https://docs.temporal.io/typescript/determinism.`
290+
`See also: https://typescript.temporal.io/api/namespaces/worker#workflowbundleoption and https://docs.temporal.io/typescript/determinism.`
291291
);
292292

293293
reject(err);

0 commit comments

Comments
 (0)