Skip to content

Commit

Permalink
Don't use versioned micrometer documentation links
Browse files Browse the repository at this point in the history
Closes gh-40916
  • Loading branch information
philwebb committed Jun 20, 2024
1 parent 9dda006 commit dfa7359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ bom {
}
links {
site("https://micrometer.io")
docs { version -> "https://docs.micrometer.io/micrometer/reference/%s.%s"
docs { version -> "https://docs.micrometer.io/micrometer/reference"
.formatted(version.major(), version.minor()) }
releaseNotes("https://github.com/micrometer-metrics/micrometer/releases/tag/v{version}")
}
Expand All @@ -1271,7 +1271,7 @@ bom {
}
links {
site("https://micrometer.io")
docs { version -> "https://docs.micrometer.io/tracing/reference/%s.%s"
docs { version -> "https://docs.micrometer.io/tracing/reference"
.formatted(version.major(), version.minor()) }
releaseNotes("https://github.com/micrometer-metrics/tracing/releases/tag/v{version}")
}
Expand Down

0 comments on commit dfa7359

Please sign in to comment.