Skip to content

Commit 6b35787

Browse files
authored
doc(worker): Update webpack error doc link in worker/bundler.ts (#1344)
1 parent 29e8037 commit 6b35787

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
@@ -269,7 +269,7 @@ exports.importInterceptors = function importInterceptors() {
269269
if (hasError) {
270270
reject(
271271
new Error(
272-
"Webpack finished with errors, if you're unsure what went wrong, visit our troubleshooting page at https://docs.temporal.io/typescript/troubleshooting#webpack-errors"
272+
"Webpack finished with errors, if you're unsure what went wrong, visit our troubleshooting page at https://docs.temporal.io/dev-guide/typescript/debugging#webpack-errors"
273273
)
274274
);
275275
}

0 commit comments

Comments
 (0)