diff --git a/Home.md b/Home.md index 2743875..18ad5fe 100644 --- a/Home.md +++ b/Home.md @@ -62,7 +62,7 @@ final class GatherPress extends Event_Plugin_Integration implements Feature_Even ### Transformer Transformers are the classes that convert an WordPress post type (e.g. one used for events) to _ActivityStreams_. -The Event Bridge for ActivityPub then takes care of applying the transformer, so you can jump right into [implementing it](./transformer.md). +The Event Bridge for ActivityPub then takes care of applying the transformer. A tutorial of how to write a new Event transformer can be found [here](./transformer.md). ### Event Sources Feature – Transmogrifier