Skip to content

Commit

Permalink
doc: fix events links
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Sep 21, 2024
1 parent 7106cd6 commit 2ec0f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/introduction/your-first-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Save the changes.

Besides displaying some data, we will have a form to subscribe people to our newsletter, so we need to react to that event. Let's create an event handler for that.

Go to http://localhost:4000/admin/my_site/pages, click on the Home Page, and click on the Events tab on the top of the page. Then create a new event handler `join` with the following content:
Go to http://localhost:4000/admin/my_site/events and create a new event handler named `join` with the following content:

```elixir
%{"waitlist" => %{"email" => email}} = event_params
Expand Down

0 comments on commit 2ec0f0e

Please sign in to comment.