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

zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ca89cba489 IGNITE-28993 Update documentation link in warning (#13542)
2ca89cba489 is described below

commit 2ca89cba48957b867a44e5c0e78b2d72280e39d2
Author: Vasily Buter <[email protected]>
AuthorDate: Tue Sep 22 09:01:23 2026 -0500

    IGNITE-28993 Update documentation link in warning (#13542)
---
 .../apache/ignite/internal/processors/cache/GridLocalConfigManager.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridLocalConfigManager.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridLocalConfigManager.java
index 324849ec7af..abbfdff979e 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridLocalConfigManager.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridLocalConfigManager.java
@@ -550,7 +550,7 @@ public class GridLocalConfigManager {
                 if (!F.isEmpty(skippedConfigs)) {
                     U.warn(log, "Static configuration for the following caches 
will be ignored because a persistent " +
                         "cache with the same name already exist (see " +
-                        
"https://apacheignite.readme.io/docs/cache-configuration for more information): 
" +
+                        
"https://ignite.apache.org/docs/ignite2/latest/configuring-caches/configuration-overview
 for more information): " +
                         skippedConfigs);
                 }
             }

Reply via email to