diff --git a/gsyVideoPlayer-proxy_cache/src/main/java/com/danikula/videocache/HttpUrlSource.java b/gsyVideoPlayer-proxy_cache/src/main/java/com/danikula/videocache/HttpUrlSource.java index 7c43187c9..9b4125645 100644 --- a/gsyVideoPlayer-proxy_cache/src/main/java/com/danikula/videocache/HttpUrlSource.java +++ b/gsyVideoPlayer-proxy_cache/src/main/java/com/danikula/videocache/HttpUrlSource.java @@ -116,7 +116,7 @@ public void close() throws ProxyCacheException { } catch (NullPointerException | IllegalArgumentException e) { String message = "Wait... but why? WTF!? " + "Really shouldn't happen any more after fixing https://github.com/danikula/AndroidVideoCache/issues/43. " + - "If you read it on your device log, please, notify me danikula@gmail.com or create issue here " + + "If you read it on your device log, please, notify me https://github.com/danikula or create issue here " + "https://github.com/danikula/AndroidVideoCache/issues."; throw new RuntimeException(message, e); } catch (ArrayIndexOutOfBoundsException e) {