diff --git a/developer_manual/digging_deeper/flow.rst b/developer_manual/digging_deeper/flow.rst index fc0987b99ea..c2f09a4160b 100644 --- a/developer_manual/digging_deeper/flow.rst +++ b/developer_manual/digging_deeper/flow.rst @@ -8,7 +8,7 @@ Applications can expose entities with specific events on the one hand, and opera An example flow might be converting Word documents into PDF when they are added to one folder, then move that Word document to another folder once it's finished. This workflow would deal with the file entity's create event and act on that file. -At 36c3 blizzz gave a talk explaining Flow and `how to write actions and triggers. `_ You can `find the slides of their talk here. `_ +At 36c3 blizzz gave a talk explaining Flow and `how to write actions and triggers. `_ You can `find the slides of their talk here. `_ Entities ========