summaryrefslogtreecommitdiff
path: root/lib/pry
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pry')
-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
#