lumean / svg-graph2

SVG:::Graph is a pure Ruby library for generating charts, which are a type of graph where the values of one axis are not scalar. SVG::Graph has a verry similar API to the Perl library SVG::TT::Graph, and the resulting charts also look the same. This isn't surprising, because SVG::Graph started as a loose port of SVG::TT::Graph.
Other
50 stars 20 forks source link

Dead links to www.germane-software/repositories #40

Closed sonota88 closed 2 years ago

sonota88 commented 2 years ago

The following links are now dead:

$ git grep -n germane-software/repositories/
lib/SVG/Graph/Line.rb:45:    # http://www.germane-software/repositories/public/SVG/test/single.rb
lib/SVG/Graph/Pie.rb:39:    # http://www.germane-software/repositories/public/SVG/test/single.rb
lib/SVG/Graph/Plot.rb:58:    # http://www.germane-software/repositories/public/SVG/test/plot.rb
lib/SVG/Graph/Schedule.rb:50:    # http://www.germane-software/repositories/public/SVG/test/schedule.rb
lib/SVG/Graph/TimeSeries.rb:63:    # http://www.germane-software/repositories/public/SVG/test/timeseries.rb

These URLs are dead as well:

http://www.germane-software.com/repositories/...  
https://www.germane-software.com/repositories/...  
sonota88 commented 2 years ago

How about changing to link to files under examples/ in this repository as follows?

- http://www.germane-software/repositories/public/SVG/test/plot.rb
+ https://github.com/lumean/svg-graph2/blob/master/examples/plot.rb

Should I submit a PR?

t12nslookup commented 2 years ago

Please do

On Sat, 2 Jul 2022, 00:23 sonota88, @.***> wrote:

How about changing to link to files under examples/ in this repository as follows?

Should I submit a PR?

— Reply to this email directly, view it on GitHub https://github.com/lumean/svg-graph2/issues/40#issuecomment-1172781342, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2TUPGX3BARLXE7ELU4UKDVR54WXANCNFSM52OBLXDQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>