Skip to content

Commit 4823936

Browse files
committed
Fix 404 in docs.
1 parent 21b2404 commit 4823936

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)