diff --git a/project/Common.scala b/project/Common.scala index 0ef5a1f9..cc363ece 100644 --- a/project/Common.scala +++ b/project/Common.scala @@ -30,7 +30,7 @@ object Common extends AutoPlugin { override def globalSettings = Seq( - homepage := Some(url("https://pekko.apache.org//")), + homepage := Some(url("https://pekko.apache.org/")), scmInfo := Some(ScmInfo(url("https://github.com/apache/pekko-grpc"), "git@github.com:apache/pekko-grpc")), developers += Developer( diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4a7187c0..888cd5d9 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -26,7 +26,7 @@ object Dependencies { // We don't force Pekko updates because downstream projects can upgrade // themselves. For more information see - // https://pekko.apache.org//docs/pekko/current/project/downstream-upgrade-strategy.html + // https://pekko.apache.org/docs/pekko/current/project/downstream-upgrade-strategy.html val pekko = PekkoCoreDependency.version val pekkoBinary = pekko.take(3) val pekkoHttp = PekkoHttpDependency.version