Skip to content

Commit

Permalink
Fix cross page links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
halcy authored and halcy committed Nov 30, 2022
1 parent 98d9dfa commit c1b7a7e
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 181 deletions.
3 changes: 2 additions & 1 deletion docs/01_general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ manually (or persist objects, not just dicts).

There are convenience functions available for fetching the previous and next page of
a paginated request as well as for fetching all pages starting from a first page.
For details, see `fetch_next()`_, `fetch_previous()`_. and `fetch_remaining()`_.
For details, see :ref:`fetch_next() <fetch_next()>`, :ref:`fetch_previous() <fetch_previous()>`.
and :ref:`fetch_remaining() <fetch_remaining()>`.

IDs and unpacking
-----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/05_statuses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Writing
Scheduled statuses
------------------
These functions allow you to get information about scheduled statuses and to update scheduled statuses that already exist.
To create new scheduled statuses, use `status_post()`_ with the `scheduled_at` parameter.
To create new scheduled statuses, use :ref:`status_post() <status_post()>` with the `scheduled_at` parameter.

Reading
~~~~~~~
Expand Down

0 comments on commit c1b7a7e

Please sign in to comment.