Skip to content

Commit cbd9cae

Browse files
authored
Use relative path for image links and adjust size
1 parent 11f7f78 commit cbd9cae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,15 @@ 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://raw.githubusercontent.com/aws/aws-step-functions-data-science-sdk-python/master/doc/images/create.png
161-
:width: 400
160+
.. image:: doc/images/create.png
161+
:width: 600
162162
: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://raw.githubusercontent.com/aws/aws-step-functions-data-science-sdk-python/master/doc/images/execute.png
168-
:width: 400
167+
.. image:: doc/images/execute.png
168+
:width: 600
169169
: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>`__,

0 commit comments

Comments
 (0)