mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 02:16:30 +00:00
fix base url
This commit is contained in:
parent
084520207b
commit
267ecf0a10
1 changed files with 1 additions and 1 deletions
|
@ -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! {
|
||||
|
|
Loading…
Reference in a new issue