Skip to content

Commit

Permalink
update link to mime types (#3249)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacck authored and chrismccord committed Jan 18, 2019
1 parent 0ae358d commit 63a33b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/controllers.md
Expand Up @@ -414,7 +414,7 @@ end

We would then need to provide an `index.xml.eex` template which created valid xml, and we would be done.

For a list of valid content mime-types, please see the [mime.types](https://github.com/elixir-lang/mime/blob/master/lib/mime.types) documentation from the mime type library.
For a list of valid content mime-types, please see the [mime.types](https://github.com/elixir-plug/mime/blob/master/priv/mime.types) documentation from the mime type library.

### Setting the HTTP Status

Expand Down

0 comments on commit 63a33b2

Please sign in to comment.