From c48e662cd1d75a9bd48a778e87a8614b3f900679 Mon Sep 17 00:00:00 2001 From: AdRiley Date: Thu, 22 Feb 2024 14:23:16 +0000 Subject: [PATCH] Update link to point to search page (#9139) I think this link is better is you want to find libraries in maven central --- docs/polyglot/java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/polyglot/java.md b/docs/polyglot/java.md index 10e819c04f..9efb70568d 100644 --- a/docs/polyglot/java.md +++ b/docs/polyglot/java.md @@ -164,7 +164,7 @@ build tool_ - to download [google-analytics-data library](https://central.sonatype.com/artifact/com.google.analytics/google-analytics-data/0.44.0) library version `0.44.0` and all _its dependencies_ into your `polyglot/java` directory. Of course, _feel free to find different library_ on -[Maven central](http://maven.apache.org) to download - edit `pom.xml` +[Maven central](https://search.maven.org/) to download - edit `pom.xml` appropriately. Once your files are ready execute: ```bash