Skip to content

Commit

Permalink
Merge pull request #26 from Citi/correctDocumentationUrl
Browse files Browse the repository at this point in the history
correct documentation url
  • Loading branch information
imanushin authored Feb 15, 2024
2 parents 74f70b7 + 52b8ec3 commit 8d29e1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ Use the `helmPackage` task to build your chart.

== Further Documentation

* https://citi.github.io/projects/gradle-helm-plugin/[User Manual]
* https://citi.github.io/projects/gradle-helm-plugin/dokka/gradle-helm-plugin/[API/DSL Documentation]
* https://citi.github.io/gradle-helm-plugin/[User Manual]
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ subprojects {
val githubUrl = project.extra["github.url"] as String

with(the<GradlePluginDevelopmentExtension>()) {
website.set("https://citi.github.io/projects/gradle-helm-plugin/")
website.set("https://citi.github.io/gradle-helm-plugin/")
vcsUrl.set(githubUrl)
description = "A suite of Gradle plugins for building, publishing and managing Helm charts."
plugins.forEach {plugin ->
Expand Down
2 changes: 1 addition & 1 deletion docs/using-helm-commands.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sense for a build script, like `helm search` or `helm inspect`).
NOTE: In most cases it is more convenient to use the high-level DSL provided by the other plugins to manage your
charts in a declarative way.

Check the link:https://citi.github.io/projects/gradle-helm-plugin/[API Reference]
Check the link:https://citi.github.io/gradle-helm-plugin/[API Reference]
for a full list of available tasks.


Expand Down

0 comments on commit 8d29e1e

Please sign in to comment.