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

rskraba pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new b7168caef AVRO-3559: Fix links to "Getting started ..." on the home 
page (#1749)
b7168caef is described below

commit b7168caefe59fb8fbd0a59fa0f4a601918ffbbf9
Author: Martin Grigorov <[email protected]>
AuthorDate: Fri Jul 1 19:40:02 2022 +0300

    AVRO-3559: Fix links to "Getting started ..." on the home page (#1749)
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 doc/content/en/_index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/content/en/_index.html b/doc/content/en/_index.html
index 58e445800..57c806025 100644
--- a/doc/content/en/_index.html
+++ b/doc/content/en/_index.html
@@ -57,11 +57,11 @@ Rust, JavaScript, and even Perl.
 {{< blocks/section color="dark" type="features">}}
 <!-- Note: the number of feature blocks should be a multiple of 3 for optimal 
display -->
 
-{{% blocks/feature icon="fab fa-java" title="Getting started with Java" 
url="/docs/getting-started-java" %}}
+{{% blocks/feature icon="fab fa-java" title="Getting started with Java" 
url="/docs/++version++/getting-started-java" %}}
 For Java / JVM users, find out everything you need to know about specifying a 
schema, (de)serializing Avro data and code generation.
 {{% /blocks/feature %}}
 
-{{% blocks/feature icon="fab fa-python" title="Getting started with Python" 
url="/docs/getting-started-python" %}}
+{{% blocks/feature icon="fab fa-python" title="Getting started with Python" 
url="/docs/++version++/getting-started-python" %}}
 For Python users, find out everything you need to know about specifying a 
schema and (de)serializing Avro data.
 {{% /blocks/feature %}}
 

Reply via email to