Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
jocarren authored and alinefm committed Jun 10, 2019
1 parent 230b53e commit 9d1dee7
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions distros.d/ubuntu.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"os_distro": "ubuntu",
"os_arch": "ppc64",
"os_version": "14.04",
"path": "http://cdimages.ubuntu.com/releases/14.04/release/ubuntu-14.04.4-server-ppc64el.iso"
"path": "http://cdimages.ubuntu.com/releases/14.04/release/ubuntu-14.04.6-server-ppc64el.iso"
},
{
"name": "Ubuntu Server 14.04 LE (Trusty Tahr)",
"os_distro": "ubuntu",
"os_arch": "x86_64",
"os_version": "14.04",
"path": "http://ubuntu-releases.cs.umn.edu/14.04/ubuntu-14.04.4-server-amd64.iso"
"os_version": "14.04.6",
"path": "http://ubuntu-releases.cs.umn.edu/14.04/ubuntu-14.04.6-server-amd64.iso"
},
{
"name": "Ubuntu Server 14.10 (Utopic Unicorn)",
Expand Down Expand Up @@ -39,7 +39,7 @@
"os_distro": "ubuntu",
"os_arch": "ppc64le",
"os_version": "15.04",
"path": "http://old-releases.ubuntu.com/releases/vivid/ubuntu-15.04-server-ppc64le.iso"
"path": "http://old-releases.ubuntu.com/releases/vivid/ubuntu-15.04-server-ppc64el.iso"
},
{
"name": "Ubuntu Server 15.10 (Wily Werewolf)",
Expand All @@ -59,14 +59,29 @@
"name": "Ubuntu Server 16.04 (Xenial Xerus)",
"os_distro": "ubuntu",
"os_arch": "x86_64",
"os_version": "16.04",
"path": "http://releases.ubuntu.com/16.04/ubuntu-16.04-server-amd64.iso"
"os_version": "16.04.06",
"path": "http://releases.ubuntu.com/16.04/ubuntu-16.04.6-server-amd64.iso"
},
{
"name": "Ubuntu Server 16.04 (Xenial Xerus)",
"os_distro": "ubuntu",
"os_arch": "ppc64le",
"os_version": "16.04",
"path": "http://cdimages.ubuntu.com/releases/16.04/release/ubuntu-16.04-server-ppc64el.iso"
"os_version": "16.04.06",
"path": "http://cdimages.ubuntu.com/releases/16.04/release/ubuntu-16.04.6-server-ppc64el.iso"
}
{
"name": "Ubuntu Server 18.04 (Bionic Beaver)",
"os_distro": "ubuntu",
"os_arch": "x86_64",
"os_version": "18.04.2",
"path": "http://releases.ubuntu.com/18.04/ubuntu-18.04.2-live-server-amd64.iso"
},
{
"name": "Ubuntu Server 18.04 LE (Bionic Beaver)",
"os_distro": "ubuntu",
"os_arch": "ppc64le",
"os_version": "18.04.2",
"path": "http://cdimage.ubuntu.com/releases/18.04.2/release/ubuntu-18.04.2-server-ppc64el.iso"
}

]

0 comments on commit 9d1dee7

Please sign in to comment.