diff --git a/guides/recipes/access-page-info.md b/guides/recipes/access-page-info.md index 60193f67..92b6adac 100644 --- a/guides/recipes/access-page-info.md +++ b/guides/recipes/access-page-info.md @@ -10,4 +10,4 @@ For example, to access the current page title in a template:

<%= @beacon.page.title %>

``` -See the module `Beacon.Web.BeaconAssigns` for more info. \ No newline at end of file +See the module [Beacon.Web.BeaconAssigns](https://hexdocs.pm/beacon/Beacon.Web.BeaconAssigns.html) for more info.