Skip to content

Commit

Permalink
[danger] use httpstatuses.com [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhamsing authored Aug 1, 2016
1 parent 30b976d commit ca67f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ unless j.count==0
if error=='Dupe'
message << "#{loc} | Dupe | #{link}"
else
message << "#{loc} | [#{s}](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/#{s}) | #{link}"
message << "#{loc} | [#{s}](https://httpstatuses.com/#{s}) | #{link}"
message << "<br> #{error}" unless error ==''
message << " redirects to<br>#{i['redirect']}" unless i['redirect']==''
end
Expand Down

0 comments on commit ca67f98

Please sign in to comment.