From 20b66dd7344dba19ac347631843d7820e71ac768 Mon Sep 17 00:00:00 2001 From: Daniel Andrade Date: Wed, 5 Dec 2018 16:18:14 +0000 Subject: [PATCH 1/2] Fix python example url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37d0310b..3c7b8f38 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Run the following in your terminal, then follow the onscreen instructions: WiFi Connect can be integrated with a [balena.io](http://balena.io) application. (New to balena.io? Check out the [Getting Started Guide](https://balena.io/docs/#/pages/installing/gettingStarted.md).) This integration is accomplished through the use of two shared files: - The [Dockerfile template](./Dockerfile.template) manages dependencies. The example included here has everything necessary for WiFi Connect. Application dependencies need to be added. For help with Dockerfiles, take a look at this [guide](https://balena.io/docs/deployment/dockerfile/). - The [start script](./scripts/start.sh) should contain the commands that run the application. Adding these commands at the end of the script will ensure that everything kicks off after WiFi is correctly configured. -An example of using WiFi Connect in a Python project can be found [here](https://github.com/balena-io-projects/wifi-connect-example). +An example of using WiFi Connect in a Python project can be found [here](https://github.com/balena-io-projects/balena-wifi-connect-example). *** From 0cf30d42a5289fe6c3b62cc2a0e9336112512b03 Mon Sep 17 00:00:00 2001 From: Daniel Andrade Date: Wed, 5 Dec 2018 16:18:14 +0000 Subject: [PATCH 2/2] Fix python example url Change-type: patch Signed-off-by: Daniel Andrade daniel@balena.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37d0310b..3c7b8f38 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Run the following in your terminal, then follow the onscreen instructions: WiFi Connect can be integrated with a [balena.io](http://balena.io) application. (New to balena.io? Check out the [Getting Started Guide](https://balena.io/docs/#/pages/installing/gettingStarted.md).) This integration is accomplished through the use of two shared files: - The [Dockerfile template](./Dockerfile.template) manages dependencies. The example included here has everything necessary for WiFi Connect. Application dependencies need to be added. For help with Dockerfiles, take a look at this [guide](https://balena.io/docs/deployment/dockerfile/). - The [start script](./scripts/start.sh) should contain the commands that run the application. Adding these commands at the end of the script will ensure that everything kicks off after WiFi is correctly configured. -An example of using WiFi Connect in a Python project can be found [here](https://github.com/balena-io-projects/wifi-connect-example). +An example of using WiFi Connect in a Python project can be found [here](https://github.com/balena-io-projects/balena-wifi-connect-example). ***