docs: fix sandbox URL (#1303)
The sandbox has moved to a new URL some time ago; replace occurrences with the new URL. Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
{{ if (eq (trim .Site.Params.provider " " | lower) "github") | and (isset .Site.Params "repo_url") }}
|
||||
<ul class="repo">
|
||||
<li class="repo-download">
|
||||
<a href="https://hawkbit.eclipse.org" target="_blank" title="hawkBit Sandbox" data-action="sandbox">
|
||||
<a href="https://hawkbit.eclipseprojects.io" target="_blank" title="hawkBit Sandbox" data-action="sandbox">
|
||||
<i class="fas fa-desktop"></i> Sandbox
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user