From e51a1fb3c7044d9f4b41ccfd61c4a83c94ad45cc Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Thu, 15 Jan 2026 18:54:15 +0300 Subject: [PATCH] Fix a few links in development guide --- guides/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/development.md b/guides/development.md index e17d09f8e8..935ab06780 100644 --- a/guides/development.md +++ b/guides/development.md @@ -14,7 +14,7 @@ So, you want to hack on GraphQL Ruby! Here are some tips for getting started. - [Debug](#debugging-with-pry) with pry - [Run the benchmarks](#running-the-benchmarks) to test performance in your environment - [Coding guidelines](#coding-guidelines) for working on your contribution -- Special tools for building the [lexer and parser](#lexer-and-parser) +- Special tools for building the lexer and parser - Building and publishing the [GraphQL Ruby website](#website) - [Versioning](#versioning) describes how changes are managed and released - [Releasing](#releasing) Gem versions @@ -116,7 +116,7 @@ BUNDLE_GEMFILE=gemfiles/rails_5.gemfile bundle exec rake test ## Debugging with Pry -[`pry`](https://pryrepl.org/) is included with GraphQL-Ruby's development setup to help with debugging. +[`pry`](https://pry.github.io/) is included with GraphQL-Ruby's development setup to help with debugging. To pause execution in Ruby code, add: