Fix API reference link for entities in documentation
authorHarmon <Harmon758@gmail.com>
Fri, 6 Jul 2018 07:57:04 +0000 (02:57 -0500)
committerHarmon <Harmon758@gmail.com>
Mon, 4 Feb 2019 06:29:13 +0000 (00:29 -0600)
docs/api.rst

index 66f2b3cfeb3fe70af2a6e6f0a6a9673e0fae8af4..76fbe40344bf9bcad40f930abd02851e8ee1129e 100644 (file)
@@ -53,7 +53,7 @@ Timeline methods
    `id` parameter.
 
    :param id_: A list of Tweet IDs to lookup, up to 100
-   :param include_entities: A boolean indicating whether or not to include [entities](https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/entities-object) in the returned tweets. Defaults to False.
+   :param include_entities: A boolean indicating whether or not to include `entities <https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/entities-object>`_ in the returned tweets. Defaults to False.
    :param trim_user: A boolean indicating if user IDs should be provided, instead of full user information. Defaults to False.
    :param map_: A boolean indicating whether or not to include tweets that cannot be shown, but with a value of None. Defaults to False.
    :rtype: list of :class:`Status` objects