From 3dbf726ee089232073f494d966eb23a4a8aa21c6 Mon Sep 17 00:00:00 2001 From: pintaoz Date: Wed, 12 Feb 2025 14:26:13 -0800 Subject: [PATCH] Fix the workshop link for Step Functions --- doc/workflows/step_functions/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/workflows/step_functions/index.rst b/doc/workflows/step_functions/index.rst index a327d376a0..bfe9582341 100644 --- a/doc/workflows/step_functions/index.rst +++ b/doc/workflows/step_functions/index.rst @@ -11,5 +11,5 @@ without having to provision and integrate the AWS services separately. The AWS Step Functions Python SDK uses the SageMaker Python SDK as a dependency. To get started with step functions, try the workshop or visit the SDK's website: -* `Workshop on using AWS Step Functions with SageMaker `__ +* `Create and manage Amazon SageMaker AI jobs with Step Functions `__ * `AWS Step Functions Python SDK website `__