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

Merge pull request #2233 from pry/update-pryrepl-org-refs

Update references from pryrepl.org to pry.github.io
This commit is contained in:
André Luis Leal Cardoso Junior 2022-01-11 10:49:08 -03:00 committed by GitHub
commit 454990b834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
#