diff --git a/README.md b/README.md index f6c7822..551c432 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/zensical.toml b/zensical.toml index 876def3..528ddde 100644 --- a/zensical.toml +++ b/zensical.toml @@ -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/"