Skip to content

Commit 5131b1a

Browse files
Fixing links
1 parent ec593cc commit 5131b1a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,6 @@ Update the name of an existing API Key
276276

277277
Unsubscribe Manager gives your recipients more control over the types of emails they want to receive by letting them opt out of messages from a certain type of email.
278278

279-
More information_.
280-
281-
.. _information: https://sendgrid.com/docs/API_Reference/Web_API_v3/Suppression_Management/index.html
282-
283279
Unsubscribe Groups
284280
~~~~~~~~~~~~~~~~~~~
285281

@@ -361,7 +357,7 @@ Delete an email from the global suppression list.
361357
email = 'example@example.com'
362358
status, msg = client.asm_global_suppressions.delete(email)
363359
364-
Global Stats
360+
`Global Stats`_
365361
~~~~~~~~~~~~~~~~~~~~~~~
366362

367363
Global Stats provide all of your user’s email statistics for a given date range.
@@ -371,10 +367,6 @@ Global Stats provide all of your user’s email statistics for a given date rang
371367
end_date = None # optional
372368
aggregated_by = 'week' # optional, must be day, week or month
373369
status, msg = client.stats.get(start_date, end_date, aggregated_by)
374-
375-
More information_.
376-
377-
.. _information: https://sendgrid.com/docs/API_Reference/Web_API_v3/Stats/global.html
378370
379371
SendGrid's `X-SMTPAPI`_
380372
-----------------------
@@ -607,3 +599,5 @@ Deploying
607599
.. _`Web API v3 endpoints`: https://sendgrid.com/docs/API_Reference/Web_API_v3/index.html
608600
.. _TOX: https://testrun.org/tox/latest/
609601
.. _`few of the v3`: APIKeysAnchor_
602+
.. _`Suppression Management`: https://sendgrid.com/docs/API_Reference/Web_API_v3/Suppression_Management/index.html
603+
.. _`Global Stats`: https://sendgrid.com/docs/API_Reference/Web_API_v3/Stats/global.html

0 commit comments

Comments
 (0)