This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
commit ec74a4083085f9d584ff54a0d53e1d9bd6e90c28 Author: Lee Rhodes <[email protected]> AuthorDate: Tue Jan 21 11:45:14 2025 -0800 update link to 6.2.0 --- _includes/javadocs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/javadocs.html b/_includes/javadocs.html index 230cdb77a..b072c27ca 100644 --- a/_includes/javadocs.html +++ b/_includes/javadocs.html @@ -3,7 +3,7 @@ <li class="dropdown ds-nav" > <!-- <img class="java-logo" src="/img/JavaLogo.png" alt="java-logo"> --> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" style="padding: 0px 10px 0px 0px; line-height: 50px;"><span style="padding: 0px 10px 0px 0px;"> CODE DOCS<span class="caret"></span></span></a> <ul class="dropdown-menu ds-nav"> - <li><a href="https://apache.github.io/datasketches-java/6.1.1/">Java 8,11 Core</a></li> + <li><a href="https://apache.github.io/datasketches-java/6.2.X/">Java 8,11 Core</a></li> <li><a href="https://apache.github.io/datasketches-java/7.0.0/">Java 17 Core</a></li> <li><a href="https://apache.github.io/datasketches-cpp/5.1.0/">C++ Core</a></li> <li><a href="https://apache.github.io/datasketches-python/5.1.0/">Python</a></li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
