Skip to content

Commit eb6fc49

Browse files
committed
Merge branch 'main' into chain-choice-states
2 parents 23601e5 + f97fb20 commit eb6fc49

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,16 @@ Using this SDK you can create steps, chain them together to create a workflow,
157157
create that workflow in AWS Step Functions, and execute the workflow in the
158158
AWS cloud.
159159

160-
.. image:: https://github.com/aws/aws-step-functions-data-science-sdk-python/raw/master/doc/images/create.png
161-
:scale: 50 %
162-
:alt: Create a workflow in AWS Step Functions
160+
.. image:: doc/images/create.png
161+
:width: 600
162+
:alt: Create a workflow in AWS Step Functions
163163

164164
Once you have created your workflow in AWS Step Functions, you can execute that
165165
workflow in Step Functions, in the AWS cloud.
166166

167-
.. image:: https://github.com/aws/aws-step-functions-data-science-sdk-python/raw/master/doc/images/execute.png
168-
:scale: 50 %
169-
:alt: Start a workflow in AWS Step Functions
167+
.. image:: doc/images/execute.png
168+
:width: 600
169+
:alt: Start a workflow in AWS Step Functions
170170

171171
Step Functions creates workflows out of steps called `States <https://docs.aws.amazon.com/step-functions/latest/dg/concepts-states.html>`__,
172172
and expresses that workflow in the `Amazon States Language <https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html>`__.

0 commit comments

Comments
 (0)