From 86257a41e3a8a704a2d3f4ae4715a69d044fdcb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Luis=20Leal=20Cardoso=20Junior?= Date: Sun, 9 Jan 2022 11:23:27 -0300 Subject: Update references from pryrepl.org to pry.github.io --- lib/pry/cli.rb | 2 +- lib/pry/pry_instance.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pry/cli.rb b/lib/pry/cli.rb index 444a83ad..f20c10fa 100644 --- a/lib/pry/cli.rb +++ b/lib/pry/cli.rb @@ -122,7 +122,7 @@ Pry::CLI.add_options do banner( "Usage: pry [OPTIONS]\n" \ "Start a Pry session.\n" \ - "See http://pryrepl.org/ for more information.\n" \ + "See http://pry.github.io/ for more information.\n" \ "Copyright (c) 2016 John Mair (banisterfiend)" \ ) diff --git a/lib/pry/pry_instance.rb b/lib/pry/pry_instance.rb index d1de5c4d..c66c607e 100644 --- a/lib/pry/pry_instance.rb +++ b/lib/pry/pry_instance.rb @@ -20,7 +20,7 @@ require 'ostruct' # This will show a list of available commands and their usage. For more # information about Pry you can refer to the following resources: # -# * http://pryrepl.org/ +# * https://pry.github.io # * https://github.com/pry/pry # * the IRC channel, which is #pry on the Freenode network # -- cgit v1.2.1