brandonagr / gocupi

Polargraph (vertical plotter / drawing machine) written in Go
GNU Lesser General Public License v3.0
102 stars 26 forks source link

Fixed plotinum/plot link since hosting has moved to github #34

Closed klemenkotar closed 8 years ago

klemenkotar commented 8 years ago

Fixed plotinum/plot link since hosting has moved to github from code.google.

scottvr commented 7 years ago

But this isn't correct. I don't know what happened last year when some of my changes made it to the and some didn't but this patch klemikiko submits does not work as it changes only the domain portion of the URI, leaving the the resultant URL as a 404. The patch changes code.google to github, but the path p/plotinum is not correct. See this:

https://github.com/scottvr/gocupi/commit/df3b43f2289d22949634ad389213652969c87cb3

There is the change that should have fixed the issue back in July when you merged my pull request to fix up the chartplotter and vg references to plotinum. klemikiko's path should match the other two paths that did change if this is to work.