Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AWS Lambda durable functions developer documentation source

This repository contains the source for the AWS Lambda durable functions SDK
documentation website at https://docs.aws.amazon.com/durable-functions,
This repository contains the source for the AWS Lambda Durable Execution SDK
documentation website at https://docs.aws.amazon.com/durable-execution,
providing comprehensive guides and references for building resilient,
long-running applications with AWS Lambda durable functions across
multiple programming languages.
Expand Down
2 changes: 1 addition & 1 deletion zensical.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ site_author = "AWS"
# The site_url is the canonical URL for your site. When building online
# documentation you should set this.
# Read more: https://zensical.org/docs/setup/basics/#site_url
site_url = "https://docs.aws.amazon.com/durable-functions"
site_url = "https://docs.aws.amazon.com/durable-execution"

repo_url = "https://github.com/aws/aws-durable-execution-docs"
edit_uri = "edit/main/docs/"
Expand Down
Loading