Skip to content

Commit f1af7f3

Browse files
authored
Fix broken link to docs
1 parent 6f573b9 commit f1af7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-lambda/src/main/java/dev/restate/sdk/lambda/BaseRestateLambdaHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* <p>Restate can invoke Lambda functions directly or through AWS API gateway. For both cases, it
2424
* will invoke the Lambda using the same envelope of an API Gateway request/response. See <a
25-
* href="https://docs.restate.dev/services/deployment/lambda">Restate Lambda documentation</a> for
25+
* href="https://docs.restate.dev/deploy/lambda/lambda-java">Restate Lambda documentation</a> for
2626
* more details.
2727
*/
2828
public abstract class BaseRestateLambdaHandler

0 commit comments

Comments
 (0)