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:
parent
8beab43027
commit
86257a41e3
2 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ Pry::CLI.add_options do
|
||||||
banner(
|
banner(
|
||||||
"Usage: pry [OPTIONS]\n" \
|
"Usage: pry [OPTIONS]\n" \
|
||||||
"Start a Pry session.\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)" \
|
"Copyright (c) 2016 John Mair (banisterfiend)" \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ require 'ostruct'
|
||||||
# This will show a list of available commands and their usage. For more
|
# This will show a list of available commands and their usage. For more
|
||||||
# information about Pry you can refer to the following resources:
|
# information about Pry you can refer to the following resources:
|
||||||
#
|
#
|
||||||
# * http://pryrepl.org/
|
# * https://pry.github.io
|
||||||
# * https://github.com/pry/pry
|
# * https://github.com/pry/pry
|
||||||
# * the IRC channel, which is #pry on the Freenode network
|
# * the IRC channel, which is #pry on the Freenode network
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue