aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-30 19:04:26 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-30 19:04:26 +0200
commitc1b7a7e4e52f20121393c69680290ddd24d7e976 (patch)
tree03b45c4e68f33b9ebf0d1105e2ed010bd20fcc40 /docs/05_statuses.rst
parent98d9dfa357dbd57913eec8b60fa96e7f4928f303 (diff)
downloadmastodon.py-c1b7a7e4e52f20121393c69680290ddd24d7e976.tar.gz
Fix cross page links in docs
Diffstat (limited to 'docs/05_statuses.rst')
-rw-r--r--docs/05_statuses.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/05_statuses.rst b/docs/05_statuses.rst
index 5615a9f..9549c4a 100644
--- a/docs/05_statuses.rst
+++ b/docs/05_statuses.rst
@@ -50,7 +50,7 @@ Writing
50Scheduled statuses 50Scheduled statuses
51------------------ 51------------------
52These functions allow you to get information about scheduled statuses and to update scheduled statuses that already exist. 52These functions allow you to get information about scheduled statuses and to update scheduled statuses that already exist.
53To create new scheduled statuses, use `status_post()`_ with the `scheduled_at` parameter. 53To create new scheduled statuses, use :ref:`status_post() <status_post()>` with the `scheduled_at` parameter.
54 54
55Reading 55Reading
56~~~~~~~ 56~~~~~~~
Powered by cgit v1.2.3 (git 2.41.0)