summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-01-09 11:23:27 -0300
committerAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-01-09 11:23:27 -0300
commit86257a41e3a8a704a2d3f4ae4715a69d044fdcb1 (patch)
tree72be39e09c60e60046d4a5a7a038b15c0350e909
parent8beab43027eb454adf1400dbfdb449b7d1e663f6 (diff)
downloadpry-update-pryrepl-org-refs.tar.gz
Update references from pryrepl.org to pry.github.ioupdate-pryrepl-org-refs
-rw-r--r--lib/pry/cli.rb2
-rw-r--r--lib/pry/pry_instance.rb2
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
#