Skip to content

Commit 6b3edb6

Browse files
authored
Merge branch 'master' into issue-162
2 parents 0eba788 + 1aaf586 commit 6b3edb6

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

README.rst

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ SparkPost Python API client
2828

2929
The official Python package for using the SparkPost API.
3030

31+
Documentation
32+
-------------
33+
34+
* Documentation for `python-sparkpost`_
35+
* `SparkPost API Reference`_
36+
37+
.. _python-sparkpost: https://python-sparkpost.readthedocs.io/
38+
.. _SparkPost API Reference: https://www.sparkpost.com/api
3139

3240
Installation
3341
------------
@@ -127,17 +135,6 @@ Then create or update your ``appengine_config.py`` file to include the following
127135
128136
Then deploy your app and you should be able to send using python-sparkpost on Google Cloud.
129137

130-
131-
Documentation
132-
-------------
133-
134-
* Documentation for `python-sparkpost`_
135-
* `SparkPost API Reference`_
136-
137-
.. _python-sparkpost: https://python-sparkpost.readthedocs.io/
138-
.. _SparkPost API Reference: https://www.sparkpost.com/api
139-
140-
141138
Contribute
142139
----------
143140

sparkpost/transmissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def send(self, **kwargs):
182182
transmission, used in WebHooks
183183
:param dict substitution_data: Corresponds to substitutions in
184184
html/text content. See `substitutions reference
185-
<https://www.sparkpost.com/docs/substitutions-reference>`_.
185+
<https://developers.sparkpost.com/api/substitutions-reference.html>`_.
186186
:param attachments: List of dicts. For example:
187187
188188
.. code-block:: python

0 commit comments

Comments
 (0)