drop / of url

This commit is contained in:
Cayo Puigdefabregas 2022-09-07 11:14:13 +02:00
parent 45323cd932
commit aee34e4989
2 changed files with 5 additions and 5 deletions

View File

@ -46,11 +46,11 @@
<h5 class="card-title text-center pb-0 fs-4">Workbench 2022</h5>
<div class="row pt-3">
<div class="col-5">
<a href="{{ iso.demo.url }}/{{ iso.demo.iso }}" class="btn btn-primary">{{ iso.demo.iso }}</a>
<a href="{{ iso.demo.url }}{{ iso.demo.iso }}" class="btn btn-primary">{{ iso.demo.iso }}</a>
</div>
<div class="col">
<p class="small">
Download Checksum: <a class="help" href="{{ iso.demo.url }}/SHA512SUMS">SHA512SUMS</a> |
Download Checksum: <a class="help" href="{{ iso.demo.url }}SHA512SUMS">SHA512SUMS</a> |
<a href="https://help.usody.com/es/setup/setup-pendrive/" target="_blank" class="help">Help</a></p>
</p>
</div>
@ -113,14 +113,14 @@
<br />
<div class="row">
<div class="col-5">
<a href="{{ v.url }}/{{ v.iso }}" class="btn btn-primary" style="width: 200px;">Get ISO file</a>
<a href="{{ v.url }}{{ v.iso }}" class="btn btn-primary" style="width: 200px;">Get ISO file</a>
</div>
<div class="col">
<p class="small">
{{ v.iso }}
</p>
<p class="small">
Download Checksum: <a class="help" href="{{ v.url }}/SHA512SUMS">SHA512SUMS</a> |
Download Checksum: <a class="help" href="{{ v.url }}SHA512SUMS">SHA512SUMS</a> |
<a href="https://help.usody.com/es/setup/setup-pendrive/" target="_blank" class="help">Help</a></p>
</p>
</div>

View File

@ -5,7 +5,7 @@ isos = {
},
"2022": {
'iso': "USODY_2022.5.2-beta.iso",
'url': 'http://releases.usody.com//2022/',
'url': 'http://releases.usody.com/2022/',
},
"v14": {'iso': "USODY_14.0.0.iso", 'url': 'http://releases.usody.com/v14/'},
}