Skip to content

Commit 658dac3

Browse files
authored
docs: Fix download URL to reference Github releases (#5713) (#5719)
* docs: Fix download URL to reference Github releases (#5713) * docs: Fix download URL to reference Github releases Signed-off-by: MMaiero <matteo.maiero@eurotech.com> * docs: Implemented the suggested change --------- Signed-off-by: MMaiero <matteo.maiero@eurotech.com> (cherry picked from commit d28aa4b) * Removed wrongly backported file Signed-off-by: MMaiero <matteo.maiero@eurotech.com> --------- Signed-off-by: MMaiero <matteo.maiero@eurotech.com>
1 parent 2dbdb26 commit 658dac3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/getting-started/install-kura.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Install Kura
22

3-
Kura is provided using a DEB Linux package. Visit the [Kura download page](https://www.eclipse.org/kura/downloads.php) to find the correct installation file for the target system.
3+
Eclipse Kura&trade; is provided using a Debian Linux package. Visit the [Kura download page](https://github.com/eclipse-kura/kura/releases) to find the correct installation file for the target system.
44

55

66

docs/getting-started/raspberry-pi-raspberryos-quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
This section provides Eclipse Kura&trade; quick installation procedures for the Raspberry Pi and the Kura development environment.
66

77
!!! warning
8-
This quickstart will install the version of Kura with the administrative web UI and network configuration support but not [CAN bus](https://en.wikipedia.org/wiki/CAN_bus) support. For more information on this please visit the [Eclipse Kura download page](https://websites.eclipseprojects.io/kura/downloads.php)
8+
This quickstart will install the version of Kura with the administrative web UI and network configuration support but not [CAN bus](https://en.wikipedia.org/wiki/CAN_bus) support. For more information on this please visit the [Eclipse Kura download page](https://github.com/eclipse-kura/kura/releases)
99

1010
This quickstart has been tested using the latest Raspberry Pi OS 32 and 64 bits images which are available for download through [the official Raspberry Pi foundation site](https://www.raspberrypi.com/software/operating-systems/) and the Raspberry Pi Imager.
1111

1212
!!! warning
1313
Recent versions of Raspberry Pi OS 32 bit on Raspberry PI 4 will use by default a 64 bit kernel with a 32 bit userspace. This can cause issues to applications that use the result of `uname -m` to decide which native libraries to load (see https://github.com/raspberrypi/firmware/issues/1795). This currently affects for example the Kura SQLite database connector. It should be possible to solve by switching to the 32 bit kernel setting `arm_64bit=0` in `/boot/config.txt` and restarting the device.
1414

15-
For additional details on OS compatibility refer to the [Kura&trade; release notes](https://websites.eclipseprojects.io/kura/downloads.php).
15+
For additional details on OS compatibility refer to the [Kura&trade; release notes](https://github.com/eclipse-kura/kura/releases).
1616

1717
## Enable SSH Access
1818

docs/getting-started/raspberry-pi-ubuntu-20-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This section provides Eclipse Kura&trade; quick installation procedures for the
66
Raspberry Pi.
77

88
!!! warning
9-
This quickstart will install the version of Kura with the administrative web UI and network configuration support but not [CAN bus](https://en.wikipedia.org/wiki/CAN_bus) support. For more information on this please visit the [Eclipse Kura download page](https://websites.eclipseprojects.io/kura/downloads.php)
9+
This quickstart will install the version of Kura with the administrative web UI and network configuration support but not [CAN bus](https://en.wikipedia.org/wiki/CAN_bus) support. For more information on this please visit the [Eclipse Kura download page](https://github.com/eclipse-kura/kura/releases)
1010

1111
This quickstart has been tested using the latest Ubuntu 20.04.3 LTS Live Server for arm64 architecture flashed on the SD card through [Raspberry Pi Imager](https://www.raspberrypi.com/software/).
1212

0 commit comments

Comments
 (0)