Skip to content

Commit a3568cd

Browse files
committed
docs: rename durable-functions to durable-execution
1 parent 472a7b7 commit a3568cd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AWS Lambda durable functions developer documentation source
22

3-
This repository contains the source for the AWS Lambda durable functions SDK
4-
documentation website at https://docs.aws.amazon.com/durable-functions,
3+
This repository contains the source for the AWS Lambda Durable Execution SDK
4+
documentation website at https://docs.aws.amazon.com/durable-execution,
55
providing comprehensive guides and references for building resilient,
66
long-running applications with AWS Lambda durable functions across
77
multiple programming languages.

zensical.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ site_author = "AWS"
2727
# The site_url is the canonical URL for your site. When building online
2828
# documentation you should set this.
2929
# Read more: https://zensical.org/docs/setup/basics/#site_url
30-
site_url = "https://docs.aws.amazon.com/durable-functions"
30+
site_url = "https://docs.aws.amazon.com/durable-execution"
3131

3232
repo_url = "https://github.com/aws/aws-durable-execution-docs"
3333
edit_uri = "edit/main/docs/"

0 commit comments

Comments
 (0)