Skip to content

Commit

Permalink
Use the getfedora website for the release list
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Briza committed Nov 10, 2016
1 parent ba5f9a7 commit aee0f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/releasemanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void ReleaseManager::fetchReleases() {
m_beingUpdated = true;
emit beingUpdatedChanged();

DownloadManager::instance()->fetchPageAsync(this, "https://fedoraproject.org/releases.json");
DownloadManager::instance()->fetchPageAsync(this, "https://getfedora.org/releases.json");
}

bool ReleaseManager::beingUpdated() const {
Expand Down

0 comments on commit aee0f82

Please sign in to comment.