Skip to content

Commit b63e470

Browse files
code rabbit comments
1 parent 2ef7372 commit b63e470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-v2/pages/core/workflows/code/nodejs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Any variables you create within a step are scoped to that step. That is, they ca
337337

338338
Within a step, the [normal rules of JavaScript variable scope](https://developer.mozilla.org/en-US/docs/Glossary/Scope) apply.
339339

340-
**When you need to share data across steps, use [step exports](/core/#steps).**
340+
**When you need to share data across steps, use [step exports](/core/#steps-exports).**
341341

342342
## Making HTTP requests from your workflow
343343

docs-v2/pages/troubleshooting/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Yes, see [our Puppeteer docs](/core/workflows/code/nodejs/browser-automation/#pu
4747

4848
## Is Playwright supported in Pipedream?
4949

50-
Yes, see [our Puppeteer docs](/core/workflows/code/nodejs/browser-automation/#playwright) for more detail.
50+
Yes, see [our Playwright docs](/core/workflows/code/nodejs/browser-automation/#playwright) for more detail.

0 commit comments

Comments
 (0)