Skip to content

Commit 1aaf586

Browse files
authored
Merge pull request #165 from YPCrumble/fix_typo
Fix 404 in docs.
2 parents b161218 + 4823936 commit 1aaf586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)