Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link to Phoenix documentation #640

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/tutorial/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://hex.pm/packages/absinthe">absinthe</a> and <a href="https://hex.pm/packages/absinthe_plug">absinthe_plug</a> added to the dependencies.
The tutorial expects you to have a properly set-up [Phoenix application](https://hexdocs.pm/phoenix/installation.html) with <a href="https://hex.pm/packages/absinthe">absinthe</a> and <a href="https://hex.pm/packages/absinthe_plug">absinthe_plug</a> added to the dependencies.

> If you'd like to cheat, you can find the finished code for the tutorial
> in the <a href="https://github.com/absinthe-graphql/absinthe_tutorial">Absinthe Example</a>
Expand Down