You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sk...@apache.org on 2022/02/03 17:58:55 UTC

[ignite] branch master updated: IGNITE-16459 Fixed a broken link to a section in the same doc. Fixes #9798

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

sk0x50 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 3b5c936a IGNITE-16459 Fixed a broken link to a section in the same doc. Fixes #9798
3b5c936a is described below

commit 3b5c936aa37581b4c3188807396e5179322c2953
Author: IgGusev <de...@mail.ru>
AuthorDate: Thu Feb 3 20:58:24 2022 +0300

    IGNITE-16459 Fixed a broken link to a section in the same doc. Fixes #9798
    
    Signed-off-by: Slava Koptilin <sl...@gmail.com>
---
 docs/_docs/quick-start/java.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_docs/quick-start/java.adoc b/docs/_docs/quick-start/java.adoc
index c2d3441..4d2c469 100644
--- a/docs/_docs/quick-start/java.adoc
+++ b/docs/_docs/quick-start/java.adoc
@@ -22,7 +22,7 @@ Ignite was officially tested on:
 
 include::includes/prereqs.adoc[]
 
-If you use Java version 11 or later, see link:https://ignite.apache.org/docs/latest/quick-start/java#running-ignite-with-java-11[Running Ignite with Java 11 or later] for details.
+If you use Java version 11 or later, see <<Running Ignite with Java 11>> for details.
 
 == Installing Ignite