Skip to content

Commit b8cdc31

Browse files
committed
Correcting install path in doc
1 parent b791e5e commit b8cdc31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platforms/javascript/guides/aws-lambda/install/index__v9.x.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Note that TypeScript can also be configured to output ESM, in which case you sho
1818

1919
### My Lambda function uses `require`
2020

21-
If you are using `require()` in your function, follow the CommonJS instructions. Choose between [using our Lambda Layer (recommended)](install/layer__v9.x) or [installing the Sentry AWS NPM package](install/npm__v9.x).
21+
If you are using `require()` in your function, follow the CommonJS instructions. Choose between [using our Lambda Layer (recommended)](layer__v9.x) or [installing the Sentry AWS NPM package](npm__v9.x).
2222

2323
### My Lambda function uses `import`
2424

25-
If you're using `import` syntax in your function and you're _not_ transpiling the code to CommonJS, follow the [ESM instructions](install/esm-npm__v9.x).
25+
If you're using `import` syntax in your function and you're _not_ transpiling the code to CommonJS, follow the [ESM instructions](esm-npm__v9.x).
2626

2727
### Can I use the Lambda layer for ESM functions?
2828

0 commit comments

Comments
 (0)