Skip to content

Commit

Permalink
Merge pull request #254 from balena-io/balena-wifi-connect-link
Browse files Browse the repository at this point in the history
Fix python example url
  • Loading branch information
dansku committed Dec 5, 2018
2 parents 7ddd9b1 + e674a01 commit 2d244b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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).

***

Expand Down

0 comments on commit 2d244b0

Please sign in to comment.