From b28e232fcedeab2a72bdc90deb709da4fe1183eb Mon Sep 17 00:00:00 2001 From: Stanislav Trailov Date: Thu, 20 Jul 2023 11:16:36 +0300 Subject: [PATCH] change eclipse.org to eclipse.dev (#1391) Signed-off-by: Stanislav Trailov --- README.md | 4 ++-- docs/config.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 820b6d6f8..1a8cb5b55 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ Docker: [![Docker](https://img.shields.io/docker/v/hawkbit/hawkbit-update-server # Documentation -see [hawkBit Documentation](https://www.eclipse.org/hawkbit/) +see [hawkBit Documentation](https://www.eclipse.dev/hawkbit/) # Contact us - Having questions about hawkBit? Check [Stack Overflow](https://stackoverflow.com/questions/tagged/eclipse-hawkbit) - Want to chat with the team behind hawkBit? [![Join the chat at https://gitter.im/eclipse/hawkbit](https://badges.gitter.im/eclipse/hawkbit.svg)](https://gitter.im/eclipse/hawkbit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - Having issues with hawkBit? Open a [GitHub issue](https://github.com/eclipse/hawkbit/issues). -- You can also check out our [Project Homepage](https://www.eclipse.org/hawkbit) for further contact options. +- You can also check out our [Project Homepage](https://www.eclipse.dev/hawkbit) for further contact options. # Examples and Extensions diff --git a/docs/config.toml b/docs/config.toml index c44e25f4f..54d38d84e 100755 --- a/docs/config.toml +++ b/docs/config.toml @@ -7,7 +7,7 @@ # http://www.eclipse.org/legal/epl-v10.html # -baseurl = "https://www.eclipse.org/hawkbit/" +baseurl = "https://www.eclipse.dev/hawkbit/" languageCode = "en-us" title = "Eclipse hawkBit" theme = "hugo-material-docs"