Skip to content

Commit 11f7f78

Browse files
authored
Update README.rst
1 parent 48efb04 commit 11f7f78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
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:: https://raw.githubusercontent.com/aws/aws-step-functions-data-science-sdk-python/master/doc/images/create.png
161+
:width: 400
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:: https://raw.githubusercontent.com/aws/aws-step-functions-data-science-sdk-python/master/doc/images/execute.png
168+
:width: 400
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)