Skip to content

Commit

Permalink
New location for release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Oct 30, 2013
1 parent 295d103 commit e2f8a96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/controllers/main_controller.rb
Expand Up @@ -41,7 +41,7 @@ def set_release(release)
@isos["net-32"] = "12.1-NET-i586"
@isos["net-64"] = "12.1-NET-x86_64"

@releasenotes = _("https://www.suse.com/releasenotes/x86_64/openSUSE/12.1/")
@releasenotes = _("https://doc.opensuse.org/release-notes/x86_64/openSUSE/12.1/")
@releasename = "openSUSE 12.1"
@repourl = "http://download.opensuse.org/distribution/12.1"
@medium = "dvd"
Expand All @@ -61,7 +61,7 @@ def set_release(release)
@isos["net-32"] = "12.2-NET-i586"
@isos["net-64"] = "12.2-NET-x86_64"

@releasenotes = _("https://www.suse.com/releasenotes/x86_64/openSUSE/12.2/")
@releasenotes = _("https://doc.opensuse.org/release-notes/x86_64/openSUSE/12.2/")
@releasename = "openSUSE 12.2"
@repourl = "http://download.opensuse.org/distribution/12.2"
@medium = "dvd"
Expand All @@ -84,7 +84,7 @@ def set_release(release)
@isos["net-32"] = "12.3-NET-i586"
@isos["net-64"] = "12.3-NET-x86_64"

@releasenotes = _("https://www.suse.com/releasenotes/x86_64/openSUSE/12.3/")
@releasenotes = _("https://doc.opensuse.org/release-notes/x86_64/openSUSE/12.3/")
@releasename = "openSUSE 12.3"
@repourl = "http://download.opensuse.org/distribution/12.3"
@medium = "dvd"
Expand All @@ -107,7 +107,7 @@ def set_release(release)
@isos["net-32"] = "13.1-NET-Build0041-i586"
@isos["net-64"] = "13.1-NET-Build0041-x86_64"

@releasenotes = _("https://www.suse.com/releasenotes/x86_64/openSUSE/13.1")
@releasenotes = _("https://doc.opensuse.org/release-notes/x86_64/openSUSE/13.1")
@releasename = "openSUSE 13.1 RC1"
@repourl = "http://download.opensuse.org/distribution/13.1"
@medium = "dvd"
Expand Down

0 comments on commit e2f8a96

Please sign in to comment.