aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-02-27 11:42:22 +0100
committerneodarz <neodarz@neodarz.net>2017-02-27 11:42:22 +0100
commit54d7c6bfd0d93bf4a02a510bed5e691f4b4bab99 (patch)
tree9ce9eb2d4a366dd68b2fa8332aefd4b8df7c044e
parent9e6d421451882f0162ebbac217af5d06328a0ad8 (diff)
downloadthe_transcriber_backend-54d7c6bfd0d93bf4a02a510bed5e691f4b4bab99.tar.xz
the_transcriber_backend-54d7c6bfd0d93bf4a02a510bed5e691f4b4bab99.zip
Edit link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 953f314..84b4dc2 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ You can also view the content of the database with this web page :
## Development:
If you have an error like : `[debug] ** (Ecto.NoResultsError) expected at least one result but got none in query:` when you dev, check the doc :
-`http://www.phoenixframework.org/v0.14.0/docs/custom-errors`
+[`http://www.phoenixframework.org/v0.14.0/docs/custom-errors`](http://www.phoenixframework.org/v0.14.0/docs/custom-errors)
tl;dr: change this `debug_errors: false` and `catch_errors: true` in
`config/dev.exs`