sbt / sbt-dependency-graph

sbt plugin to create a dependency graph for your project
Apache License 2.0
1.24k stars 113 forks source link

Avoid http redirect in dependencyBrowseGraph #158

Closed MasseGuillaume closed 6 years ago

MasseGuillaume commented 6 years ago

I published a dependency graph at https://github.com/MasseGuillaume/spark-dependency-graph

and I noticed that https://cpettitt.github.io/project/graphlib-dot/v0.6.1/graphlib-dot.js redirects to http://www.samsarin.com/project/graphlib-dot/v0.6.1/graphlib-dot.js

this causes the script to fail over insecure content.

jrudolph commented 6 years ago

Ugh, would probably make sense to package everything together at some point (#116). But I agree, for now it's better than nothing to avoid that redirect.

jrudolph commented 6 years ago

Thanks, @MasseGuillaume.