From a5652f4d0ef9744049ccb8b1555d03e14dc29736 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Fri, 8 May 2015 14:46:28 +0000 Subject: [PATCH] * use more readable bit.ly shortlinks --- source/net/filebot/cli/ArgumentProcessor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/net/filebot/cli/ArgumentProcessor.java b/source/net/filebot/cli/ArgumentProcessor.java index 7274713a..09e765ab 100644 --- a/source/net/filebot/cli/ArgumentProcessor.java +++ b/source/net/filebot/cli/ArgumentProcessor.java @@ -56,10 +56,10 @@ public class ArgumentProcessor { if (args.script == null) { // sanity checks if (args.getSubtitles) { - throw new CmdlineException("`filebot -get-subtitles` has been disabled due to abuse. Please see http://goo.gl/G9Yf2Y for details."); + throw new CmdlineException("`filebot -get-subtitles` has been disabled due to abuse. Please see http://bit.ly/suball for details."); } if (args.getMissingSubtitles && args.recursive) { - throw new CmdlineException("`filebot -get-missing-subtitles -r` has been disabled due to abuse. Please see http://goo.gl/G9Yf2Y for details."); + throw new CmdlineException("`filebot -get-missing-subtitles -r` has been disabled due to abuse. Please see http://bit.ly/suball for details."); } // file operations