Skip to content

Commit

Permalink
Use newer endpoint
Browse files Browse the repository at this point in the history
Closes #24
  • Loading branch information
ilpianista committed Feb 16, 2017
1 parent a838bd8 commit 0a08e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fn main() {
let mut avgs = String::new();
{
info!("Downloading AVGs...");
let avgs_url = "https://security.archlinux.org/json";
let avgs_url = "https://security.archlinux.org/issues/all.json";

let mut easy = Easy::new();
easy.url(avgs_url).expect("curl::Easy::url failed");
Expand Down

0 comments on commit 0a08e56

Please sign in to comment.