diff --git a/README.md b/README.md index 7385491..0d58f03 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Builds [Ubuntu ROCK](https://documentation.ubuntu.com/rockcraft/en/latest/explanation/rocks/) image for your application. The plugin requires [rockcraft](https://github/canonical/rockcraft) installed. -![Github Actions](https://github.com/canonical/rockcraft-gradle-plugin/actions/workflows/build.yml/badge.svg) +![Github Actions](https://github.com/rockcrafters/java-rockcraft-plugins/actions/workflows/build.yml/badge.svg) [![GNU GPLv3 license](https://img.shields.io/badge/license-GPLv3-blue)](https://www.gnu.org/licenses/gpl-3.0.html#license-text) # Getting started diff --git a/SECURITY.md b/SECURITY.md index 283b848..5b00b7b 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,6 +2,6 @@ ## Reporting a Vulnerability -To report a security issue, file a [Private Security Report](https://github.com/canonical/rockcraft-gradle-plugin/security/advisories/new) with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue. +To report a security issue, file a [Private Security Report](https://github.com/rockcrafters/java-rockcraft-plugins/security/advisories/new) with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue. The [Ubuntu Security disclosure and embargo policy](https://ubuntu.com/security/disclosure-policy) contains more information about what you can expect when you contact us and what we expect from you. diff --git a/rockcraft-gradle/build.gradle.kts b/rockcraft-gradle/build.gradle.kts index d825076..d5f74db 100644 --- a/rockcraft-gradle/build.gradle.kts +++ b/rockcraft-gradle/build.gradle.kts @@ -24,8 +24,8 @@ dependencies { } gradlePlugin { - website = "https://github.com/canonical/rockcraft-gradle-plugin" - vcsUrl = "https://github.com/canonical/rockcraft-gradle-plugin" + website = "https://github.com/rockcrafters/java-rockcraft-plugins" + vcsUrl = "https://github.com/rockcrafters/java-rockcraft-plugins" plugins { create("rockcraftPlugin") {