From 4c8d7e606a76e85486c7fbb680661ef2e6c29f57 Mon Sep 17 00:00:00 2001 From: jirikrepl Date: Thu, 3 Oct 2019 12:53:24 +0200 Subject: [PATCH] docs: making my-release.zip file link more visible --- content/pybytes/releases/new.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/pybytes/releases/new.md b/content/pybytes/releases/new.md index 46cac1c..a63e40d 100644 --- a/content/pybytes/releases/new.md +++ b/content/pybytes/releases/new.md @@ -24,8 +24,8 @@ In Pybytes, go to *Applications* -> *My applications* -> *select target applicat * `Browse` your target code (should be a `zip` file) * The `zip` file size is limited to `4MB` ![](/gitbook/assets/pybytes/releases/create-release-step-7.png) - * if you need to update files on the device you should follow the structure below. - * `zip` file structure: + * Download and extend example release zip archive **[my-release.zip](/gitbook/assets/pybytes/releases/code-example/my-code.zip)** + * Or create a zip file with the following structure: ``` my_release.zip ├── flash <-- updates files on the /flash partition @@ -36,7 +36,6 @@ In Pybytes, go to *Applications* -> *My applications* -> *select target applicat └── my_another_awesome_module.py └── ... ``` - * *Check* file structure and code example on the following link: [my-code.zip](/gitbook/assets/pybytes/releases/code-example/my-code.zip) 5. *Write* a description for this release. ![](/gitbook/assets/pybytes/releases/create-release-step-8.png)