You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by je...@apache.org on 2018/02/27 14:53:34 UTC

[sling-org-apache-sling-query] branch master updated: SLING-7520 changed shortened URL

This is an automated email from the ASF dual-hosted git repository.

jeb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-query.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d247f8  SLING-7520 changed shortened URL
4d247f8 is described below

commit 4d247f87d846949af97bf25425ff2527e38db866
Author: JE Bailey <je...@apache.org>
AuthorDate: Tue Feb 27 09:53:24 2018 -0500

    SLING-7520 changed shortened URL
    
    now points to the equivalent page in Apache Sling Query documentation
---
 src/main/java/org/apache/sling/query/iterator/WarningIterator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/query/iterator/WarningIterator.java b/src/main/java/org/apache/sling/query/iterator/WarningIterator.java
index 47817da..9dc2bf5 100644
--- a/src/main/java/org/apache/sling/query/iterator/WarningIterator.java
+++ b/src/main/java/org/apache/sling/query/iterator/WarningIterator.java
@@ -52,7 +52,7 @@ public class WarningIterator<T> extends AbstractIterator<T> {
 		}
 		if (count++ == limit) {
 			LOG.warn(
-					"Number of processed resources exceeded {}. Consider using a JCR query instead of SlingQuery. More info here: http://git.io/h2HeUQ",
+					"Number of processed resources exceeded {}. Consider using a JCR query instead of SlingQuery. More info here: https://s.apache.org/oana",
 					new Object[] { limit });
 		}
 		return iterator.next();

-- 
To stop receiving notification emails like this one, please contact
jeb@apache.org.