From 1475a17afb486c7efe497e3bc210de8035f8252d Mon Sep 17 00:00:00 2001 From: MyRaceData Date: Tue, 1 Jan 2019 08:03:23 -0500 Subject: [PATCH] Replace old cloudbees.com snapshot link (#841) * Replace old cloudbees.com snapshot link Replace the old link for the snapshot at cloudbees.com with new link https://ci.openhab.org * Fix links to snapshot build and latest build Edited two links on line 90 and line 157 to snapshot builds which used to link to https://openhab.ci.cloudbees.com/job/openhab-linuxpkg/ which will now link to https://ci.openhab.org/job/openhab-linuxpkg/ Edit one link on line 514 to latest build which used to link to https://openhab.ci.cloudbees.com/job/openHAB-Distribution/ which will now link to https://ci.openhab.org/job/openHAB-Distribution/ --- installation/linux.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installation/linux.md b/installation/linux.md index 2abb8ff53..f15535f8e 100644 --- a/installation/linux.md +++ b/installation/linux.md @@ -87,7 +87,7 @@ Then, you can choose between, *Official (Stable)*, *Beta* or *Snapshot* builds: - **Snapshot Release** - The snapshot build is created [almost daily](https://openhab.ci.cloudbees.com/job/openhab-linuxpkg/), and include the latest changes to the openHAB 2 core and add-ons. + The snapshot build is created [almost daily](https://ci.openhab.org/job/openhab-linuxpkg/), and include the latest changes to the openHAB 2 core and add-ons. These changes are often unstable, so you should use this branch only for testing or development purposes. The snapshot repository is hosted in openHAB's [JFrog Artifactory instance](https://www.jfrog.com/Artifactory). @@ -154,7 +154,7 @@ You may add all three to the same file, but make sure the desired repo is is set - **Snapshot Release** - The snapshot build is created [almost daily](https://openhab.ci.cloudbees.com/job/openhab-linuxpkg/), and include the latest changes to the openHAB 2 core and add-ons. + The snapshot build is created [almost daily](https://ci.openhab.org/job/openhab-linuxpkg/), and include the latest changes to the openHAB 2 core and add-ons. These changes are often unstable, so you should use this branch only for testing or development purposes. ```text @@ -511,7 +511,7 @@ The output of `status` after a successful execution should be similar to: #### Installing add-ons When running a manual installation, it is possible to pre-download add-ons or legacy add-ons if you want to install any bindings at a later date without connecting to the internet. -Simply download the kar files (the latest builds can be found [here](https://openhab.ci.cloudbees.com/job/openHAB-Distribution/)) and move them to the `/opt/openhab2/addons` folder. +Simply download the kar files (the latest builds can be found [here](https://ci.openhab.org/job/openHAB-Distribution/)) and move them to the `/opt/openhab2/addons` folder. #### Upgrade