diff --git a/README.md b/README.md index b59c7fe354d0d0a23f5fbe95fc6c6616eef90100..4b6a4048ce9c7b6f711c5d0c85906bd178977b52 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ create gitlab-ci.yml with: ```yaml include: - - remote: 'https://git.code.tecnalia.com/jon.lopezdeguerena/ci-files/-/raw/master/npm-packages/gitlab-ci.yml' + - remote: 'https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/npm-packages/gitlab-ci.yml' ``` Maven project dockerized with azure deploy: @@ -17,6 +17,6 @@ create gitlab-ci.yml with: ```yaml include: - - remote: 'https://git.code.tecnalia.com/jon.lopezdeguerena/ci-files/-/raw/master/project-maven-azure-docker/gitlab-ci.yml' + - remote: 'https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/project-maven-azure-docker/gitlab-ci.yml' ```