From 2e70d0578eff41ddab88d4d4a04de95a4f34bd2e Mon Sep 17 00:00:00 2001 From: Nicolas Polomack Date: Thu, 4 Jul 2019 13:02:06 +0200 Subject: [PATCH] Fixed config.json links --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 896febb..046d24f 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "dl": "https://crates.polomack.eu/v1/crates/{crate}/{version}/download", - "api": "https://crates.polomack.eu/", - "allowed-registries": ["https://github.com/rust-lang/crates.io-index", "https://crates.polomack.eu/v1/index"] + "dl": "https://crates.polomack.eu/api/v1/{crate}/{version}/download", + "api": "https://crates.polomack.eu", + "allowed-registries": ["https://github.com/rust-lang/crates.io-index", "https://github.com/Hirevo/alexandrie-index"] }