Skip to content

Commit d4de429

Browse files
Shrikant Giriauvipy
authored andcommitted
Fix reStructuredText link syntax in introduction.txt
- Replace incorrect :ref: syntax with proper external link reference - Change reference to match link text 'Celery documentation' - Update URL from /master/ to /latest/ for stable documentation - Ensures link renders correctly in generated documentation Fixes #492
1 parent 47b4f4e commit d4de429

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/includes/introduction.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ it will be stored in :attr:`TaskResult.periodic_task_name <django_celery_results
1919
Installing
2020
==========
2121

22-
The installation instructions for this extension is available from the :ref:`Celery documentation <django-celery-results>`.
22+
.. _Celery documentation: https://docs.celeryq.dev/en/latest/django/first-steps-with-django.html#django-celery-results
23+
24+
The installation instructions for this extension is available from the `Celery documentation`_.

0 commit comments

Comments
 (0)