Skip to content

Commit

Permalink
Fix link for Maven Central (#965)
Browse files Browse the repository at this point in the history
Motivation:

Maven Central requires `https` schema.

Modifications:

- Change schema for Maven Central: `http` -> `https`;

Result:

Link for Maven Central works correctly.
  • Loading branch information
idelpivnitskiy committed Mar 11, 2020
1 parent bb5a53e commit 8c4463d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Expand Up @@ -13,7 +13,7 @@ See the link:https://docs.servicetalk.io/[ServiceTalk docs] for more information


== Getting Started == Getting Started


ServiceTalk releases are available on link:http://repo1.maven.org/maven2/io/servicetalk/[Maven Central]. ServiceTalk releases are available on link:https://repo1.maven.org/maven2/io/servicetalk/[Maven Central].


For Gradle as well as other build tools that don't use Maven Central as a default repository, additional configuration For Gradle as well as other build tools that don't use Maven Central as a default repository, additional configuration
is required. is required.
Expand Down Expand Up @@ -89,7 +89,7 @@ NOTE: This inheritance mechanism can be disabled by setting a Gradle property: +


==== Build Commands ==== Build Commands


You should be able to run the following command to build ServiceTalk and verify that all You should be able to run the following command to build ServiceTalk and verify that all
tests and code quality checks pass: tests and code quality checks pass:


[source,shell] [source,shell]
Expand Down

0 comments on commit 8c4463d

Please sign in to comment.