1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Update references from pryrepl.org to pry.github.io

This commit is contained in:
André Luis Leal Cardoso Junior 2022-01-09 11:23:27 -03:00
parent 8beab43027
commit 86257a41e3
2 changed files with 2 additions and 2 deletions

View file

@ -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)" \
)

View file

@ -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
#