Skip to content

Commit

Permalink
fix: add missing references for links
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Oct 15, 2024
1 parent a18bcb3 commit 6314f43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/concepts/events-vs-filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ platform. They allow external functions, known as signal handlers in the Django
to be executed when the event is triggered. These functions can extend the functionality of the platform or perform additional
processing based on the event data.

For a more detailed explanation of Open edX Events, see the `Open edX Events`_ document.
For a more detailed explanation of Open edX Events, see the rest of the Open edX Events documentation.

Filters
-------
Expand All @@ -28,6 +28,8 @@ login or requirements without directly modifying the application code.

For a more detailed explanation of Open edX Filters, see the `Open edX Filters`_ documentation.

.. _Open edX Filters: https://docs.openedx.org/projects/openedx-filters/en/latest/

Differences between Events and Filters
--------------------------------------

Expand Down
3 changes: 3 additions & 0 deletions docs/concepts/openedx-events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ For more details on the following topics, see the corresponding links:
.. _Django Signals Documentation: https://docs.djangoproject.com/en/4.2/topics/signals/
.. _triggering the COURSE_ENROLLMENT_CREATED event: https://github.com/openedx/edx-platform/blob/master/common/djangoapps/student/models/course_enrollment.py#L777-L795
.. _signal handler listening: https://github.com/openedx/edx-platform/blob/master/common/djangoapps/student/models/course_enrollment.py#L777-L795
.. _Open edX Events Naming and Versioning: https://github.com/openedx/openedx-events/blob/main/docs/decisions/0002-events-naming-and-versioning.rst
.. _Open edX Events Payload: https://github.com/openedx/openedx-events/blob/main/docs/decisions/0003-events-payload.rst
.. _External Event Bus and Django Signal Events: https://github.com/openedx/openedx-events/blob/main/docs/decisions/0004-external-event-bus-and-django-signal-events.rst

0 comments on commit 6314f43

Please sign in to comment.