Skip to content

Commit 92725c3

Browse files
committed
packages.grpc.io: Use search.maven.org instead of mvnrepository.com
It is unafficiated with Maven Central. Just link to the normal site. This is approximately the same link the grpc-java README uses. Technically, https://repo.maven.apache.org/maven2/io/grpc/ is potentially even better, since that is by Apache instead of Sonatype and is the _actual_ repository, but the difference probably doesn't matter to most people.
1 parent 3f4b0d5 commit 92725c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/package_hosting/home.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<li><a href="https://github.com/grpc/grpc/blob/master/src/csharp">C#</a>: NuGet package <code>Grpc</code></li>
4646
<li><a href="https://github.com/grpc/grpc-dart">Dart</a>: pub package <code>grpc</code></li>
4747
<li><a href="https://github.com/grpc/grpc-go">Go</a>: <code>go get google.golang.org/grpc</code></li>
48-
<li><a href="https://github.com/grpc/grpc-java">Java</a>: Use JARs from <a href="https://mvnrepository.com/artifact/io.grpc">gRPC Maven Central Repository</a></li>
48+
<li><a href="https://github.com/grpc/grpc-java">Java</a>: Use JARs from <a href="https://search.maven.org/search?q=g:io.grpc">gRPC Maven Central Repository</a></li>
4949
<li><a href="https://github.com/grpc/grpc-kotlin">Kotlin</a>: Use JARs from <a href="https://mvnrepository.com/artifact/io.grpc">gRPC Maven Central Repository</a></li>
5050
<li><a href="https://github.com/grpc/grpc-node">Node</a>: <code>npm install grpc</code></li>
5151
<li><a href="https://github.com/grpc/grpc/blob/master/src/objective-c">Objective-C</a>: Add <code>gRPC-ProtoRPC</code> dependency to podspec</li>

0 commit comments

Comments
 (0)