pantograph/lib/pantograph/cli_tools_distributor.rb in pantograph-0.1.20 vs pantograph/lib/pantograph/cli_tools_distributor.rb in pantograph-0.1.21
- old
+ new
@@ -49,11 +49,11 @@
print_bundle_exec_warning(is_slow: (Time.now - before_import_time > 3))
end
# Try to check UTF-8 with `locale`, fallback to environment variables
unless utf8_locale?
- warn = "WARNING: pantograph requires your locale to be set to UTF-8. To learn more go to https://johnknapprs.github.io/pantograph/getting-started/mac/setup/#set-up-environment-variables"
+ warn = "WARNING: pantograph requires your locale to be set to UTF-8. To learn more go to https://urbanquakers.github.io/pantograph/getting-started/mac/setup/#set-up-environment-variables"
UI.error(warn)
at_exit do
# Repeat warning here so users hopefully see it
UI.error(warn)
end
@@ -161,10 +161,10 @@
UI.command "echo 'gem \"pantograph\"' >> Gemfile"
UI.command 'bundle install'
UI.message('')
UI.important('After creating the Gemfile and Gemfile.lock, commit those files into version control')
end
- UI.important('Get started using a Gemfile for pantograph https://johnknapprs.github.io/pantograph/getting-started/mac/setup/#use-a-gemfile')
+ UI.important('Get started using a Gemfile for pantograph https://urbanquakers.github.io/pantograph/getting-started/mac/setup/#use-a-gemfile')
end
# Returns an array of symbols for the available lanes for the Pantfile
# This doesn't actually use the Pantfile parser, but only
# the available lanes. This way it's much faster, which