Skip to content

Commit b0faf39

Browse files
Fix repo links
1 parent e35e419 commit b0faf39

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ INDIGO PaaS Orchestrator
44
============================
55

66

7-
[![GitHub license](https://img.shields.io/github/license/indigo-paas/orchestrator.svg?maxAge=2592000&style=flat-square)](https://github.com/indigo-paas/orchestrator/blob/master/LICENSE)
8-
[![GitHub release](https://img.shields.io/github/release/indigo-paas/orchestrator.svg?maxAge=3600&style=flat-square)](https://github.com/indigo-paas/orchestrator/releases/latest)
9-
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=indigo-paas_orchestrator&metric=coverage)](https://sonarcloud.io/summary/new_code?id=indigo-paas_orchestrator)
10-
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=indigo-paas_orchestrator&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=indigo-paas_orchestrator)
11-
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=indigo-paas_orchestrator&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=indigo-paas_orchestrator)
7+
[![GitHub license](https://img.shields.io/github/license/infn-datacloud/orchestrator.svg?maxAge=2592000&style=flat-square)](https://github.com/infn-datacloud/orchestrator/blob/master/LICENSE)
8+
[![GitHub release](https://img.shields.io/github/release/infn-datacloud/orchestrator.svg?maxAge=3600&style=flat-square)](https://github.com/infn-datacloud/orchestrator/releases/latest)
9+
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=infn-datacloud_orchestrator&metric=coverage)](https://sonarcloud.io/summary/new_code?id=infn-datacloud_orchestrator)
10+
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=infn-datacloud_orchestrator&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=infn-datacloud_orchestrator)
11+
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=infn-datacloud_orchestrator&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=infn-datacloud_orchestrator)
1212

1313
The INDIGO PaaS Orchestrator is a component of the PaaS layer that allows to instantiate resources on Cloud Management Frameworks (like [OpenStack](https://www.openstack.org/) and [OpenNebula](http://opennebula.org/)), [Mesos](http://mesos.apache.org/) and [Kubernetes](https://kubernetes.io/) clusters.
1414

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
</licenses>
4242

4343
<scm>
44-
<url>https://github.com/indigo-paas/orchestrator</url>
45-
<connection>scm:git:https://github.com/indigo-paas/orchestrator.git</connection>
46-
<developerConnection>scm:git:https://github.com/indigo-paas/orchestrator.git</developerConnection>
44+
<url>https://github.com/infn-datacloud/orchestrator</url>
45+
<connection>scm:git:https://github.com/infn-datacloud/orchestrator.git</connection>
46+
<developerConnection>scm:git:https://github.com/infn-datacloud/orchestrator.git</developerConnection>
4747
<tag>HEAD</tag>
4848
</scm>
4949

0 commit comments

Comments
 (0)