lib/danger/commands/init.rb in danger-5.6.0 vs lib/danger/commands/init.rb in danger-5.6.1
- old
+ new
@@ -253,10 +253,10 @@
def unsure_token
ui.say "You need to expose a token called " + "DANGER_GITHUB_API_TOKEN".yellow + " and the value is the GitHub Personal Access Token."
ui.say "Depending on the CI system, this may need to be done on the machine (in the " + "~/.bashprofile".yellow + ") or in a web UI somewhere."
ui.say "We have a guide for all supported CI systems on danger.systems:"
- ui.link "http://danger.systems/guides/getting_started.html#setting-up-danger-to-run-on-your-ci"
+ ui.link "https://danger.systems/guides/getting_started.html#setting-up-danger-to-run-on-your-ci"
end
def note_about_clicking_links
modifier_key = "ctrl"
clicks = "clicking"