Skip to content

Commit fbe350f

Browse files
authored
Merge pull request #5501 from duffuniverse/fix-links-in-development-guide
Fix a few links in the Development guide
2 parents c4f07cd + e51a1fb commit fbe350f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ So, you want to hack on GraphQL Ruby! Here are some tips for getting started.
1414
- [Debug](#debugging-with-pry) with pry
1515
- [Run the benchmarks](#running-the-benchmarks) to test performance in your environment
1616
- [Coding guidelines](#coding-guidelines) for working on your contribution
17-
- Special tools for building the [lexer and parser](#lexer-and-parser)
17+
- Special tools for building the lexer and parser
1818
- Building and publishing the [GraphQL Ruby website](#website)
1919
- [Versioning](#versioning) describes how changes are managed and released
2020
- [Releasing](#releasing) Gem versions
@@ -116,7 +116,7 @@ BUNDLE_GEMFILE=gemfiles/rails_5.gemfile bundle exec rake test
116116

117117
## Debugging with Pry
118118

119-
[`pry`](https://pryrepl.org/) is included with GraphQL-Ruby's development setup to help with debugging.
119+
[`pry`](https://pry.github.io/) is included with GraphQL-Ruby's development setup to help with debugging.
120120

121121
To pause execution in Ruby code, add:
122122

0 commit comments

Comments
 (0)