fix base url

This commit is contained in:
Sam Rijs 2018-01-27 21:05:43 +11:00
parent 084520207b
commit 267ecf0a10

View file

@ -6,7 +6,7 @@ use ::engine::AnalyzeDependenciesOutcome;
use ::models::crates::{CrateName, AnalyzedDependency};
use ::models::repo::RepoPath;
const SELF_BASE_URL: &'static str = "http://example.com";
const SELF_BASE_URL: &'static str = "https://shiny-robots.herokuapp.com";
fn dependency_table<I: IntoIterator<Item=(CrateName, AnalyzedDependency)>>(deps: I) -> Markup {
html! {