Skip to content

Commit

Permalink
Correct link to Getting Started from readme.md
Browse files Browse the repository at this point in the history
Diving into the graphql-ruby library was a bit frustrating because the "Getting Started" link in the readme didn't go to the Getting Started page on the website, but to the home page. 

Eventually I found it, but maybe this will save others the trouble.
  • Loading branch information
robacarp authored Jun 22, 2019
1 parent 6727986 commit 436cac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $ rails generate graphql:install

After this, you may need to run `bundle install` again, as by default graphiql-rails is added on installation.

Or, see ["Getting Started"](https://graphql-ruby.org/).
Or, see ["Getting Started"](https://graphql-ruby.org/getting_started.html).

## Upgrade

Expand Down

0 comments on commit 436cac8

Please sign in to comment.