Skip to content

Commit cb66c37

Browse files
committed
Fix the image link in documentation. Fix the MANIFEST.in file.
1 parent 94c92e5 commit cb66c37

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
include VERSION
1+
include VERSION
2+
include LICENSE

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Using this SDK you can:
125125

126126
For a detailed API reference of the AWS Step Functions Data Science SDK,
127127
be sure to view this documentation on
128-
`Read the Docs <https://aws-step-functions-data-science.readthedocs.io>`_.
128+
`Read the Docs <https://aws-step-functions-data-science-sdk.readthedocs.io>`_.
129129

130130

131131
AWS Step Functions
@@ -158,14 +158,14 @@ Using this SDK you can create steps, chain them together to create a workflow,
158158
create that workflow in AWS Step Functions, and execute the workflow in the
159159
AWS cloud.
160160

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

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

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

0 commit comments

Comments
 (0)