Skip to content

Commit

Permalink
Migrate to CGI-FR Organization (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand authored Jan 24, 2022
1 parent a5a7763 commit 9276af5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build & Test](https://github.com/michelin/i4i-iot-hub-portal/actions/workflows/build.yml/badge.svg)](https://github.com/michelin/i4i-iot-hub-portal/actions/workflows/build.yml)
[![Continuous Deployment](https://github.com/michelin/i4i-iot-hub-portal/actions/workflows/publish.yml/badge.svg)](https://github.com/michelin/i4i-iot-hub-portal/actions/workflows/publish.yml)
[![Build & Test](https://github.com/CGI-FR/iot-hub-portal/actions/workflows/build.yml/badge.svg)](https://github.com/CGI-FR/iot-hub-portal/actions/workflows/build.yml)
[![Continuous Deployment](https://github.com/CGI-FR/iot-hub-portal/actions/workflows/publish.yml/badge.svg)](https://github.com/CGI-FR/iot-hub-portal/actions/workflows/publish.yml)

# IoT Hub Portal

Expand All @@ -24,7 +24,7 @@ The following should be completed before proceeding with the IoT Hub Portal deve

## Documentation

Our documentation is present at github page: [https://michelin.github.io/i4i-iot-hub-portal/](https://michelin.github.io/i4i-iot-hub-portal/).
Our documentation is present at github page: [https://cgi-fr.github.io/iot-hub-portal/](https://cgi-fr.github.io/iot-hub-portal/).

## Known Issues and Limitations

Expand Down
2 changes: 1 addition & 1 deletion templates/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"properties": {
"mode": "Incremental",
"templateLink": {
"uri": "https://raw.githubusercontent.com/michelin/i4i-iot-hub-portal/main/templates/portalDeploy.json",
"uri": "https://raw.githubusercontent.com/CGI-FR/iot-hub-portal/main/templates/portalDeploy.json",
"contentVersion": "1.0.0.0"
},
"parameters": {
Expand Down
2 changes: 1 addition & 1 deletion templates/portalDeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"reserved": true,
"siteConfig": {
"numberOfWorkers": 1,
"linuxFxVersion": "DOCKER|ghcr.io/michelin/iothub-portal:latest",
"linuxFxVersion": "DOCKER|ghcr.io/cgi-fr/iothub-portal:latest",
"connectionStrings": [
{
"name": "IoTHub__ConnectionString",
Expand Down

0 comments on commit 9276af5

Please sign in to comment.