Skip to content

Commit

Permalink
docs: update filter references to match events
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi authored and sarina committed Jan 15, 2025
1 parent 71ab10d commit 5960fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/developers/concepts/hooks_extension_framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Fore more detailed use cases, please visit :doc:`openedx-events:reference/real-l

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 :doc:`Open edX Events <openedx-events:index>` documentation for more information on :doc:`openedx-events:how-tos/create-a-new-event` and :doc:`openedx-events:how-tos/consume-an-event` in your project. This documentation includes a list of :doc:`openedx-events:reference/events` and much more.
You can review the :doc:`Open edX Events <openedx-events:index>` documentation for more information on :doc:`creating events <openedx-events:how-tos/create-a-new-event>` and :doc:`consuming them <openedx-events:how-tos/consume-an-event>` in your project. This documentation includes a list of :doc:`openedx-events:reference/events` and much more.

When to Use an Open edX Filter?
-------------------------------
Expand All @@ -135,7 +135,7 @@ Fore more detailed use cases, please visit :doc:`openedx-filters:reference/real-

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 :doc:`Open edX Filters <openedx-filters:index>` documentation for more information on :doc:`openedx-filters:how-tos/using-filters` in your project. This documentation includes a list of :doc:`openedx-filters:reference/filters` and much more.
You can review the :doc:`Open edX Filters <openedx-filters:index>` documentation for more information on :doc:`creating filters <openedx-filters:how-tos/create-new-filter>` and :doc:`using them <openedx-filters:how-tos/using-filters>` in your project. This documentation includes a list of :doc:`openedx-filters:reference/filters` and much more.

Still Deciding Which to Use?
----------------------------
Expand Down

0 comments on commit 5960fbc

Please sign in to comment.