lib/jekyll-plantuml-url.rb in jekyll-plantuml-url-0.1.2 vs lib/jekyll-plantuml-url.rb in jekyll-plantuml-url-0.1.3
- old
+ new
@@ -124,10 +124,10 @@
else
puts "Error #{response.code} getting #{uri.host}/plantuml/form "
end
end
end
- "<p><img src='/uml/#{name}.#{uml_type}' #{@html}
+ "<p><img src='#{site.baseurl}/uml/#{name}.#{uml_type}' #{@html}
alt='PlantUML #{uml_type} diagram' class='plantuml'/></p>"
end
end
end