diff --git a/guides/tutorial/start.md b/guides/tutorial/start.md
index 223caa38b2..eb254502d3 100644
--- a/guides/tutorial/start.md
+++ b/guides/tutorial/start.md
@@ -12,7 +12,7 @@ Before you start, it's a good idea to have some background into GraphQL in gener
## The Example
- The tutorial expects you to have a properly set-up [Phoenix application](http://www.phoenixframework.org/docs/up-and-running) with absinthe and absinthe_plug added to the dependencies.
+ The tutorial expects you to have a properly set-up [Phoenix application](https://hexdocs.pm/phoenix/installation.html) with absinthe and absinthe_plug added to the dependencies.
> If you'd like to cheat, you can find the finished code for the tutorial
> in the Absinthe Example