diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - [The Gradle plugin](dokka-mkdocs) that configures the project, - [An example project](docs/example). -To learn more about the project, read [the documentation](https://opensavvy.gitlab.io/automation/dokka-material-mkdocs/docs/index.html). +To learn more about the project, read [the documentation](https://dokka-mkdocs.opensavvy.dev/). ## License diff --git a/dokka-mkdocs/README.md b/dokka-mkdocs/README.md --- a/dokka-mkdocs/README.md +++ b/dokka-mkdocs/README.md @@ -6,7 +6,7 @@ -This is a Gradle plugin using Dokka to extract Kotlin documentation and embed it in a Material for MkDocs site. To learn more about the project, see [the documentation](https://opensavvy.gitlab.io/automation/dokka-material-mkdocs/docs/). +This is a Gradle plugin using Dokka to extract Kotlin documentation and embed it in a Material for MkDocs site. To learn more about the project, see [the documentation](https://dokka-mkdocs.opensavvy.dev/). ## Configuration diff --git a/dokka-mkdocs/build.gradle.kts b/dokka-mkdocs/build.gradle.kts --- a/dokka-mkdocs/build.gradle.kts +++ b/dokka-mkdocs/build.gradle.kts @@ -23,7 +23,7 @@ library { name.set("Dokka: Material for MkDocs format") description.set("Gradle plugin to add the Material for MkDocs format to Dokka 2+") - homeUrl.set("https://opensavvy.gitlab.io/automation/dokka-material-mkdocs/docs/") + homeUrl.set("https://dokka-mkdocs.opensavvy.dev/") license.set { name.set("Apache 2.0") diff --git a/renderer/build.gradle.kts b/renderer/build.gradle.kts --- a/renderer/build.gradle.kts +++ b/renderer/build.gradle.kts @@ -30,7 +30,7 @@ library { name.set("Dokka renderer for Material for MkDocs") description.set("Dokka plugin that adds the Material for MkDocs format") - homeUrl.set("https://opensavvy.gitlab.io/automation/dokka-material-mkdocs/docs/") + homeUrl.set("https://dokka-mkdocs.opensavvy.dev/") license.set { name.set("Apache 2.0") diff --git a/docs/website/.gitlab-ci.yml b/docs/website/.gitlab-ci.yml --- a/docs/website/.gitlab-ci.yml +++ b/docs/website/.gitlab-ci.yml @@ -15,7 +15,7 @@ - ls - 'echo "repo_url: $CI_PROJECT_URL">>mkdocs.yml' - 'echo "repo_name: $CI_PROJECT_TITLE">>mkdocs.yml' - - 'echo "site_url: $CI_PAGES_URL">>mkdocs.yml' + - 'echo "site_url: \"https://dokka-mkdocs.opensavvy.dev\"">>mkdocs.yml' script: - pwd