From 351c99632bd6ac9578a9baa4a65ea7cbcdea1a84 Mon Sep 17 00:00:00 2001 From: Mattia Dal Ben Date: Mon, 21 Oct 2024 09:46:50 +0200 Subject: [PATCH] docs: update Kura documentation links --- docs/kuraKapuaDocs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kuraKapuaDocs.md b/docs/kuraKapuaDocs.md index bfae412325e..ca0b88df27e 100644 --- a/docs/kuraKapuaDocs.md +++ b/docs/kuraKapuaDocs.md @@ -7,7 +7,7 @@ This is a short introduction to locally connect Kura and Kapua. Although some of - [Kapua quick start guide](https://github.com/eclipse/kapua/blob/develop/README.md) - [Kapua User Manual](http://download.eclipse.org/kapua/docs/develop/user-manual/en/) - [Kapua Developer guide](http://download.eclipse.org/kapua/docs/develop/developer-guide/en/) - - [Eclipse Kura Documentaion](http://eclipse.github.io/kura/) + - [Eclipse Kura Documentation](http://eclipse-kura.github.io/kura/) ## Hardware Requirements @@ -146,7 +146,7 @@ Now we have everything we need to connect Kura to Kapua. ## Downloading and configuring Kura Second part of this guide describes how to configure Raspberry Pi, but you can also use BBB (BeagleBone Black) or Intel Edison [as described on Kura download page](http://www.eclipse.org/kura/downloads.php?). -Because there already exists a guide for [installing Kura on Raspberry Pi](https://eclipse.github.io/kura/intro/raspberry-pi-quick-start.html) we will not repeat the procedure here. When you finish, come back and follow the procedure below. In this example, we will assume that Raspberry Pi has IP: 192.168.1.11 and our PC 192.168.1.10. +Because there already exists a guide for [installing Kura on Raspberry Pi](https://eclipse-kura.github.io/kura/docs-release-5.5/getting-started/install-kura/) we will not repeat the procedure here. When you finish, come back and follow the procedure below. In this example, we will assume that Raspberry Pi has IP: 192.168.1.11 and our PC 192.168.1.10. 1. Connect Raspberry Pi and local PC to the same network 2. On PC open browser and enter Raspberry's IP (which can be obtained with **ifconifg** command in Terminal of Raspberry Pi)