Skip to content

Commit 93e5c69

Browse files
Fix file path in controllers documentation (#6544)
1 parent 3755ea5 commit 93e5c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Using `Plug` functions in this way, we can craft just the response we need.
254254

255255
Analogous to the `_format` query string param, we can render any sort of format we want by modifying the HTTP Content-Type Header and providing the appropriate template.
256256

257-
If we wanted to render an XML version of our `home` action, we might implement the action like this in `lib/hello_web/page_controller.ex`.
257+
If we wanted to render an XML version of our `home` action, we might implement the action like this in `lib/hello_web/controllers/page_controller.ex`.
258258

259259
```elixir
260260
def home(conn, _params) do

0 commit comments

Comments
 (0)