From d41a7dcd544b14c7562165bcffa1288a8d84e4c9 Mon Sep 17 00:00:00 2001 From: Diego Rondini Date: Tue, 10 Jan 2023 07:59:27 +0100 Subject: [PATCH] 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 --- docs/content/gettingstarted.md | 2 +- docs/content/sandbox.md | 2 +- docs/layouts/partials/drawer.html | 2 +- docs/static/slides/community-day-2018.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/gettingstarted.md b/docs/content/gettingstarted.md index bf5ecc63b..c09b3a3bd 100755 --- a/docs/content/gettingstarted.md +++ b/docs/content/gettingstarted.md @@ -7,7 +7,7 @@ weight: 20 We offer a sandbox installation that is free for everyone to try out hawkBit's [Management UI](/hawkbit/ui/), [Management API](/hawkbit/apis/management_api/), and [Direct Device Integration API](/hawkbit/apis/ddi_api/):   -**[  https://hawkbit.eclipse.org](https://hawkbit.eclipse.org)** +**[  https://hawkbit.eclipseprojects.io](https://hawkbit.eclipseprojects.io)** {{% warning %}} The sandbox is a shared installation that will be reset from time to time. Therefore, it is not allowed to upload diff --git a/docs/content/sandbox.md b/docs/content/sandbox.md index 36c776638..a7d421fb9 100644 --- a/docs/content/sandbox.md +++ b/docs/content/sandbox.md @@ -1,4 +1,4 @@ --- title: Sandbox -redirectURL: https://hawkbit.eclipse.org +redirectURL: https://hawkbit.eclipseprojects.io --- \ No newline at end of file diff --git a/docs/layouts/partials/drawer.html b/docs/layouts/partials/drawer.html index cd0a56b54..c827a2836 100755 --- a/docs/layouts/partials/drawer.html +++ b/docs/layouts/partials/drawer.html @@ -21,7 +21,7 @@ {{ if (eq (trim .Site.Params.provider " " | lower) "github") | and (isset .Site.Params "repo_url") }}