This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch avro-3559-fix-links-to-getting-started in repository https://gitbox.apache.org/repos/asf/avro.git
commit bc1abe76ca08716a718f55406674ab8977034a98 Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Fri Jul 1 12:07:04 2022 +0300 AVRO-3559: Fix links to "Getting started ..." on the home page 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 %}}
