Skip to content

Commit

Permalink
fix stray / in URLs (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Aug 12, 2024
1 parent 697faa5 commit dc3f659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
"[email protected]:apache/pekko-grpc")),
developers += Developer(
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc3f659

Please sign in to comment.