Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 022a8d83 authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch...

Merge branch '1041-correct-downloads-url-for-all-devices-to-point-to-the-correct-location' into 'master'

Resolve "Correct downloads url for all devices to point to the correct location"

Closes #1041

See merge request e/documentation/user!1223
parents 29524204 bb813b06
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -65,10 +65,10 @@ Before installing /e/OS on the {{device.vendor}} {{device.name }} {{ device.cod
Try the /e/OS Recovery (**limited functionality**)

{% if device.build_version_stable %}
- [/e/OS Recovery for official build](https://images.ecloud.global/stable/{{ device.codename }})
- [/e/OS Recovery for official build](https://images.ecloud.global/official/{{ device.codename }})
{% endif %}
{% if device.build_version_dev %}
-  [/e/OS Recovery for community build](https://images.ecloud.global/dev/{{ device.codename }})
-  [/e/OS Recovery for community build](https://images.ecloud.global/community/{{ device.codename }})
{% endif %}

{% endif %}
@@ -102,12 +102,12 @@ Flash this [patch]({{ device.additional_downloads.additional_patch }}) on your {
{%- endif %}

{% if device.build_version_dev %}
- /e/OS build : [{{ device.build_version_dev }} community](https://images.ecloud.global/dev/{{ device.codename }}) {{ security_patch_dev }}
- /e/OS build : [{{ device.build_version_dev }} community](https://images.ecloud.global/community/{{ device.codename }}) {{ security_patch_dev }}
{%- endif %}


{% if device.build_version_stable %}
- /e/OS build : [{{ device.build_version_stable }} official](https://images.ecloud.global/stable/{{ device.codename }}) {{ security_patch }}
- /e/OS build : [{{ device.build_version_stable }} official](https://images.ecloud.global/official/{{ device.codename }}) {{ security_patch }}
{%- endif %}

> To understand the difference between /e/OS builds check [this guide](/build-status)
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@ Download the required firmware for your model.
1. Download the latest firmware for your device from official [website](https://new.c.mi.com/global/miuidownload/index).
{%- endif %}
{% endif %}
- [/e/OS Recovery for community build](https://images.ecloud.global/dev/{{ device.codename }})
- [/e/OS Recovery for community build](https://images.ecloud.global/community/{{ device.codename }})
{% if device.build_version_dev %}
- /e/OS build : [{{ device.build_version_dev }} community](https://images.ecloud.global/dev/{{ device.codename }})
- /e/OS build : [{{ device.build_version_dev }} community](https://images.ecloud.global/community/{{ device.codename }})
{%- endif %}

{% if device.build_version_stable %}
- /e/OS build : [{{ device.build_version_stable }} official](https://images.ecloud.global/stable/{{ device.codename }})
- /e/OS build : [{{ device.build_version_stable }} official](https://images.ecloud.global/official/{{ device.codename }})
{%- endif %}

> To understand the difference between /e/OS builds check [this guide](/build-status)