Skip to content

Commit

Permalink
fix: fix link references
Browse files Browse the repository at this point in the history
mariajgrimaldi committed Oct 31, 2024
1 parent 75cc711 commit 8d0fed0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/concepts/hooks/index.rst
Original file line number Diff line number Diff line change
@@ -120,12 +120,12 @@ Use an Open edX Event when you need to:

In summary, events can be used to integrate application components with each other or with external services, allowing them to communicate, synchronize, and perform additional actions when specific triggers occur.

You can review the `Open edX Events`_ documentation for more information on `how to use events`_ in your project. This documentation includes a `list of available events`_ and `how to implement event handlers`_.
You can review the `Open edX Events`_ documentation for more information on `how to use events`_ in your project. This documentation includes a `list of available events`_ and `how to implement event receivers`_.

.. _Open edX Events: https://docs.openedx.org/projects/openedx-events/en/latest/
.. _how to use events: https://docs.openedx.org/projects/openedx-events/en/latest/how-tos/using-events.html
.. _list of available events: https://docs.openedx.org/projects/openedx-events/en/latest/reference/events.html
.. _how to implement custom event handlers: https://docs.openedx.org/projects/openedx-events/en/latest/how-tos/using-events.html#receiving-events
.. _how to implement event receivers: https://docs.openedx.org/projects/openedx-events/en/latest/how-tos/using-events.html#receiving-events

When to use an Open edX Filter?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -138,10 +138,10 @@ Use an Open edX Filter when:

In summary, filters can be used when implementing application flow control that modifies the application's behavior, navigation, or user interaction flow during runtime.

You can review the `Open edX Filters`_ documentation for more information on `how to use filters`_ in your project or `create new`_. This documentation includes a `list of available filters`_ and `how to implement filters`_.
You can review the `Open edX Filters`_ documentation for more information on `how to use filters`_ in your project or `create new filters`_. This documentation includes a `list of available filters`_ and `how to implement filter pipelines`_.

.. _Open edX Filters: https://docs.openedx.org/projects/openedx-filters/en/latest/
.. _how to use filters: https://docs.openedx.org/projects/openedx-filters/en/latest/how-tos/using-filters.html
.. _list of available filters: https://docs.openedx.org/projects/openedx-filters/en/latest/reference/filters.html
.. _how to implement filters: https://docs.openedx.org/projects/openedx-filters/en/latest/how-tos/using-filters.html#implement-pipeline-steps
.. _create new: https://docs.openedx.org/projects/openedx-filters/en/latest/how-tos/create-new-filters.html
.. _how to implement filter pipelines: https://docs.openedx.org/projects/openedx-filters/en/latest/how-tos/using-filters.html#implement-pipeline-steps
.. _create new filters: https://docs.openedx.org/projects/openedx-filters/en/latest/how-tos/create-new-filters.html

0 comments on commit 8d0fed0

Please sign in to comment.