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 18:07:18 UTC

[ignite] branch ignite-2.12 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 ignite-2.12
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-2.12 by this push:
     new 23ee8332 IGNITE-16459 Fixed a broken link to a section in the same doc. Fixes #9798
23ee8332 is described below

commit 23ee833217e295d38ef2a8a7ba9cd2ff10b38745
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>
    (cherry picked from commit 3b5c936aa37581b4c3188807396e5179322c2953)
---
 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 9f4f3ca..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 <<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