This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 952aee80e7 [fix] py sagemaker doc (#11109)
952aee80e7 is described below
commit 952aee80e78246dd6ea67ebbc6a7d3ade2ae2f62
Author: JieguangZhou <[email protected]>
AuthorDate: Fri Jul 22 22:57:50 2022 +0800
[fix] py sagemaker doc (#11109)
---
docs/configs/docsdev.js | 2 +-
.../pydolphinscheduler/docs/source/tasks/sagemaker.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js
index 2b0128ec53..d74dba0a67 100644
--- a/docs/configs/docsdev.js
+++ b/docs/configs/docsdev.js
@@ -607,7 +607,7 @@ export default {
},
{
title: 'SageMaker',
- link:
'/zh-cn/docs/dev/user_doc/guide/task/SageMaker.html',
+ link:
'/zh-cn/docs/dev/user_doc/guide/task/sagemaker.html',
},
],
},
diff --git
a/dolphinscheduler-python/pydolphinscheduler/docs/source/tasks/sagemaker.rst
b/dolphinscheduler-python/pydolphinscheduler/docs/source/tasks/sagemaker.rst
index af627a929b..96e7c6d4a0 100644
--- a/dolphinscheduler-python/pydolphinscheduler/docs/source/tasks/sagemaker.rst
+++ b/dolphinscheduler-python/pydolphinscheduler/docs/source/tasks/sagemaker.rst
@@ -19,7 +19,7 @@ SageMaker
=========
-A shell task type's example and dive into information of
**PyDolphinScheduler**.
+A SageMaker task type's example and dive into information of
**PyDolphinScheduler**.
Example
-------