diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index baaa07b..c2a91e8 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -4,12 +4,12 @@ ## Issues & Requests for enhancement -This project uses GitHub to manage issues and RFEs. All issues can be found /~https://github.com/jboss-dockerfiles/wildfly/issues[here]. +This project uses GitHub to manage issues and RFEs. All issues can be found /~https://github.com/wildfly/wildfly-container/issues[here]. To create a new issue, comment on an existing issue, or assign an issue to yourself, you'll need to first a GitHub account. ## Good First Issues -Check out our issues with the `good-first-issue` label. These are a triaged set of issues that are great for getting started on our project. These can be found /~https://github.com/jboss-dockerfiles/wildfly/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-issue[here]. +Check out our issues with the `good-first-issue` label. These are a triaged set of issues that are great for getting started on our project. These can be found /~https://github.com/wildfly/wildfly-container/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-issue[here]. Lastly, this project is an open source project. Please act responsibly, be nice, polite and enjoy! diff --git a/Dockerfile b/Dockerfile index b134c40..58249b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG jdk=21 ARG dist=ubi9-minimal FROM eclipse-temurin:${jdk}-${dist} -LABEL org.opencontainers.image.source=/~https://github.com/jboss-dockerfiles/wildfly org.opencontainers.image.title=wildfly org.opencontainers.imag.url=/~https://github.com/jboss-dockerfiles/wildfly org.opencontainers.image.vendor=WildFly +LABEL org.opencontainers.image.source=/~https://github.com/wildfly/wildfly-container org.opencontainers.image.title=wildfly org.opencontainers.image.url=/~https://github.com/wildfly/wildfly-container org.opencontainers.image.vendor=WildFly # Starting on jdk 17 eclipse-temurin is based on ubi9-minimal version 9.3 # that doesn't includes shadow-utils package that provides groupadd & useradd commands diff --git a/README.md b/README.md index d30549b..9af43d0 100644 --- a/README.md +++ b/README.md @@ -130,8 +130,8 @@ WildFly is installed in the `/opt/jboss/wildfly` directory. ## Source -The source is [available on GitHub](/~https://github.com/jboss-dockerfiles/wildfly). +The source is [available on GitHub](/~https://github.com/wildfly/wildfly-container). ## Issues -Please report any issues or file RFEs on [GitHub](/~https://github.com/jboss-dockerfiles/wildfly/issues). +Please report any issues or file RFEs on [GitHub](/~https://github.com/wildfly/wildfly-container/issues). diff --git a/docs/index.adoc b/docs/index.adoc index b71c5ee..5684727 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -119,9 +119,9 @@ WildFly is installed in the `/opt/jboss/wildfly` directory. The environment vari == Source -The source is /~https://github.com/jboss-dockerfiles/wildfly[available on GitHub]. +The source is /~https://github.com/wildfly/wildfly-container[available on GitHub]. == Issues -Please report any issues or file RFEs on /~https://github.com/jboss-dockerfiles/wildfly/issues[GitHub]. +Please report any issues or file RFEs on /~https://github.com/wildfly/wildfly-container/issues[GitHub].