Skip to content

Commit

Permalink
fix link in usage.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsadetsky authored and aleksihakli committed Oct 24, 2023
1 parent 4ac3f97 commit 0c52a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The high level iCal feed-generating is supplied by the
:class:`ICalFeed <django_ical.views.ICalFeed>` class.
To create a feed, write a :class:`ICalFeed <django_ical.views.ICalFeed>`
class and point to an instance of it in your
`URLconf <https://docs.djangoproject.com/en/1.9/topics/http/urls/>`_.
`URLconf <https://docs.djangoproject.com/en/4.2/topics/http/urls/>`_.

With RSS feeds, the items in the feed represent articles or simple web pages.
The :class:`ICalFeed <django_ical.views.ICalFeed>` class represents an
Expand Down

0 comments on commit 0c52a7a

Please sign in to comment.